|
1 | 1 | =============================================================== |
| 2 | +Tag name: ctsm5.3.026 |
| 3 | +Originator(s): erik (Erik Kluzek,UCAR/TSS,303-497-1326) |
| 4 | +Date: Wed 26 Feb 2025 09:55:48 AM MST |
| 5 | +One-line Summary: Merge b4b-dev to master: run_tower updates, reduce log noise |
| 6 | + |
| 7 | +Purpose and description of changes |
| 8 | +---------------------------------- |
| 9 | + |
| 10 | +Merge b4b-dev to master. |
| 11 | + |
| 12 | +Some run_tower updatesm, fix some issues, and improve code health. Also reduces some log noise. |
| 13 | + |
| 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 | + Resolves #2884 -- run_neon overwrite ignored |
| 36 | + Resolves #2885 -- run_neon setup_only ignored |
| 37 | + Resolves #2946 -- python tests much longer |
| 38 | + Resolves #2717 -- cleanup cesm log |
| 39 | + Resolves #2737 -- reduce log noise |
| 40 | + |
| 41 | +Notes of particular relevance for users |
| 42 | +--------------------------------------- |
| 43 | +Changes to CTSM's user interface (e.g., new/renamed XML or namelist variables): |
| 44 | + Two new options to run_tower: |
| 45 | + --no-inputdata-check option implies --setup-only but skips the check/download of input data. This is used instead of --setup-only |
| 46 | + in run_tower system testing for a speedup of ~20%. |
| 47 | + --xmlchange option allows user to specify xmlchange settings to apply. E.g., --xmlchange CLM_CO2_TYPE=constant,CCSM_CO2_PPMV=850. |
| 48 | + |
| 49 | +Notes of particular relevance for developers: |
| 50 | +--------------------------------------------- |
| 51 | + |
| 52 | +Caveats for developers (e.g., code that is duplicated that requires double maintenance): |
| 53 | + |
| 54 | +Testing summary: Regular |
| 55 | +---------------- |
| 56 | + [PASS means all tests PASS; OK means tests PASS other than expected fails.] |
| 57 | + |
| 58 | + python testing (if python code has changed; see instructions in python/README.md; document testing done): |
| 59 | + |
| 60 | + derecho - PASS |
| 61 | + |
| 62 | + regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing): |
| 63 | + |
| 64 | + derecho ----- OK |
| 65 | + izumi ------- OK |
| 66 | + |
| 67 | +If the tag used for baseline comparisons was NOT the previous tag, note that here: |
| 68 | + |
| 69 | + |
| 70 | +Answer changes |
| 71 | +-------------- |
| 72 | + |
| 73 | +Changes answers relative to baseline: No bit-for-bit |
| 74 | + |
| 75 | +Other details |
| 76 | +------------- |
| 77 | + |
| 78 | +Pull Requests that document the changes (include PR ids): |
| 79 | +(https://github.com/ESCOMP/ctsm/pull) |
| 80 | + #2969 -- Simplify tower types |
| 81 | + #2962 -- Run tower fix and improvements |
| 82 | + #2927 -- Remove log noise |
| 83 | + |
| 84 | +=============================================================== |
| 85 | +=============================================================== |
| 86 | +Tag name: ctsm5.3.025 |
| 87 | +Originator(s): glemieux (Gregory Lemieux, LBNL, [email protected]) |
| 88 | +Date: Thu Feb 20 14:24:45 MST 2025 |
| 89 | +One-line Summary: FATES default parameter file update |
| 90 | + |
| 91 | +Purpose and description of changes |
| 92 | +---------------------------------- |
| 93 | + |
| 94 | +This tag updates the default parameter file for FATES bringing in a number of updates: |
| 95 | + - adds parameters for land use grazing |
| 96 | + - updates the FATES z0mr turbulence parameters for consistency with CLM |
| 97 | + - adds FATES pft-dependent btran model switches for a forthcoming update |
| 98 | + - updates the default hydro solver switch to Picard 2D |
| 99 | + |
| 100 | +This also updates the default FATES tag which includes two issue fixes and introduces |
| 101 | +the aforementioned land use grazing capability. |
| 102 | + |
| 103 | +Significant changes to scientifically-supported configurations |
| 104 | +-------------------------------------------------------------- |
| 105 | + |
| 106 | +Does this tag change answers significantly for any of the following physics configurations? |
| 107 | +(Details of any changes will be given in the "Answer changes" section below.) |
| 108 | + |
| 109 | + [Put an [X] in the box for any configuration with significant answer changes.] |
| 110 | + |
| 111 | +[ ] clm6_0 |
| 112 | + |
| 113 | +[ ] clm5_0 |
| 114 | + |
| 115 | +[ ] ctsm5_0-nwp |
| 116 | + |
| 117 | +[ ] clm4_5 |
| 118 | + |
| 119 | + |
| 120 | +Bugs fixed |
| 121 | +---------- |
| 122 | +List of CTSM issues fixed (include CTSM Issue # and description) [one per line]: |
| 123 | + Fixes FATES#1316 -- z0mr parameters are all the same in the default parameter file |
| 124 | + Fixes FATES#773 -- update the default hydraulics solver? |
| 125 | + |
| 126 | +Notes of particular relevance for users |
| 127 | +--------------------------------------- |
| 128 | +Changes to CTSM's user interface (e.g., new/renamed XML or namelist variables): |
| 129 | + The FATES tag update includes new history outputs associated with land use grazing. |
| 130 | + |
| 131 | +Changes made to namelist defaults (e.g., changed parameter values): |
| 132 | + The fates default parameter file has been updated. See the associated FATES pull |
| 133 | + requests for more detail. |
| 134 | + |
| 135 | + |
| 136 | +Testing summary: |
| 137 | +---------------- |
| 138 | + |
| 139 | + regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing): |
| 140 | + |
| 141 | + derecho ----- |
| 142 | + izumi ------- |
| 143 | + |
| 144 | + fates tests: (give name of baseline if different from CTSM tagname, normally fates baselines are fates-<FATES TAG>-<CTSM TAG>) |
| 145 | + derecho ----- OK |
| 146 | + izumi ------- OK |
| 147 | + |
| 148 | +Answer changes |
| 149 | +-------------- |
| 150 | + |
| 151 | +Changes answers relative to baseline: Yes, for FATES tests only |
| 152 | + |
| 153 | + Summarize any changes to answers, i.e., |
| 154 | + - what code configurations: |
| 155 | + - what platforms/compilers: |
| 156 | + - nature of change (roundoff; larger than roundoff/same climate; new climate): |
| 157 | + |
| 158 | + |
| 159 | +Other details |
| 160 | +------------- |
| 161 | +List any git submodules updated (cime, rtm, mosart, cism, fates, etc.): |
| 162 | + fates: sci.1.80.11_api.37.0.0 -> sci.1.81.0_api.37.1.0 |
| 163 | + |
| 164 | +Pull Requests that document the changes (include PR ids): |
| 165 | +(https://github.com/ESCOMP/ctsm/pull) |
| 166 | + https://github.com/ESCOMP/CTSM/pull/2965 |
| 167 | + https://github.com/NGEET/fates/pull/1334 |
| 168 | + |
| 169 | +=============================================================== |
| 170 | +=============================================================== |
2 | 171 | Tag name: ctsm5.3.024 |
3 | 172 | Originator(s): xinchang (Cathy Xinchang Li, U of Illinois - Urbana-Champaign) |
4 | 173 | Date: Tue Feb 11 09:56:24 MST 2025 |
|
0 commit comments