-
Notifications
You must be signed in to change notification settings - Fork 341
ctsm5.3.022: Update FATES namelist and build options to avoid Meier2022
#2934
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
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
b441507
moved the passing of the use_luh2 flag to fates earlier in the sequen…
rgknox 4bff2f2
updated naming convention of local variables
rgknox cf5d00d
add graceful failure if for Meier2022 and use_fates combo
glemieux dbb6192
add default option to z0param_method
glemieux 43407e1
add endrun call during initialization if Meier2022 is run with fates
glemieux cb361eb
update comment and error message with issue number
glemieux 57f3d21
add failure unit test for Meier2022 and fates
glemieux 97ac823
add use_fates to add_default call in roughness bld logic
glemieux 17ca334
change secondary forest history names per ngeet/fates#1273
glemieux 23b30ae
Revert "add endrun call during initialization if Meier2022 is run wit…
glemieux ccb55da
add Meier2022 check in control_init fates section
glemieux 51d5bf5
fix fates secondary history output name in allvars
glemieux 1137ffa
add missing variables that should be in allvars
glemieux cdaa96b
Merge remote-tracking branch 'rgknox/fates-luh2flag-order' into fates…
glemieux 00026b0
Merge remote-tracking branch 'glemieux/fates-allvar-testupdate' into …
glemieux dec3271
Merge tag 'ctsm5.3.021' into fates-meier-bldcheck
glemieux b1668f4
remove fates_l2fr_clszpf for fatescoldallvars
glemieux 9d987f3
Merge remote-tracking branch 'glemieux/fates-allvar-testupdate' into …
glemieux a346a18
update fates tag to sci.1.80.11_api.37.0.0
glemieux 0ac98fb
add fates issue 1324 to the expected failure list
glemieux f31299b
Revert "add fates issue 1324 to the expected failure list"
glemieux 2322c7b
remove FATES_C13_DISC_SZPF
glemieux 85fbb83
update Changelog and Changesum
glemieux 57f5518
update fates izumi results for ctsm5.3.022
glemieux eeaeff5
update izumi aux_clm test results
glemieux fa83fb1
Update ChangeLog/Sum times.
samsrabin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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,90 @@ | ||
| =============================================================== | ||
| Tag name: ctsm5.3.022 | ||
| Originator(s): glemieux (Gregory Lemieux, LBNL, [email protected]) | ||
| Date: Thu Feb 6 11:22:48 MST 2025 | ||
| One-line Summary: Update FATES namelist build to avoid Meier2022 | ||
|
|
||
| Purpose and description of changes | ||
| ---------------------------------- | ||
|
|
||
| This tag brings in three updates, the primary of which is an update to the namelist | ||
| build to avoid running FATES with roughness method Meier2022 in light of recently | ||
| discovered incompatibility between FATES and this method. FATES will now used | ||
| ZengWang2007 for all run mode. | ||
|
|
||
| The other two updates are fairly minor changes. One is a B4B change to the order in | ||
| which the use_fates_luh flag is passed to FATES. The other is an update to history | ||
| outputs for the FatesColdAllVars testmod per a recent FATES-side update. | ||
|
|
||
|
|
||
| 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 | ||
|
|
||
|
|
||
| Bugs fixed | ||
| ---------- | ||
|
|
||
| #2932 - 'Meier 2022' z0 parameterization causes errors with FATES | ||
|
|
||
| Testing summary: | ||
| ---------------- | ||
|
|
||
| [PASS means all tests PASS; OK means tests PASS other than expected fails.] | ||
|
|
||
| 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 | ||
|
|
||
| If the tag used for baseline comparisons was NOT the previous tag, note that here: | ||
|
|
||
| fates suite tested against fates-sci.1.80.10_api.37.0.0-ctsm5.3.021 | ||
|
|
||
| Answer changes | ||
| -------------- | ||
|
|
||
| Changes answers relative to baseline: Yes, only some FATES tests | ||
|
|
||
| The FATES tag has been updated from sci.1.80.4_api.37.0.0 to sci.1.80.11_api.37.0.0, | ||
| which includes a number of bug fixes some of which result in changes to some baselines. | ||
| Additional, all tests using Clm60Fates based compsets have DIFFs due to the roughness | ||
| method update. | ||
|
|
||
| Other details | ||
| ------------- | ||
| List any git submodules updated (cime, rtm, mosart, cism, fates, etc.): | ||
| fates: sci.1.80.4_api.37.0.0 -> sci.1.80.11_api.37.0.0 | ||
|
|
||
| Pull Requests that document the changes (include PR ids): | ||
| (https://github.com/ESCOMP/ctsm/pull) | ||
| https://github.com/ESCOMP/CTSM/pull/2934 | ||
| https://github.com/ESCOMP/CTSM/pull/2936 | ||
| https://github.com/ESCOMP/CTSM/pull/2898 | ||
| https://github.com/NGEET/FATES/pull/1273 | ||
|
|
||
| =============================================================== | ||
| =============================================================== | ||
| Tag name: ctsm5.3.021 | ||
| Originator(s): samrabin (Sam Rabin, UCAR/TSS) | ||
| Date: Wed 29 Jan 2025 04:21:40 PM MST | ||
|
|
||
This file contains hidden or 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
36 files
This file contains hidden or 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 hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.