From fed730c91d558ecddf1434bc9fdec5762c822672 Mon Sep 17 00:00:00 2001 From: mvdebolskiy Date: Wed, 12 Feb 2025 14:25:44 +0100 Subject: [PATCH 1/3] start changelog --- ChangeLog | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/ChangeLog b/ChangeLog index 677ce15d..27059e3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +============================================================= +Tag name: noresm2_5_alpha09 +Date: 13 Feb 2025 +One-line Summary: Update BLOM fixes, CAM fix for ERS tests + +ccs_config : https://github.com/NorESMhub/ccsm_config_noresm/ccs_config_noresm0.0.38 +cime : https://github.com/NorESMhub/come/cime6.1.38_noresm_v0 +share : https://github.com/NorESMhub/NorESM_share/share1.1.2_noresm_v0 +components/blom : https://github.com/NorESMhub/BLOM/dev1.7.1 +components/cam : https://github.com/NorESMhub/CAM/noresm2_5_018_cam6_4_041 +components/cdeps : https://github.com/ESCOMP/CDEPS.git/cdeps1.0.51 +components/cice : https://github.com/NorESMhub/NorESM_CICE/cesm_cice6_5_0_20240702_noresm_v1 +components/cism : https://github.com/NorESMhub/CISM-wrapper/CISM_wrapper/cismwrap_2_2_002_noresm_v1 +components/clm : https://github.com/ESCOMP/CDEPS.git/CLM/ctsm5.3.11-noresm_v2 +components/cmeps : https://github.com/ESCOMP/CMEPS.git/cmeps1.0.20_noresm_v0 +components/mosart : https://github.com/ESCOMP/CDEPS.git/MOSART/mosart1.1.02 +components/ww3 : https://github.com/NorESMhub/WW3_interface/ww3_interface_noresm0.0.15 +libraries/mct : https://github.com/MCSclimate/MCT/MCT_2.11.0 +libraries/parallelio : https://github.com/NCAR/ParallelIO/pio2_6_2 + + + + ============================================================= Tag name: noresm2_5_alpha09 Date: 06 Feb 2025 From 9f292bd11bf531d3728e397f7d61c0ab473a203d Mon Sep 17 00:00:00 2001 From: mvdebolskiy Date: Tue, 18 Feb 2025 12:11:12 +0100 Subject: [PATCH 2/3] update submodules --- .gitmodules | 6 +++--- cime | 2 +- components/blom | 2 +- components/cam | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitmodules b/.gitmodules index b9e47df2..3ba3bf8a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -58,7 +58,7 @@ fxDONOTUSEurl = https://github.com/NorESMhub/ccs_config_noresm.git [submodule "cime"] path = cime url = https://github.com/NorESMhub/cime.git -fxtag = cime6.1.28_noresm_v0 +fxtag = cime6.1.38_noresm_v0 fxrequired = ToplevelRequired fxDONOTUSEurl = https://github.com/NorESMhub/cime.git @@ -80,14 +80,14 @@ fxDONOTUSEurl = https://github.com/NorESMHub/NorESM_share [submodule "blom"] path = components/blom url = https://github.com/NorESMhub/BLOM.git -fxtag = v1.7.0 +fxtag = v1.7.1 fxrequired = ToplevelRequired fxDONOTUSEurl = https://github.com/NorESMhub/BLOM.git [submodule "cam"] path = components/cam url = https://github.com/NorESMhub/CAM.git -fxtag = noresm2_5_017_cam6_4_041 +fxtag = noresm2_5_018_cam6_4_041 fxrequired = ToplevelRequired fxDONOTUSEurl = https://github.com/NorESMhub/CAM.git diff --git a/cime b/cime index f4a63723..8d3198c3 160000 --- a/cime +++ b/cime @@ -1 +1 @@ -Subproject commit f4a63723ead19bf5391abf21e5d49bd3741f7e39 +Subproject commit 8d3198c3ffa288a4cf9cc3d9dedb99e3797ca95f diff --git a/components/blom b/components/blom index b039f557..b84bbf7d 160000 --- a/components/blom +++ b/components/blom @@ -1 +1 @@ -Subproject commit b039f5574ce38da6fe84eb525e8a38539f9c7f51 +Subproject commit b84bbf7dd48706f50a99815cdb2f98d8c52814ef diff --git a/components/cam b/components/cam index 5cfc071e..d40f4e2b 160000 --- a/components/cam +++ b/components/cam @@ -1 +1 @@ -Subproject commit 5cfc071e32e95d1fa5f98ebc8ba9ac29825c48ec +Subproject commit d40f4e2b88dee0a0f3c54dfbedaf04a357278acd From ae4aa2b6a36acdf2b7eee28b67a8602b620f5ded Mon Sep 17 00:00:00 2001 From: mvdebolskiy Date: Wed, 19 Feb 2025 09:37:58 +0100 Subject: [PATCH 3/3] update changelog --- ChangeLog | 25 ++++++++++++++++++++++--- 1 file changed, 22 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27059e3b..05193e8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,12 @@ ============================================================= Tag name: noresm2_5_alpha09 -Date: 13 Feb 2025 -One-line Summary: Update BLOM fixes, CAM fix for ERS tests +Date: 19 Feb 2025 +One-line Summary: Update BLOM fixes, CAM fix for ER tests and cime to 1.38 ccs_config : https://github.com/NorESMhub/ccsm_config_noresm/ccs_config_noresm0.0.38 cime : https://github.com/NorESMhub/come/cime6.1.38_noresm_v0 share : https://github.com/NorESMhub/NorESM_share/share1.1.2_noresm_v0 -components/blom : https://github.com/NorESMhub/BLOM/dev1.7.1 +components/blom : https://github.com/NorESMhub/BLOM/v1.7.1 components/cam : https://github.com/NorESMhub/CAM/noresm2_5_018_cam6_4_041 components/cdeps : https://github.com/ESCOMP/CDEPS.git/cdeps1.0.51 components/cice : https://github.com/NorESMhub/NorESM_CICE/cesm_cice6_5_0_20240702_noresm_v1 @@ -18,6 +18,25 @@ components/ww3 : https://github.com/NorESMhub/WW3_interface/ww3_interface_nores libraries/mct : https://github.com/MCSclimate/MCT/MCT_2.11.0 libraries/parallelio : https://github.com/NCAR/ParallelIO/pio2_6_2 +Answer Changes introduced with this tag when compared to noresm2_5_alpha09 + YES + +Problems identified as part of testing: + + Baseline failures (expected): + All coupled with %BLOM + + Test failures: + + ERI.ne30pg3_tn14.N1850.betzy_intel.allactive-defaultio (Overall: FAIL) details: + FAIL ERI.ne30pg3_tn14.N1850.betzy_intel.allactive-defaultio COMPARE_base_rest + ERR_Ld3.ne30pg3_tn14.N1850.betzy_intel.allactive-defaultio (Overall: FAIL) details: + FAIL ERR_Ld3.ne30pg3_tn14.N1850.betzy_intel.allactive-defaultio COMPARE_base_rest + ERS_D_Ld4.ne30pg3_tn14.N2N1850.betzy_intel.allactive-defaultio (Overall: FAIL) details: + FAIL ERS_D_Ld4.ne30pg3_tn14.N2N1850.betzy_intel.allactive-defaultio COMPARE_base_rest + + + CAM side of ER failures is fixed. BLOM side still persists. with 1 more test failures now: https://github.com/NorESMhub/BLOM/issues/499