Skip to content

Commit fcf380c

Browse files
committed
Update fleximod test and gitmodules file to match new CAM code/submodules.
1 parent 3eaaf02 commit fcf380c

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.github/workflows/fleximod_test.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- id: run-fleximod
1515
run: |
16-
$GITHUB_WORKSPACE/bin/git-fleximod update
16+
$GITHUB_WORKSPACE/bin/git-fleximod update -o
1717
echo
1818
echo "Update complete, checking status"
1919
echo
@@ -23,6 +23,4 @@ jobs:
2323
echo
2424
echo "Checking if git fleximod matches expected externals"
2525
echo
26-
git diff --exit-code
27-
28-
26+
git add . && git diff --exit-code && git diff --cached --exit-code

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[submodule "ncar-physics"]
2121
path = src/physics/ncar_ccpp
2222
url = https://github.com/ESCOMP/atmospheric_physics
23-
fxtag = 178c1833d72a4027c6162a6c11b52bbbdcb272b6
23+
fxtag = atmos_phys0_17_002
2424
fxrequired = AlwaysRequired
2525
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics
2626
[submodule "rrtmgp-data"]
@@ -32,7 +32,7 @@
3232
[submodule "ccs_config"]
3333
path = ccs_config
3434
url = https://github.com/ESMCI/ccs_config_cesm.git
35-
fxtag = ccs_config_cesm1.0.59
35+
fxtag = ccs_config_cesm1.0.60
3636
fxrequired = ToplevelRequired
3737
fxDONOTUSEurl = https://github.com/ESMCI/ccs_config_cesm.git
3838
[submodule "cdeps"]
@@ -50,7 +50,7 @@
5050
[submodule "cime"]
5151
path = cime
5252
url = https://github.com/ESMCI/cime
53-
fxtag = cime6.1.122
53+
fxtag = cime6.1.126
5454
fxrequired = ToplevelRequired
5555
fxDONOTUSEurl = https://github.com/ESMCI/cime
5656
[submodule "cism"]

0 commit comments

Comments
 (0)