Crop water aeration stress -- the role of LagAer #167
Replies: 2 comments 2 replies
-
The second part has been solved, but I am wondering whether I can find the LagAer coefficients somewhere! |
Beta Was this translation helpful? Give feedback.
-
Understanding LagAer in AquaCrop-OSPy
This calculation includes a dynamic stress factor that decreases Ksa_Aer as NewCond_AerDays increases, up to a maximum of 3 days.
This simpler calculation directly computes the stress based on soil moisture content when NewCond_AerDays exceeds Crop_LagAer. Finding LagAer CoefficientsFor crops other than paddy rice, LagAer coefficients are generally not defined in AquaCrop. You can refer to AquaCrop's comprehensive documentation or relevant agronomic studies for specific crop parameters. Typically, the default AquaCrop parameters for various crops will not include LagAer except for paddy rice. Summary
If you have specific crops in mind or need detailed help with AquaCrop-OSPy, feel free to ask! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all! I am looking to implement aeration stress in an ABM. As its a model about (amongst others) farmer crop choices, distinction between crops under water stresses are important. For most crops, you have the crop_aer factor which differs, however, only rice paddy has a LagAer factor under crop_params.py. In the model itself this is used to determine which calculation of the aeration stress is used:
Now my questions:
For now I will use the second condition calculation (which I believe is also the one who was used in version 6 and below), but could you perhaps help me better understand the first?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions