-
Notifications
You must be signed in to change notification settings - Fork 318
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 #2925 from slevis-lmwg/fix_izumi_nag_tests
Bug fix for izumi nag tests to pass (PR into tmp-241219)
- Loading branch information
Showing
7 changed files
with
100 additions
and
13 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
1 change: 1 addition & 0 deletions
1
cime_config/testdefs/testmods_dirs/clm/flexCN_FUN_BNF/include_user_mods
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
../flexCN_FUN |
2 changes: 2 additions & 0 deletions
2
cime_config/testdefs/testmods_dirs/clm/flexCN_FUN_BNF/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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
nfix_method = 'Bytnerowicz' | ||
|
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,78 @@ | ||
=============================================================== | ||
Tag name: tmp-241219.n03.ctsm5.3.016 | ||
Originator(s): slevis (Samuel Levis,UCAR/TSS,303-665-1310) | ||
Date: Thu 09 Jan 2025 11:39:37 AM MST | ||
One-line Summary: Bug fix for izumi nag tests to pass | ||
|
||
Purpose and description of changes | ||
---------------------------------- | ||
Allocation statements should have been (0:mxpft) instead of (mxpft). | ||
I introduced the bug in a small refactor requested in #2917. | ||
|
||
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 | ||
---------- | ||
List of CTSM issues fixed (include CTSM Issue # and description) [one per line]: | ||
Fixes #2924 | ||
|
||
Notes of particular relevance for developers: | ||
--------------------------------------------- | ||
Changes to tests or testing: | ||
Added tests that I should have added in the tmp-241219.n01.ctsm5.3.016 tag: | ||
ERP_D_Ld5_P48x1.f10_f10_mg37.I2000Clm50BgcCru.izumi_nag.clm-flexCN_FUN_BNF | ||
ERP_D_Ld5_P48x1.f10_f10_mg37.I2000Clm50BgcCru.derecho_intel.clm-flexCN_FUN_BNF | ||
|
||
Testing summary: | ||
---------------- | ||
[PASS means all tests PASS; OK means tests PASS other than expected fails.] | ||
|
||
regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing): | ||
|
||
derecho ----- OK | ||
izumi ------- OK | ||
|
||
If the tag used for baseline comparisons was NOT the previous tag, note that here: | ||
derecho used tmp-241219.n02.ctsm5.3.016 (i.e. the previous tag) | ||
izumi used ctsm5.3.016 because it was the best available baseline | ||
|
||
Answer changes | ||
-------------- | ||
|
||
Changes answers relative to baseline: No but read caveat. | ||
|
||
Summarize any changes to answers, i.e., | ||
- what code configurations: a few Fates cases | ||
- what platforms/compilers: izumi; only because I compared to ctsm5.3.016 | ||
- nature of change: same as in the tmp-241219.n02.ctsm5.3.016 tag | ||
|
||
Note: Also on izumi I see the following failure in all the tests that 'failed to initialize' | ||
that I had to go back to build and run, whether with ./case.build or ./create_test. For example: | ||
FAIL ERP_D_Ld5_P48x1.f10_f10_mg37.I2000Clm50BgcCru.izumi_nag.clm-noFUN_flexCN BASELINE ctsm5.3.016: ERROR CPRNC failed to open files | ||
I am aware that others have also seen this behavior. | ||
|
||
Other details | ||
------------- | ||
Pull Requests that document the changes (include PR ids): | ||
https://github.com/ESCOMP/ctsm/pull/2925 | ||
|
||
=============================================================== | ||
=============================================================== | ||
Tag name: tmp-241219.n02.ctsm5.3.016 | ||
Originator(s): glemieux (Gregory Lemieux, LBNL, [email protected]) | ||
Date: Wed 08 Jan 2025 10:52:49 AM MST | ||
|
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