From 1e377a199bd55efa0a2de8abe8c248c2b9a92d22 Mon Sep 17 00:00:00 2001 From: Erik Kluzek Date: Tue, 12 Dec 2023 13:51:15 -0700 Subject: [PATCH] Update change files --- doc/.ChangeLog_template | 16 +++------ doc/ChangeSum | 1 + doc/release-cesm2.2.ChangeLog | 64 +++++++++++++++++++++++++++++++++++ 3 files changed, 70 insertions(+), 11 deletions(-) diff --git a/doc/.ChangeLog_template b/doc/.ChangeLog_template index f5474f33a8..11f2f89b8d 100644 --- a/doc/.ChangeLog_template +++ b/doc/.ChangeLog_template @@ -77,15 +77,7 @@ CTSM testing: build-namelist tests: - cheyenne - - - tools-tests (test/tools): - - cheyenne - - - PTCLM testing (tools/shared/PTCLM/test): - - cheyenne - + derecho - python testing (see instructions in python/README.md; document testing done): @@ -93,8 +85,10 @@ CTSM testing: regular tests (aux_clm): - cheyenne ---- - izumi ------- + derecho_intel ----- + izumi_intel ------- + izumi_nag --------- + izumi_gnu --------- If the tag used for baseline comparisons was NOT the previous tag, note that here: diff --git a/doc/ChangeSum b/doc/ChangeSum index 1693181ff5..b103881036 100644 --- a/doc/ChangeSum +++ b/doc/ChangeSum @@ -1,5 +1,6 @@ Tag Who Date Summary ============================================================================================================================ +release-cesm2.2.04 erik 12/12/2023 Update PElayout and tests to work on Derecho, remove tools add notes around that, fix some tests release-cesm2.2.03 erik 12/04/2023 Quick tag with history update needed for SCAM release-cesm2.2.02 erik 08/23/2023 Change the sorting method for history files to help with performance on lustre filesystems release-cesm2.2.01 erik 09/02/2020 Fix clm4_5 initial conditions diff --git a/doc/release-cesm2.2.ChangeLog b/doc/release-cesm2.2.ChangeLog index c1fbf581ae..14144c35f2 100644 --- a/doc/release-cesm2.2.ChangeLog +++ b/doc/release-cesm2.2.ChangeLog @@ -1,4 +1,68 @@ =============================================================== +Tag name: release-cesm2.2.04 +Originator(s): erik (Erik Kluzek,UCAR/TSS,303-497-1326) +Date: Tue 12 Dec 2023 01:43:47 PM MST +One-line Summary: Update PElayout and tests to work on Derecho, remove tools add notes around that, fix some tests + +Purpose of this version: +------------------------ + +Get working PE-layouts for Derecho. Move test list over to Derecho from Cheyenne. +Remove all of the CTSM tools, users should use the latest. +Some fixes to various tests to get them working. + + +CTSM Master Tag This Corresponds To: ctsm1.0.dev108 (with most changes from ctsm1.0.dev111) + +Summary of changes: +------------------- + +Issues fixed (include CTSM Issue #): + Resolves #2257 -- tag for CESM2.2.2 CESM release + +Science changes since: None + +Software changes since: Changes to PE-layouts and testing + +Changes to User Interface since: + +Testing: +-------- + + [PASS means all tests PASS and OK means tests PASS other than expected fails.] + + regular tests (aux_clm): + + derecho_intel ----- OK + izumi_nag --------- OK + izumi_intel ------- OK + +Summary of Answer changes: +------------------------- + +If the tag used for baseline comparisons was NOT the previous tag, note that here: previous + +Changes answers relative to baseline: No bit-for-bit (some ER tests change answers because of mosart history files) + +Detailed list of changes: +------------------------ + +Externals being used: + cism2_1_69_a + rtm1_0_72 + mosart1_0_37_1 + cime5.8.32.7 + FATES tag -- sci.1.30.0_api.8.0.0 + cdeps hash -- 45b7a85 + +CTSM Tag versions pulled over from master development branch: None + +Pull Requests that document the changes (include PR ids): +(https://github.com/ESCOMP/ctsm/pull) + #2281 -- PE layouts/testing to Derecho + +=============================================================== +=============================================================== Tag name: release-cesm2.2.03 Originator(s): erik (Erik Kluzek,UCAR/TSS,303-497-1326) Date: Mon 04 Dec 2023 10:21:10 PM MST