-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2904 from glemieux/fates-switch-migration
ctsm5.3.027: Migrate FATES parameter file switches to the namelist
- Loading branch information
Showing
14 changed files
with
338 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
cime_config/testdefs/testmods_dirs/clm/FatesColdTwoStream/shell_commands
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
cime_config/testdefs/testmods_dirs/clm/FatesColdTwoStream/user_nl_clm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
fates_paramfile = '$CASEROOT/fates_params_twostream.nc' | ||
fates_radiation_model = 'twostream' |
8 changes: 0 additions & 8 deletions
8
cime_config/testdefs/testmods_dirs/clm/FatesColdTwoStreamNoCompFixedBioGeo/shell_commands
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
cime_config/testdefs/testmods_dirs/clm/FatesColdTwoStreamNoCompFixedBioGeo/user_nl_clm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
fates_paramfile = '$CASEROOT/fates_params_twostream.nc' | ||
use_fates_fixed_biogeog=.true. | ||
use_fates_fixed_biogeog=.true. | ||
fates_radiation_model = 'twostream' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,95 @@ | ||
=============================================================== | ||
Tag name: ctsm5.3.027 | ||
Originator(s): glemieux (Gregory Lemieux, LBNL, [email protected]) | ||
Date: Sun Mar 2 15:27:01 PST 2025 | ||
One-line Summary: FATES parameter file switch migration | ||
|
||
Purpose and description of changes | ||
---------------------------------- | ||
|
||
Move global FATES switches from the FATES parameter file to the namelist. | ||
|
||
|
||
Significant changes to scientifically-supported configurations | ||
-------------------------------------------------------------- | ||
|
||
Does this tag change answers significantly for any of the following physics configurations? | ||
(Details of any changes will be given in the "Answer changes" section below.) | ||
|
||
[Put an [X] in the box for any configuration with significant answer changes.] | ||
|
||
[ ] clm6_0 | ||
|
||
[ ] clm5_0 | ||
|
||
[ ] ctsm5_0-nwp | ||
|
||
[ ] clm4_5 | ||
|
||
Notes of particular relevance for users | ||
--------------------------------------- | ||
|
||
Changes to CTSM's user interface (e.g., new/renamed XML or namelist variables): | ||
|
||
The following FATES namelist options are now available: | ||
- use_fates_daylength_factor | ||
- fates_photosynth_acclimation | ||
- fates_stomatal_model | ||
- fates_stomatal_assimilation | ||
- fates_leafresp_model | ||
- fates_cstarvation_model | ||
- fates_regeneration_model | ||
- fates_hydro_solver | ||
- fates_radiation_model | ||
|
||
The following FATES namelist option is available, but not yet implemented in FATES: | ||
- fates_electron_transport_model | ||
|
||
Notes of particular relevance for developers: | ||
--------------------------------------------- | ||
Changes to tests or testing: | ||
|
||
The FATES two stream tests no longer generation a FATES NetCDF parameter file on-the-fly. | ||
The need to do so is removed as the fates_radiation_model option is controlled by the | ||
namelist. | ||
|
||
|
||
Testing summary: | ||
---------------- | ||
|
||
build-namelist tests (if CLMBuildNamelist.pm has changed): | ||
|
||
derecho - PASS | ||
|
||
regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing): | ||
|
||
derecho ----- OK | ||
izumi ------- OK | ||
|
||
fates tests: (give name of baseline if different from CTSM tagname, normally fates baselines are fates-<FATES TAG>-<CTSM TAG>) | ||
derecho ----- OK | ||
izumi ------- OK | ||
|
||
|
||
Answer changes | ||
-------------- | ||
|
||
Changes answers relative to baseline: No | ||
|
||
Other details | ||
------------- | ||
|
||
List any git submodules updated (cime, rtm, mosart, cism, fates, etc.): | ||
fates: sci.1.81.0_api.37.1.0 -> sci.1.81.1_api.38.0.0 | ||
|
||
Pull Requests that document the changes (include PR ids): | ||
(https://github.com/ESCOMP/ctsm/pull) | ||
https://github.com/ESCOMP/CTSM/pull/2904 | ||
https://github.com/NGEET/fates/pull/1300 | ||
https://github.com/NGEET/fates/pull/1344 | ||
|
||
=============================================================== | ||
=============================================================== | ||
Tag name: ctsm5.3.026 | ||
Originator(s): erik (Erik Kluzek,UCAR/TSS,303-497-1326) | ||
Date: Wed 26 Feb 2025 09:55:48 AM MST | ||
|
@@ -138,8 +229,8 @@ Testing summary: | |
|
||
regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing): | ||
|
||
derecho ----- | ||
izumi ------- | ||
derecho ----- OK | ||
izumi ------- OK | ||
|
||
fates tests: (give name of baseline if different from CTSM tagname, normally fates baselines are fates-<FATES TAG>-<CTSM TAG>) | ||
derecho ----- OK | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule fates
updated
23 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.