ajwdewit / pcse

Repository for the Python Crop Simulation Environment
Other
184 stars 125 forks source link

Inquiry about Adding Output Variables via Config File #80

Closed rsk-ff closed 8 months ago

rsk-ff commented 8 months ago

Hi,

Can I add new output variables by editing the config file? If yes, which variables can be added, and where can I find documentation or guidelines for this?

Thanks

ajwdewit commented 8 months ago

Hi,

yes you can add output variables to the config file. Even better to copy the config file and make edits instead of editing the system PCSE config files. Then just use Engine(..., config=). See also here: https://pcse.readthedocs.io/en/stable/reference_guide.html#engine-configuration-files

For a list of output variables for WOFOST, see https://www.wur.nl/en/show/A-gentle-introduction-to-WOFOST.htm in Annex I

regards,

Allard