Skip to content

Commit adac90d

Browse files
committed
Update ChangeLog/ChangeSum
1 parent d7a1a0b commit adac90d

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

doc/ChangeLog

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
===============================================================
22
Tag name: ctsm5.3.062
33
Originator(s): slevis (Samuel Levis,UCAR/TSS,303-665-1310)
4-
Date: Thu 03 Jul 2025 12:23:00 PM MDT
4+
Date: Wed 09 Jul 2025 09:03:55 AM MDT
55
One-line Summary: Put instantaneous and non-inst. fields on separate hist files
66

77
Purpose and description of changes
88
----------------------------------
9-
Following ctsm5.3.018 "Change history time to be the middle of the time bounds" the current change intends to prevent confusion associated with the time corresponding to instantaneous history fields by putting them on separate files than non-instantaneous fields. The result is
9+
Following ctsm5.3.018 "Change history time to be the middle of the time bounds"
10+
the current change intends to prevent confusion associated with the time corresponding to instantaneous history fields by putting them on separate files than non-instantaneous fields. The result is
11+
1012
1) two history files per clm, mosart, and rtm history tape:
1113
tape h0 becomes h0a and h0i
1214
tape h1 becomes h1a and h1i
@@ -19,7 +21,7 @@ Purpose and description of changes
1921
...
2022
rhX becomes rhXa and rhXi
2123

22-
The clm handles empty history (and corresponding history restart) files by not generating them, while rtm and mosart give an error. Instead of refactoring rtm and mosart to behave like the clm (out of scope), I have introduced one active instantaneous field in mosart and one in rtm to bypass the "empty file" error.
24+
The clm handles empty history (and corresponding history restart) files by not generating them, while rtm and mosart give an error. Instead of refactoring rtm and mosart to behave like the clm (considered out of scope), I have introduced one active instantaneous field in mosart and one in rtm to bypass the "empty file" error.
2325

2426
Significant changes to scientifically-supported configurations
2527
--------------------------------------------------------------
@@ -92,25 +94,28 @@ Testing summary:
9294
derecho ----- OK
9395
izumi ------- OK
9496

95-
crop_calendars tests: (tested while in ctsm5.3.058, before updating to ctsm5.3.061)
97+
crop_calendars tests: (tested while in ctsm5.3.058 and again in ctsm5.3.061)
9698
derecho ----- OK
9799
izumi ------- OK
98100

99-
ssp tests: (tested while in ctsm5.3.058, before updating to ctsm5.3.061)
101+
ssp tests: (tested while in ctsm5.3.058 and again in ctsm5.3.061)
100102
derecho ----- OK
101103

102-
hillslope tests: (tested while in ctsm5.3.058, before updating to ctsm5.3.061)
104+
hillslope tests: (tested while in ctsm5.3.058 and again in ctsm5.3.061)
103105
derecho ----- OK
104106

105-
fire tests: (tested while in ctsm5.3.058, before updating to ctsm5.3.061)
107+
fire tests: (tested while in ctsm5.3.058 and again in ctsm5.3.061)
106108
derecho ----- OK
107109

108110
Answer changes
109111
--------------
110112

111-
Changes answers relative to baseline: No, but read caveat
112-
113-
Caveat: h0 files become h0a (containing non-instantaneous fields) and h0i (containing instantaneous fields). I spot-checked clm, mosart, and rtm files and confirmed no bitwise change in answers.
113+
Changes answers relative to baseline: No, but read caveat:
114+
h0 files become h0a (containing non-instantaneous fields) and h0i (containing instantaneous fields):
115+
- I spot-checked clm, mosart, and rtm files and confirmed no bitwise change in answers.
116+
- I ran Sam Rabin's comparison tool written specifically to compare hX files against hXa + hXi files:
117+
~samrabin/pr_2445_baseline_compare/pr_2445_baseline_compare.py -1 /glade/campaign/cgd/tss/ctsm_baselines/ctsm5.3.061 tests_0701-173109de
118+
and it returned a single DIFF that appears to be a false positive.
114119

115120
Other details
116121
-------------

doc/ChangeSum

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Tag Who Date Summary
22
============================================================================================================================
3-
ctsm5.3.062 slevis 07/03/2025 Put inst. and non-inst. fields on separate hist files
3+
ctsm5.3.062 slevis 07/09/2025 Put inst. and non-inst. fields on separate hist files
44
ctsm5.3.061 slevis 06/26/2025 Merge b4b-dev to master
55
ctsm5.3.060 slevis 06/24/2025 Preliminary update of ctsm54 defaults (answer changing)
66
ctsm5.3.059 erik 06/23/2025 Bring in various cleanup efforts found in previous testing after the chill changes came in

0 commit comments

Comments
 (0)