From 6fe50e19196a413b6fc3f98e162b007482231a34 Mon Sep 17 00:00:00 2001 From: Chris Fischer Date: Thu, 26 Mar 2026 15:05:24 -0600 Subject: [PATCH 1/7] Update for cesm3_0_alpha08o testing, CAM update for spin-up run. --- .gitmodules | 2 +- ChangeLog | 59 ++++++++++++++++++++++++++++++ cime_config/testlist_allactive.xml | 8 ---- components/cam | 2 +- 4 files changed, 61 insertions(+), 10 deletions(-) diff --git a/.gitmodules b/.gitmodules index 58d0319d5..728f653d9 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,7 +58,7 @@ path = components/cam url = https://www.github.com/ESCOMP/CAM fxDONOTUSEurl = https://www.github.com/ESCOMP/CAM - fxtag = cam6_4_157 + fxtag = cam6_4_160 fxrequired = ToplevelRequired [submodule "clm"] diff --git a/ChangeLog b/ChangeLog index 2a8cc1d6b..3eddc852c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +============================================================== +Tag name: cesm3_0_alpha080 +Originator(s): CSEG +Date: 26th Mar 2026 +One-line Summary: CAM update for spin-up run + +ccs_config https://github.com/ESMCI/ccs_config_cesm/tree/ccs_config_cesm1.0.79 -- +cime https://github.com/ESMCI/cime/tree/cime6.1.169 -- +components/fms https://github.com/ESCOMP/FMS_interface/tree/fi_250428 -- +share https://github.com/ESCOMP/CESM_share/tree/share1.1.19 -- +components/cam https://github.com/ESCOMP/CAM/cam6_4_160 ** +components/clm https://github.com/ESCOMP/ctsm/tree/ctsm5.4.027 -- +components/cice https://github.com/ESCOMP/CESM_CICE/tree/cesm3_cice6_6_3_6 -- +components/mom https://github.com/ESCOMP/MOM_interface/mi_260121 -- +components/cism https://github.com/ESCOMP/cism-wrapper/tree/cismwrap_2_2_013 -- +components/cdeps https://github.com/ESCOMP/CDEPS/tree/cdeps1.0.93 -- +components/cmeps https://github.com/ESCOMP/CMEPS/tree/cmeps1.1.41 -- +components/rtm https://github.com/ESCOMP/rtm/tree/rtm1_0_89 -- +components/ww3 https://github.com/ESCOMP/WW3-CESM/tree/main_0.0.19 -- +components/mizuroute https://github.com/ESCOMP/mizuRoute/tree/cesm-coupling.v3.0.1 -- +components/mosart https://github.com/ESCOMP/mosart/tree/mosart1_1_13 -- +libraries/parallelio https://github.com/NCAR/ParallilIO/tree/pio2_6_8 -- +libraries/mpi-serial https://github.com/ESMCI/mpi-serial/tree/MPIserial_2.5.0 -- +tools/statistical_ensemble_test/pyCECT https://github.com/NCAR/PyCECT/tree/3.2.1 -- +tools/CUPiD https://github.com/NCAR/CUPiD/tree/v0.5.1 -- + +cam + Cheryl Craig 2026-03-26 - cam6_4_160 - components/cam (cesm3_0_alpha08o) + https://github.com/ESCOMP/CAM/tags/cam6_4_160 + + For Francis Vitt + + Add TUV-X + + + Cheryl Craig 2026-03-24 - cam6_4_159 - components/cam (cesm3_0_alpha08o) + https://github.com/ESCOMP/CAM/tags/cam6_4_159 + + Namelist out of the box for the spin-up + + + Cheryl Craig 2026-03-24 - cam6_4_158 - components/cam (cesm3_0_alpha08o) + https://github.com/ESCOMP/CAM/tags/cam6_4_158 + + Update CAM's .gitmodules file to match alpha08l + + - No change for CESM + + - Answer changing for CAM checkouts + + +cesm + Erik Kluzek 2026-03-25 - cesmXXX - (cesm3_0_alpha08o) + https://github.com/ESCOMP/cesm/tags/cesmXXX + + Correct the mizuRoute submodule: + + https://github.com/ESCOMP/CESM/pull/393 + ============================================================== Tag name: cesm3_0_alpha08n Originator(s): CSEG diff --git a/cime_config/testlist_allactive.xml b/cime_config/testlist_allactive.xml index 95a993f4f..300e7efd6 100644 --- a/cime_config/testlist_allactive.xml +++ b/cime_config/testlist_allactive.xml @@ -183,14 +183,6 @@ - - - - - - - - diff --git a/components/cam b/components/cam index b5e005060..fa786a798 160000 --- a/components/cam +++ b/components/cam @@ -1 +1 @@ -Subproject commit b5e005060eb0d2b54e829e072681f7900c379c4a +Subproject commit fa786a7983c3da0ce306ea523f594caf2fe627c9 From 3fb6e053934f8e80a3dbce7957cce0fd27d0f0fe Mon Sep 17 00:00:00 2001 From: Chris Fischer Date: Thu, 26 Mar 2026 15:38:59 -0600 Subject: [PATCH 2/7] Add tuv-x --- .gitmodules | 7 +++++++ libraries/tuv-x | 1 + 2 files changed, 8 insertions(+) create mode 160000 libraries/tuv-x diff --git a/.gitmodules b/.gitmodules index 728f653d9..420c187c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -145,6 +145,13 @@ fxtag = MPIserial_2.5.4 fxrequired = ToplevelRequired +[submodule "tuv-x"] + path = libraries/tuv-x + url = https://github.com/NCAR/tuv-x.git + fxtag = v0.14.3 + fxrequired = ToplevelRequired + fxDONOTUSEurl = https://github.com/NCAR/tuv-x.git + [submodule "pysect"] path = tools/statistical_ensemble_test/pyCECT url = https://github.com/NCAR/PyCECT diff --git a/libraries/tuv-x b/libraries/tuv-x new file mode 160000 index 000000000..5fdf78925 --- /dev/null +++ b/libraries/tuv-x @@ -0,0 +1 @@ +Subproject commit 5fdf789255aa657ebdd7da61e09a076ed9c704fe From b1c5c6999df49268ff813a419ed5a4b3a9c1de2b Mon Sep 17 00:00:00 2001 From: Chris Fischer Date: Thu, 26 Mar 2026 15:50:42 -0600 Subject: [PATCH 3/7] Adding tuv-x --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 420c187c3..c9be4b278 100644 --- a/.gitmodules +++ b/.gitmodules @@ -148,9 +148,9 @@ [submodule "tuv-x"] path = libraries/tuv-x url = https://github.com/NCAR/tuv-x.git - fxtag = v0.14.3 - fxrequired = ToplevelRequired fxDONOTUSEurl = https://github.com/NCAR/tuv-x.git + fxrequired = ToplevelRequired + fxtag = v0.14.3 [submodule "pysect"] path = tools/statistical_ensemble_test/pyCECT From d2fcbe2218e4c6807c3c70046da899f94d384805 Mon Sep 17 00:00:00 2001 From: Chris Fischer Date: Thu, 26 Mar 2026 22:36:20 -0600 Subject: [PATCH 4/7] Update cmeps for cesm3_0_alpha08o --- .gitmodules | 2 +- ChangeLog | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index c9be4b278..a7b7ddd73 100644 --- a/.gitmodules +++ b/.gitmodules @@ -101,7 +101,7 @@ url = https://github.com/ESCOMP/CMEPS.git fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git fxrequired = ToplevelRequired - fxtag = cmeps1.1.41 + fxtag = cmeps1.1.42 [submodule "rtm"] path = components/rtm diff --git a/ChangeLog b/ChangeLog index 3eddc852c..97a0c3c93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -57,6 +57,13 @@ cesm https://github.com/ESCOMP/CESM/pull/393 + +cmeps + Chris Fischer 2026-03-26 - cmeps1.1.42 - src/drivers/nuopc/ (cesm3_0_alpha08o) + https://github.com/ESCOMP/CMEPS/tags/cmeps1.1.42 + + Fix issue with gmake args + ============================================================== Tag name: cesm3_0_alpha08n Originator(s): CSEG From 8e012be69b211c880e6939f23e37beefdcc80598 Mon Sep 17 00:00:00 2001 From: Chris Fischer Date: Thu, 26 Mar 2026 22:42:45 -0600 Subject: [PATCH 5/7] Update cmeps for cesm3_0_alpha08o --- components/cmeps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cmeps b/components/cmeps index 98ca7b1f1..567e1845f 160000 --- a/components/cmeps +++ b/components/cmeps @@ -1 +1 @@ -Subproject commit 98ca7b1f1aa436b899fdd3a33f0dadde6cd49501 +Subproject commit 567e1845f00e3f8047bb6634eec16ca9f0161f9f From b7f76a95587c7d626e04eab0974bd3ca93959d2d Mon Sep 17 00:00:00 2001 From: Chris Fischer Date: Fri, 27 Mar 2026 12:01:34 -0600 Subject: [PATCH 6/7] Update for cesm3_0_alpha08o testing. CAM and CMEPS updates. --- .gitmodules | 2 +- ChangeLog | 12 +++++++++--- components/cam | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitmodules b/.gitmodules index a7b7ddd73..5692a455b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,7 +58,7 @@ path = components/cam url = https://www.github.com/ESCOMP/CAM fxDONOTUSEurl = https://www.github.com/ESCOMP/CAM - fxtag = cam6_4_160 + fxtag = cam6_4_161 fxrequired = ToplevelRequired [submodule "clm"] diff --git a/ChangeLog b/ChangeLog index 97a0c3c93..3681a4c81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,20 @@ ============================================================== Tag name: cesm3_0_alpha080 Originator(s): CSEG -Date: 26th Mar 2026 +Date: 27th Mar 2026 One-line Summary: CAM update for spin-up run ccs_config https://github.com/ESMCI/ccs_config_cesm/tree/ccs_config_cesm1.0.79 -- cime https://github.com/ESMCI/cime/tree/cime6.1.169 -- components/fms https://github.com/ESCOMP/FMS_interface/tree/fi_250428 -- share https://github.com/ESCOMP/CESM_share/tree/share1.1.19 -- -components/cam https://github.com/ESCOMP/CAM/cam6_4_160 ** +components/cam https://github.com/ESCOMP/CAM/cam6_4_161 ** components/clm https://github.com/ESCOMP/ctsm/tree/ctsm5.4.027 -- components/cice https://github.com/ESCOMP/CESM_CICE/tree/cesm3_cice6_6_3_6 -- components/mom https://github.com/ESCOMP/MOM_interface/mi_260121 -- components/cism https://github.com/ESCOMP/cism-wrapper/tree/cismwrap_2_2_013 -- components/cdeps https://github.com/ESCOMP/CDEPS/tree/cdeps1.0.93 -- -components/cmeps https://github.com/ESCOMP/CMEPS/tree/cmeps1.1.41 -- +components/cmeps https://github.com/ESCOMP/CMEPS/tree/cmeps1.1.42 ** components/rtm https://github.com/ESCOMP/rtm/tree/rtm1_0_89 -- components/ww3 https://github.com/ESCOMP/WW3-CESM/tree/main_0.0.19 -- components/mizuroute https://github.com/ESCOMP/mizuRoute/tree/cesm-coupling.v3.0.1 -- @@ -25,6 +25,12 @@ tools/statistical_ensemble_test/pyCECT https://github.com/NCAR/PyCECT/tree/3.2.1 tools/CUPiD https://github.com/NCAR/CUPiD/tree/v0.5.1 -- cam + Chris Fischer 2026-03-27 - cam6_4_161 - components/cam (cesm3_0_alpha08o) + https://github.com/ESCOMP/CAM/tags/cam6_4_161 + + Fixes for root dirs in cesm blds + + Cheryl Craig 2026-03-26 - cam6_4_160 - components/cam (cesm3_0_alpha08o) https://github.com/ESCOMP/CAM/tags/cam6_4_160 diff --git a/components/cam b/components/cam index fa786a798..da38e5545 160000 --- a/components/cam +++ b/components/cam @@ -1 +1 @@ -Subproject commit fa786a7983c3da0ce306ea523f594caf2fe627c9 +Subproject commit da38e55454ee870107addf6a157c0d67bc2f7978 From 86f9ee59e94a89208eee56b2468964da2dbb2b24 Mon Sep 17 00:00:00 2001 From: Chris Fischer Date: Fri, 27 Mar 2026 12:06:17 -0600 Subject: [PATCH 7/7] Fix ChangeLog --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3681a4c81..9cad25dc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,5 @@ ============================================================== -Tag name: cesm3_0_alpha080 +Tag name: cesm3_0_alpha08o Originator(s): CSEG Date: 27th Mar 2026 One-line Summary: CAM update for spin-up run