You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to move many of the values in calculate_turnover into PlantConstants, so that they are not hard-coded. Ultimately these may move into Plant Functional Traits, but we need to align that change with pyrealm.
We need to add the following constants for ..._lignin , ..._c_n_ratio and ..._c_p_ratio
At the end of this PR, we can simple replace the hardcoded current assignment values in calculate_turnover with the values from the constants files. And we should test that a model configuration successfully alters the resulting value!
The text was updated successfully, but these errors were encountered:
We need to move many of the values in
calculate_turnover
into PlantConstants, so that they are not hard-coded. Ultimately these may move into Plant Functional Traits, but we need to align that change withpyrealm
.We need to add the following constants for
..._lignin
,..._c_n_ratio
and..._c_p_ratio
At the end of this PR, we can simple replace the hardcoded current assignment values in
calculate_turnover
with the values from the constants files. And we should test that a model configuration successfully alters the resulting value!The text was updated successfully, but these errors were encountered: