11===============================================================
22Tag name: ctsm5.3.059
33Originator(s): erik (Erik Kluzek)
4- Date: Fri Jun 20 16:51:17 MDT 2025
4+ Date: Mon 23 Jun 2025 01:39:37 AM MDT
55One-line Summary: Bring in various cleanup efforts found in previous testing after the chill changes came in
66
77Purpose and description of changes
@@ -13,11 +13,10 @@ Including the following:
1313
1414- Fix SHR_ASSERT so single-point matrix test passes
1515- ne3np4 to namelist_defaults_ctsm.xml and Makefile for PTS mode and add ability
16- - for warm starts in PTS mode
16+ - Fixes warm starts in PTS_MODE so that SCAM can use restart files
1717- f19 + f45 16pft fsurdat/landuse files to namelist_defaults_ctsm + Makefile
1818- Changes in the FORTRAN code to properly abort when fire-emission is asked for
19- - it can't be provided. Added unit testing for this.
20-
19+ it can't be provided. Added unit testing for this.
2120
2221Significant changes to scientifically-supported configurations
2322--------------------------------------------------------------
@@ -40,16 +39,16 @@ Bugs fixed
4039----------
4140List of CTSM issues fixed (include CTSM Issue # and description) [one per line]:
4241
43- Fixes #2868
44- Fixes #2791
45- Fixes #2768
46- Fixes #2780
47- Fixes #2762
48- Fixes #3073
49- Some of #2810
42+ Fixes #2868 -- Custom crop calendar instructions
43+ Fixes #2791 -- f19 16 pft for PPE work
44+ Fixes #2768 -- ne3np4 added in
45+ Fixes #2780 -- CN matrix single point
46+ Fixes #2762 -- Don't allow FATES, SP, or nofire to turn fire-emis on
47+ Fixes #3073 -- Wrong order for testmods with nofireemis
48+ Some of #2810 -- 16pft f45 landuse.timeseries for FATES
5049 CTSM namelist checking for:
51- https://github.com/NGEET/fates/issues/1356
52- Some work on https://github.com/ESCOMP/CTSM/issues/2643
50+ https://github.com/NGEET/fates/issues/1356 -- FatesSp and FATES ST3 on at same time
51+ Some work on https://github.com/ESCOMP/CTSM/issues/2643 -- standarize logical settings for FATES
5352
5453Notes of particular relevance for users
5554---------------------------------------
@@ -97,7 +96,7 @@ Testing summary: regular, ctsm_sci
9796
9897 python testing (if python code has changed; see instructions in python/README.md; document testing done):
9998
100- derecho - OK
99+ derecho - Fails, but ctsm5.3.058 does as well
101100
102101 regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing):
103102
@@ -108,14 +107,18 @@ Testing summary: regular, ctsm_sci
108107
109108 ctsm_sci
110109 derecho ---- OK
111-
112- If the tag used for baseline comparisons was NOT the previous tag, note that here:
113-
110+ cesm_testing:
111+ SMS_D_Ln9.f19_f19_mg17.FWma2000climo.derecho_intel.cam-outfrq9s_waccm_ma_mam4
112+ SMS_D_Ln9.ne0ARCTICne30x4_ne0ARCTICne30x4_mt12.FHIST.derecho_intel.cam-outfrq9s
113+ SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCHIST.derecho_intel.cam-outfrq9s
114+ SMS_D_Ln9_P1280x1.ne0CONUSne30x8_ne0CONUSne30x8_mt12.FCnudged.derecho_intel.cam-outfrq9s
115+ SMS_D_Ln9_P5120x1.ne0ARCTICne30x4_ne0ARCTICne30x4_mt12.FHIST.derecho_intel.cam-outfrq9s
114116
115117Answer changes
116118--------------
117119
118120Changes answers relative to baseline: no-bit-for-bit
121+ Some tests that allowed fire-emissions to be on, have a different field list now
119122
120123Other details
121124-------------
@@ -125,10 +128,10 @@ List any git submodules updated (cime, rtm, mosart, cism, fates, etc.):
125128
126129Pull Requests that document the changes (include PR ids):
127130(https://github.com/ESCOMP/ctsm/pull)
128- #2840
129- #2835
130- #2834
131- #2844
131+ #2840 -- Fix single point matrixcn fails
132+ #2835 -- n3np4 + warm start fixes for PTS_MODE
133+ #2834 -- f19 + f45 16 pft datasets
134+ #2844 -- Fortran code abort when fire-emission asked for and can't be provided
132135
133136===============================================================
134137===============================================================
0 commit comments