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
During SP mode initialization, we currently initialize the cohort heights with a generic 0.5 overriding the local hite variable, which is set to EDPftvarcon_inst%hgt_min for non-SP mode runs:
Since we eventually update the cohort heights with the call to satellite_phenology which uses the incoming hlm_sp_htop value from the satellite phenology data (via the host land model), I don't think there is any reason to use the arbitrary 0.5 hardcoded value. We should try switching the init to using the hgt_min parameter.
During SP mode initialization, we currently initialize the cohort heights with a generic
0.5
overriding the localhite
variable, which is set toEDPftvarcon_inst%hgt_min
for non-SP mode runs:fates/main/EDInitMod.F90
Lines 926 to 934 in 4f41112
Since we eventually update the cohort heights with the call to
satellite_phenology
which uses the incominghlm_sp_htop
value from the satellite phenology data (via the host land model), I don't think there is any reason to use the arbitrary0.5
hardcoded value. We should try switching the init to using thehgt_min
parameter.See #1024 (comment) for further discussion and context.
The text was updated successfully, but these errors were encountered: