|
1 | 1 | =============================================================== |
| 2 | +Tag name: ctsm5.3.019 |
| 3 | +Originator(s): olyson (Keith Oleson, UCAR/TSS) |
| 4 | +Date: Tue 14 Jan 2025 02:46:11 PM MST |
| 5 | +One-line Summary: Stop running 0th time step |
| 6 | + |
| 7 | +Purpose and description of changes |
| 8 | +---------------------------------- |
| 9 | + As with the last tag, this is also for consistency with CAM. |
| 10 | + |
| 11 | +Contributors |
| 12 | +------------ |
| 13 | + Bill Sacks. In the final steps, also slevis. |
| 14 | + |
| 15 | +Significant changes to scientifically-supported configurations |
| 16 | +-------------------------------------------------------------- |
| 17 | + |
| 18 | +Does this tag change answers significantly for any of the following physics configurations? |
| 19 | +(Details of any changes will be given in the "Answer changes" section below.) |
| 20 | + |
| 21 | + [Put an [X] in the box for any configuration with significant answer changes.] |
| 22 | + |
| 23 | +[ ] clm6_0 |
| 24 | + |
| 25 | +[ ] clm5_0 |
| 26 | + |
| 27 | +[ ] ctsm5_0-nwp |
| 28 | + |
| 29 | +[ ] clm4_5 |
| 30 | + |
| 31 | + |
| 32 | +Bugs fixed |
| 33 | +---------- |
| 34 | +List of CTSM issues fixed (include CTSM Issue # and description) [one per line]: |
| 35 | + Fixes #925 |
| 36 | + |
| 37 | +Notes of particular relevance for developers: |
| 38 | +--------------------------------------------- |
| 39 | +Caveats for developers (e.g., code that is duplicated that requires double maintenance): |
| 40 | + Same or similar changes needed separately in clm, in mosart, and in rtm. |
| 41 | + |
| 42 | +Changes to tests or testing: |
| 43 | + FAIL RXCROPMATURITYSKIPGEN_Ld1097.f10_f10_mg37.IHistClm60BgcCrop.derecho_intel.clm-cropMonthOutput RUN |
| 44 | + I did not label this failure EXPECTED because the fix is planned for the next tag, ctsm5.3.020. |
| 45 | + |
| 46 | + I resolved the izumi nag tests that failed to build (due to a bug in rtm and mosart) by introducing the bug-fix manually, as explained here: |
| 47 | +https://github.com/ESCOMP/CTSM/pull/2084#issuecomment-2584164690 |
| 48 | + In ctsm5.3.020 we plan to update to the rtm/mosart tags that include the fix. |
| 49 | + |
| 50 | +Testing summary: |
| 51 | +---------------- |
| 52 | + |
| 53 | + [PASS means all tests PASS; OK means tests PASS other than expected fails.] |
| 54 | + |
| 55 | + build-namelist tests (if CLMBuildNamelist.pm has changed): |
| 56 | + |
| 57 | + derecho - PASS |
| 58 | + |
| 59 | + python testing (if python code has changed; see instructions in python/README.md; document testing done): |
| 60 | + |
| 61 | + derecho - PASS |
| 62 | + |
| 63 | + regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing): |
| 64 | + |
| 65 | + derecho ----- OK |
| 66 | + izumi ------- OK |
| 67 | + |
| 68 | + mosart |
| 69 | + derecho ----- OK |
| 70 | + izumi ------- OK |
| 71 | + |
| 72 | + rtm |
| 73 | + derecho ----- OK |
| 74 | + |
| 75 | +If the tag used for baseline comparisons was NOT the previous tag, note that here: |
| 76 | + I repeated the rtm & mosart test-suites with mosart1.1.04 instead of 06 and rtm1_0_82 instead of 84 (all else the same) and compared against the new baselines mosart1.1.06-ctsm5.3.019 and rtm1_0_84-ctsm5.3.019. These gave b4b identical answers. |
| 77 | + |
| 78 | +Answer changes |
| 79 | +-------------- |
| 80 | + |
| 81 | +Changes answers relative to baseline: Yes |
| 82 | + |
| 83 | + Summarize any changes to answers, i.e., |
| 84 | + - what code configurations: All |
| 85 | + - what platforms/compilers: All |
| 86 | + - nature of change: larger than roundoff/same climate |
| 87 | + |
| 88 | + Caveat: We see diffs in mosart and cpl output that will be eliminated in ctsm5.3.020. They are discussed here: |
| 89 | +https://github.com/ESCOMP/CTSM/pull/2838#issuecomment-2477608383 |
| 90 | +https://github.com/ESCOMP/MOSART/issues/103#issuecomment-2479679014 |
| 91 | + |
| 92 | +Other details |
| 93 | +------------- |
| 94 | +List any git submodules updated (cime, rtm, mosart, cism, fates, etc.): |
| 95 | + rtm and mosart were already updated in the previous tag (ctsm5.3.018) to include the corresponding rtm and mosart tags |
| 96 | + |
| 97 | +Pull Requests that document the changes (include PR ids): |
| 98 | + https://github.com/ESCOMP/ctsm/pull/2084 |
| 99 | + https://github.com/ESCOMP/MOSART/pull/67 |
| 100 | + https://github.com/ESCOMP/RTM/pull/37 |
| 101 | + |
| 102 | +=============================================================== |
| 103 | +=============================================================== |
2 | 104 | Tag name: ctsm5.3.018 |
3 | 105 | Originator(s): slevis (Samuel Levis,UCAR/TSS,303-665-1310) |
4 | 106 | Date: Fri 10 Jan 2025 05:37:08 PM MST |
@@ -96,7 +198,7 @@ https://github.com/ESCOMP/MOSART/issues/103#issuecomment-2479679014 |
96 | 198 | Other details |
97 | 199 | ------------- |
98 | 200 | List any git submodules updated (cime, rtm, mosart, cism, fates, etc.): |
99 | | - rtm, mosart |
| 201 | + rtm, mosart (see related note in ctsm5.3.019) |
100 | 202 |
|
101 | 203 | Pull Requests that document the changes (include PR ids): |
102 | 204 | https://github.com/ESCOMP/ctsm/pull/2838 |
|
0 commit comments