Skip to content

Commit 0a518a0

Browse files
nusbaumeSteve Goldhaber
authored andcommitted
ESCOMP tag: cam6_4_042
Merge pull request ESCOMP#1169 from PeterHjortLauritzen/std_atm_fix_for_mpas cam6_4_042: Fix reference pressures for MPAS ESCOMP commit: ddacf0f
1 parent d40f4e2 commit 0a518a0

File tree

17 files changed

+133
-46
lines changed

17 files changed

+133
-46
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
on: pull_request
2+
3+
jobs:
4+
fleximod-test:
5+
runs-on: ubuntu-latest
6+
strategy:
7+
matrix:
8+
# oldest supported and latest supported
9+
python-version: ["3.7", "3.x"]
10+
steps:
11+
- id: checkout-CESM
12+
uses: actions/checkout@v4
13+
- id: run-fleximod
14+
run: |
15+
$GITHUB_WORKSPACE/bin/git-fleximod update
16+
$GITHUB_WORKSPACE/bin/git-fleximod test
17+
# - name: Setup tmate session
18+
# if: ${{ failure() }}
19+
# uses: mxschmitt/action-tmate@v3
20+
21+

.gitmodules

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@
3737
fxrequired = AlwaysRequired
3838
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics
3939

40-
[submodule "camnor_phys"]
41-
path = src/physics/camnor_phys
42-
url = https://github.com/NorESMhub/CAM-Nor-physics
43-
fxtag = camnor_noresm_v0.0.6
44-
fxrequired = AlwaysRequired
45-
fxDONOTUSEurl = https://github.com/NorESMhub/CAM-Nor-physics
46-
4740
[submodule "carma"]
4841
path = src/physics/carma/base
4942
url = https://github.com/ESCOMP/CARMA_base.git
@@ -81,13 +74,6 @@
8174
fxrequired = AlwaysRequired
8275
fxDONOTUSEurl = https://github.com/ESCOMP/HEMCO_CESM.git
8376

84-
[submodule "oslo_aero"]
85-
path = src/chemistry/oslo_aero
86-
url = https://github.com/NorESMhub/OSLO_AERO
87-
fxtag = oslo_aero_2_5a08d
88-
fxrequired = AlwaysRequired
89-
fxDONOTUSEurl = https://github.com/NorESMhub/OSLO_AERO.git
90-
9177
[submodule "pumas"]
9278
path = src/physics/pumas
9379
url = https://github.com/ESCOMP/PUMAS

components/clm

Submodule clm updated 61 files

components/mizuRoute

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 2ff305a0292cb06789de6cfea7ad3cc0d6173493

0 commit comments

Comments
 (0)