lpmorenoc / dssat-csm-os

DSSAT Cropping System Model
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Modify potential leaf size for non-branching varieties #41

Closed lpmorenoc closed 3 years ago

lpmorenoc commented 3 years ago

The curve for potential leaf size works ok for non-branching varieties but it underestimates the leaf size for non-branching varieties which usually reduces the leaf size just in a 50% (see below example for MCol 72-non branching variety)

image

Tan, L.S., Cock, J.H., 1979. Cassava plant forms and their associated morpho-physiological characters. MARDI Res Bull 7, 55–69.

image Tan, L.S., Cock, J.H., 1979. Branching habit as a yield determinant in cassava. F. Crop. Res. 2, 281–289. https://doi.org/10.1016/0378-4290(79)90029-7

lpmorenoc commented 3 years ago

An example with current LAI: image With the increase of leaf size: image It works if we control the number of apices (as it is done for MCol 1684). If not it highly increase the LAI due to the total number of apices. This is the curve for individual leaf size for branching variety: image And this is the curve for a non branching or late branching variety (with double individual leaf size): image

lpmorenoc commented 3 years ago

Considering reduction in the leaf size by branching level (in addition to the normal reduction):

image

This is the current leaf size: image

And current LAI: image

I will try a 0.8^2 multiplicative factor for each branching level just after the curve reach 900 GDD. This is the new leaf size curve: image The effect can be too strong for early branching varieties: image

lpmorenoc commented 3 years ago

Maybe a 0.9 factor is better so for 6 branching levels the leaf size is reduced by 50% (in addition to the actual reduction due to the curve): image The new curve: image New LAI: image

Testing other experiments: *Before: image

*Now: image

*Before: image

*Now (0.9): image

*Now(0.8): image