ctsm5.3.027: Migrate FATES parameter file switches to the namelist#2904
ctsm5.3.027: Migrate FATES parameter file switches to the namelist#2904adrifoster merged 30 commits intoESCOMP:masterfrom
Conversation
63076c8 to
7cbb40c
Compare
This commit facilitates moving this switch from the fates parameter file to the API. Note that the actual daylength factor value is always passed through the API. This just adds the switch to tell FATES to use it.
2284172 to
1780cc7
Compare
This commit facilitates moving this switch from the FATES parameter file to the namelist
204bb5f to
d825989
Compare
|
Per discussion at the CTSM SE meeting today, we came to a consensus that the FATES stomatal and leaf respiration models shouldn't be controlled by the existing namelist switches for CLM ( |
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
This commit facilitates moving this switch from the FATES parameter file to the namelist
d825989 to
47fd489
Compare
|
Note: This could be rebased to the |
rgknox
left a comment
There was a problem hiding this comment.
consider changing the temperature acclimation to integer, and fix typo on hydro solver, from '2D_Taylor' to '2D_Newton'
FATES default parameter file update
This tag updates the default parameter file for FATES bringing in a
number of updates:
- adds parameters for land use grazing
- updates the FATES z0mr turbulence parameters for consistency with
CLM
- adds FATES pft-dependent btran model switches for a forthcoming
update
- updates the default hydro solver switch to Picard 2D
This also updates the default FATES tag which includes two issue fixes
and introduces
the aforementioned land use grazing capability.
|
Regression testing on derecho and izumi is underway. |
|
Regression testing against Results: |
This adds in a new parameter to be utilized with a forthcoming fates pull request
Merge b4b-dev to master: run_tower updates, reduce log noise Merge b4b-dev to master. Some run_tower updatesm, fix some issues, and improve code health. Also reduces some log noise.
|
Regression testing on Results: Testing on |
|
Results: |
Addresses NGEET/fates#1295.
To be coordinated with NGEET/fates#1300.
Description of changes
List of switches to be moved:
fates_daylength_factor_switchfates_hydro_solverfates_leaf_photo_tempsens_modelfates_leaf_stomatal_assim_modelfates_leaf_stomatal_modelfates_maintresp_leaf_modelfates_mort_cstarvation_modelfates_rad_modelfates_regeneration_modelThis also adds a new switch in preparation for a forthcoming fates update per NGEET/fates#1337.
Specific notes
Contributors other than yourself, if any:
CTSM Issues Fixed (include github issue #):
Are answers expected to change (and if so in what way)? Should be B4B aside from namelist differences
Any User Interface Changes (namelist or namelist defaults changes)? Yes as this brings in new namelist options.
Does this create a need to change or add documentation? Did you do so?
Testing performed, if any:
(List what testing you did to show your changes worked as expected)
(This can be manual testing or running of the different test suites)
(Documentation on system testing is here: https://github.com/ESCOMP/ctsm/wiki/System-Testing-Guide)
(aux_clm on derecho for intel/gnu and izumi for intel/gnu/nag/nvhpc is the standard for tags on master)
NOTE: Be sure to check your coding style against the standard
(https://github.com/ESCOMP/ctsm/wiki/CTSM-coding-guidelines) and review
the list of common problems to watch out for
(https://github.com/ESCOMP/CTSM/wiki/List-of-common-problems).