Skip to content

Commit 0aaee1d

Browse files
authored
Update CAM-SIMA externals to match cam6_4_106, plus new CIME tag (#412)
Tag name (required for release branches): Originator(s): nusbaume Description (include the issue title, and the keyword ['closes', 'fixes', 'resolves'] followed by the issue number): Updated the CAM-SIMA external submodules to match cam6_4_106, along with a newer CIME tag to enable dependency checking of Fortran submodules, which is needed for CAM-SIMA PR #407 Also removed the "mct" submodule, as that was no longer being used by CAM-SIMA. Describe any changes made to build system: N/A Describe any changes made to the namelist: N/A List any changes to the defaults for the input datasets (e.g. boundary datasets): N/A List all files eliminated and why: D libraries/mct - Remove unused git submodule. List all files added and what they do: N/A List all existing files that have been modified, and describe the changes: (Helpful git command: `git diff --name-status development...<your_branch_name>`) M .gitmodules M ccs_config M cime M components/cdeps M components/cice M components/cism M components/clm M components/cmeps M components/mosart M components/rtm M libraries/FMS M libraries/parallelio M tools/CUPiD - Update git submodules to match/exceed the versions used in cam6_4_106 If there are new failures (compared to the `test/existing-test-failures.txt` file), have them OK'd by the gatekeeper, note them here, and add them to the file. If there are baseline differences, include the test and the reason for the diff. What is the nature of the change? Roundoff? derecho/intel/aux_sima: ALL PASS derecho/gnu/aux_sima: SMS_Ln9.ne3pg3_ne3pg3_mg37.FCAM4.derecho_gnu.cam-outfrq_se_cslam_analy_ic (Overall: DIFF) SMS_Ln9.ne3pg3_ne3pg3_mg37.FCAM7.derecho_gnu.cam-outfrq_se_cslam_analy_ic (Overall: DIFF) SMS_Ln9.ne3pg3_ne3pg3_mg37.FHS94.derecho_gnu.cam-outfrq_se_cslam (Overall: DIFF) SMS_Ln9.ne3pg3_ne3pg3_mg37.FKESSLER.derecho_gnu.cam-outfrq_se_cslam (Overall: DIFF) SMS_Ln9.ne3pg3_ne3pg3_mg37.FTJ16.derecho_gnu.cam-outfrq_se_cslam (Overall: DIFF) - Answer changes due to updated externals. If this changes climate describe any run(s) done to evaluate the new climate in enough detail that it(they) could be reproduced: CAM-SIMA date used for the baseline comparison tests if different than latest:
1 parent a3a54d1 commit 0aaee1d

File tree

14 files changed

+24
-31
lines changed

14 files changed

+24
-31
lines changed

.gitmodules

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,57 +32,51 @@
3232
[submodule "ccs_config"]
3333
path = ccs_config
3434
url = https://github.com/ESMCI/ccs_config_cesm.git
35-
fxtag = ccs_config_cesm1.0.21
35+
fxtag = ccs_config_cesm1.0.53
3636
fxrequired = ToplevelRequired
3737
fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git
3838
[submodule "cdeps"]
3939
path = components/cdeps
4040
url = https://github.com/ESCOMP/CDEPS.git
41-
fxtag = cdeps1.0.61
41+
fxtag = cdeps1.0.73
4242
fxrequired = ToplevelRequired
4343
fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS.git
4444
[submodule "cice"]
4545
path = components/cice
4646
url = https://github.com/ESCOMP/CESM_CICE
47-
fxtag = cesm_cice6_6_0_6
47+
fxtag = cesm3_cice6_6_0_13
4848
fxrequired = ToplevelRequired
4949
fxDONOTUSEurl = https://github.com/ESCOMP/CESM_CICE
5050
[submodule "cime"]
5151
path = cime
5252
url = https://github.com/ESMCI/cime
53-
fxtag = cime6.1.58
53+
fxtag = cime6.1.113
5454
fxrequired = ToplevelRequired
5555
fxDONOTUSEurl = https://github.com/ESMCI/cime
5656
[submodule "cism"]
5757
path = components/cism
5858
url = https://github.com/ESCOMP/CISM-wrapper
59-
fxtag = cismwrap_2_2_005
59+
fxtag = cismwrap_2_2_006
6060
fxrequired = ToplevelRequired
6161
fxDONOTUSEurl = https://github.com/ESCOMP/CISM-wrapper
6262
[submodule "clm"]
6363
path = components/clm
6464
url = https://github.com/ESCOMP/CTSM
65-
fxtag = ctsm5.3.017
65+
fxtag = ctsm5.3.029
6666
fxrequired = ToplevelRequired
6767
fxDONOTUSEurl = https://github.com/ESCOMP/CTSM
6868
[submodule "cmeps"]
6969
path = components/cmeps
7070
url = https://github.com/ESCOMP/CMEPS.git
71-
fxtag = cmeps1.0.33
71+
fxtag = cmeps1.0.47
7272
fxrequired = ToplevelRequired
7373
fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git
7474
[submodule "fms"]
7575
path = libraries/FMS
7676
url = https://github.com/ESCOMP/FMS_interface
77-
fxtag = fi_240828
77+
fxtag = fi_250428
7878
fxrequired = ToplevelRequired
7979
fxDONOTUSEurl = https://github.com/ESCOMP/FMS_interface
80-
[submodule "mct"]
81-
path = libraries/mct
82-
url = https://github.com/MCSclimate/MCT
83-
fxtag = MCT_2.11.0
84-
fxrequired = ToplevelRequired
85-
fxDONOTUSEurl = https://github.com/MCSclimate/MCT
8680
[submodule "mizuRoute"]
8781
path = components/mizuRoute
8882
url = https://github.com/ESCOMP/mizuRoute
@@ -92,19 +86,19 @@
9286
[submodule "mosart"]
9387
path = components/mosart
9488
url = https://github.com/ESCOMP/MOSART
95-
fxtag = mosart1.1.07
89+
fxtag = mosart1.1.08
9690
fxrequired = ToplevelRequired
9791
fxDONOTUSEurl = https://github.com/ESCOMP/MOSART
9892
[submodule "parallelio"]
9993
path = libraries/parallelio
10094
url = https://github.com/NCAR/ParallelIO
101-
fxtag = pio2_6_3
95+
fxtag = pio2_6_4
10296
fxrequired = ToplevelRequired
10397
fxDONOTUSEurl = https://github.com/NCAR/ParallelIO
10498
[submodule "rtm"]
10599
path = components/rtm
106100
url = https://github.com/ESCOMP/RTM
107-
fxtag = rtm1_0_84
101+
fxtag = rtm1_0_86
108102
fxrequired = ToplevelRequired
109103
fxDONOTUSEurl = https://github.com/ESCOMP/RTM
110104
[submodule "share"]
@@ -116,6 +110,6 @@
116110
[submodule "tools/CUPiD"]
117111
path = tools/CUPiD
118112
url = https://github.com/NCAR/CUPiD.git
119-
fxtag = v0.1.4
113+
fxtag = v0.2.1
120114
fxrequired = ToplevelRequired
121115
fxDONOTUSEurl = https://github.com/NCAR/CUPiD.git

ccs_config

Submodule ccs_config updated 42 files

cime

Submodule cime updated 183 files

components/cdeps

Submodule cdeps updated 48 files

components/cism

components/clm

Submodule clm updated 79 files

0 commit comments

Comments
 (0)