From 2c99ced96b41f652f0ea733d83f21038b75af65b Mon Sep 17 00:00:00 2001 From: Samuel Levis Date: Thu, 16 Jan 2025 15:19:52 -0700 Subject: [PATCH] Draft ChangeLog/Sum --- doc/ChangeLog | 100 +++++++++++++++++++++++++++++++++++++++++++++++++- doc/ChangeSum | 1 + 2 files changed, 100 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index f1cf556e41..58c24d909b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,4 +1,102 @@ =============================================================== +Tag name: ctsm5.3.021 +Originator(s): samrabin (Sam Rabin, UCAR/TSS) +Date: Thu 16 Jan 2025 03:01:32 PM MST +One-line Summary: Standardize time metadata + +Purpose and description of changes +---------------------------------- + Standardizes a dimension name of output variable time_bounds from hist_interval to nbnd. + Standardizes attributes for time_bounds, mcdate, mcsec, mdcur, and mscur.` + +Contributors +------------ + Also Bill Sacks and Erik Kluzek. + +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]: + Resolves #1693 + Fixes #2923 + Resolves https://github.com/ESCOMP/MOSART/pull/66 + Resolves https://github.com/ESCOMP/RTM/pull/35 + +Notes of particular relevance for developers: +--------------------------------------------- +Caveats for developers (e.g., code that is duplicated that requires double maintenance): + Same or similar changes needed in all three: clm, rtm, mosart. + +Testing summary: +---------------- + + [PASS means all tests PASS; OK means tests PASS other than expected fails.] + + build-namelist tests (if CLMBuildNamelist.pm has changed): + + derecho - + + python testing (if python code has changed; see instructions in python/README.md; document testing done): + + derecho - + + regular tests (aux_clm: https://github.com/ESCOMP/CTSM/wiki/System-Testing-Guide#pre-merge-system-testing): + + derecho ----- + izumi ------- + + fates tests: (give name of baseline if different from CTSM tagname, normally fates baselines are fates--) + derecho ----- + izumi ------- + + any other testing (give details below): + + ctsm_sci + derecho ---- + +If the tag used for baseline comparisons was NOT the previous tag, note that here: + + +Answer changes +-------------- + +Changes answers relative to baseline: No + Just new metadata in history. + +Other details +------------- +List any git submodules updated (cime, rtm, mosart, cism, fates, etc.): + mosart1.1.08 + rtm1_0_85 + +Pull Requests that document the changes (include PR ids): + https://github.com/ESCOMP/ctsm/pull/2052 + https://github.com/ESCOMP/MOSART/pull/66 + https://github.com/ESCOMP/RTM/pull/35 + +=============================================================== +=============================================================== +Tag name: ctsm5.3.020 +Originator(s): samrabin (Sam Rabin, UCAR/TSS) +THIS IS ONLY A PLACEHOLDER +=============================================================== +=============================================================== Tag name: ctsm5.3.019 Originator(s): olyson (Keith Oleson, UCAR/TSS) Date: Tue 14 Jan 2025 02:46:11 PM MST @@ -10,7 +108,7 @@ Purpose and description of changes Contributors ------------ - Bill Sacks. In the final steps, also slevis. + Also Bill Sacks and, in the final steps, slevis. Significant changes to scientifically-supported configurations -------------------------------------------------------------- diff --git a/doc/ChangeSum b/doc/ChangeSum index bf027e98fc..e516bfb155 100644 --- a/doc/ChangeSum +++ b/doc/ChangeSum @@ -1,5 +1,6 @@ Tag Who Date Summary ============================================================================================================================ + ctsm5.3.021 samrabin 01/16/2025 Standardize time metadata ctsm5.3.019 olyson 01/14/2025 Stop running 0th time step ctsm5.3.018 slevis 01/10/2025 Change history time to be the middle of the time bounds ctsm5.3.017 slevis 01/09/2025 Merge tmp-241219 branch to master