fspm-Wheat User Guide#
Introduction#
Fspm-Wheat is a subpackage used to couple the models cn-wheat, farquhar-wheat, elong-wheat, growth-wheat, respi-wheat, senesc-wheat, adel-wheat and caribu. Each model has a specific facade used to read its inputs from a MTG object and write its outputs after running. The MTG is provided by adel-wheat model.
Package architecture#
fspm-Wheat is a Python package which consists of several Python modules:
openalea.fspmwheat.caribu_facade: the interface between Caribu and the MTGopenalea.fspmwheat.cnwheat_facade: the interface between CN-Wheat and the MTGopenalea.fspmwheat.elong_facade: the interface between Elong-Wheat and the MTGopenalea.fspmwheat.farquhar_facade: the interface between Farquhar-Wheat and the MTGopenalea.fspmwheat.fspmwheat_facade: the interface between FSPM-Wheat and the MTGopenalea.fspmwheat.fspmwheat_postprocessing: the postprocessings of Fspm-Wheatopenalea.fspmwheat.growth_facade: the interface between Growth-Wheat and the MTGopenalea.fspmwheat.senesc_facade: the interface between Senesc-Wheat and the MTGopenalea.fspmwheat.tools: some tools