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
For crop model and wetland model, single-point simulation reads parameter values from the table and regional simulation from 2D parameters from setup file.
However, when these 2D parameters requested by regional simulation would overwrite table parameters in single-point simulation, occurred in transferring in variables in BiochemVarInMod.F90 and WaterVarInMod.F90.
For crop model and wetland model, single-point simulation reads parameter values from the table and regional simulation from 2D parameters from setup file.
However, when these 2D parameters requested by regional simulation would overwrite table parameters in single-point simulation, occurred in transferring in variables in BiochemVarInMod.F90 and WaterVarInMod.F90.
For example in crop planting date:
noahmp/drivers/hrldas/BiochemVarInTransferMod.F90
Lines 124 to 137 in fd0f6de
When 2D crop input is missing, hard-coded values (126 and 290) are used in IO_code/module_NoahMP_hrldas_driver.F:
https://github.com/NCAR/hrldas/blob/dca5c8554cec5c8b7edc1c76d8585c6e37b40744/hrldas/IO_code/module_NoahMP_hrldas_driver.F#L277-L284
Suggest change:
The text was updated successfully, but these errors were encountered: