-
Notifications
You must be signed in to change notification settings - Fork 14
Soil Hydraulic Parameter from surface file for eCLM #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This could be avoided if extra parameter checking on the surface file (e.g. eCLM/src/clm5/biogeophys/SoilStateInitTimeConstMod.F90 Lines 56 to 58 in 7877e5c
|
This way, additional memory is only allocated, when parameters are read from file.
|
I think the namelist setting idea is the correct way to go! I added a implementation. This way:
|
`soil_hyd_inparm_from_surfdata`
- separate atmospheric forcing noise and soil hydraulic parameters - change shp-sections suggesting a PDAF-only usage
`soil_hyd_inparm_from_file[_adj]`
During a meeting-discussion ( @Toeroeoe ), it came up that the functionality of setting soil hydraulic parameters from surface files, while used for perturbing the parameters in eCLM-PDAF, is not restricted to eCLM-PDAF.
It can make sense to set soil hydraulic parameters specifically for a standalone eCLM simulation, e.g. when these parameters are known from literature.
Therefore, the
#ifdef USE_PDAFstatements are removed insrc/clm5/biogeophys/SoilStateInitTimeConstMod.F90.Namelist settings
soil_hyd_inparm_from_filesoil_hyd_inparm_from_file_adjDocumentation