Skip to content

Commit

Permalink
add fleximod test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jun 28, 2024
1 parent f66ef8c commit 3e79138
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 12 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/fleximod_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on:
push:
branches: [ master ]
pull-request:
branches: [ master ]
jobs:
fleximod-test:
runs-on: ubuntu-latest
steps:
- id: checkout-CESM
uses: actions/checkout@v4
- id: run-fleximod
run: |
./bin/git-fleximod test
16 changes: 8 additions & 8 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
path = share
url = https://github.com/ESCOMP/CESM_share
fxDONOTUSEurl = https://github.com/ESCOMP/CESM_share
fxtag = share1.1.1
fxtag = share1.1.2
fxrequired = ToplevelRequired

[submodule "cime"]
Expand Down Expand Up @@ -74,7 +74,7 @@
url = https://github.com/ESCOMP/RTM
fxDONOTUSEurl = https://github.com/ESCOMP/RTM
fxrequired = ToplevelRequired
fxtag = rtm1_0_79
fxtag = rtm1_0_80

[submodule "pysect"]
path = tools/statistical_ensemble_test/pyCECT
Expand All @@ -88,14 +88,14 @@
url = https://github.com/ESCOMP/MOSART
fxDONOTUSEurl = https://github.com/ESCOMP/MOSART
fxrequired = ToplevelRequired
fxtag = mosart1_0_49
fxtag = mosart1.1.02

[submodule "mizuroute"]
path = components/mizuroute
url = https://github.com/ESCOMP/mizuRoute
fxDONOTUSEurl = https://github.com/ESCOMP/mizuRoute
fxrequired = ToplevelRequired
fxtag = cesm-coupling.n02_v2.1.2
fxtag = cesm-coupling.n02_v2.1.3

[submodule "fms"]
path = libraries/FMS
Expand All @@ -116,14 +116,14 @@
url = https://github.com/ESCOMP/CDEPS
fxDONOTUSEurl = https://github.com/ESCOMP/CDEPS
fxrequired = ToplevelRequired
fxtag = cdeps1.0.37
fxtag = cdeps1.0.43

[submodule "cmeps"]
path = components/cmeps
url = https://github.com/ESCOMP/CMEPS.git
fxDONOTUSEurl = https://github.com/ESCOMP/CMEPS.git
fxrequired = ToplevelRequired
fxtag = cmeps0.14.63
fxtag = cmeps1.0.0

[submodule "cice"]
path = components/cice
Expand All @@ -136,15 +136,15 @@
path = components/cism
url = https://github.com/ESCOMP/cism-wrapper.git
fxDONOTUSEurl = https://github.com/ESCOMP/cism-wrapper.git
fxtag = cismwrap_2_2_001
fxtag = cismwrap_2_2_002
fxrequired = ToplevelRequired

[submodule "clm"]
path = components/clm
url = https://github.com/ESCOMP/CTSM
fxDONOTUSEurl = https://github.com/ESCOMP/CTSM
fxrequired = ToplevelRequired
fxtag = ctsm5.2.007
fxtag = ctsm5.2.008

[submodule "mom"]
path = components/mom
Expand Down
2 changes: 1 addition & 1 deletion ccs_config
10 changes: 10 additions & 0 deletions cime_config/config_compsets.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@
<lname>HIST_CAM70%LT_CLM51%BGC-CROP_CICE_MOM6_MOSART_DGLC%NOEVOLVE_SWAV</lname>
</compset>

<compset>
<alias>BMT1850</alias>
<lname>1850_CAM70%MT_CLM51%BGC-CROP_CICE_MOM6_MOSART_DGLC%NOEVOLVE_SWAV</lname>
</compset>

<compset>
<alias>BMTHIST</alias>
<lname>HIST_CAM70%MT_CLM51%BGC-CROP_CICE_MOM6_MOSART_DGLC%NOEVOLVE_SWAV</lname>
</compset>


<!-- Prognostic wave -->

Expand Down
2 changes: 1 addition & 1 deletion components/cmeps
2 changes: 1 addition & 1 deletion components/mizuroute
Submodule mizuroute updated 38 files
+0 −14 Externals.cfg
+ netcdf_test/stuff.nc
+53 −49 route/build/Makefile
+109 −0 route/build/README_NCAR_HPC_build
+0 −88 route/build/README_cheyenne_build
+6 −6 route/build/cpl/RtmMod.F90
+6 −0 route/build/cpl/nuopc/rof_comp_nuopc.F90
+21 −64 route/build/lib/Makefile
+32 −2 route/build/src/csv_data.f90
+7 −10 route/build/src/dataTypes.f90
+2 −0 route/build/src/dfw_route.f90
+6 −2 route/build/src/globalData.f90
+51 −17 route/build/src/histVars_data.f90
+23 −6 route/build/src/historyFile.f90
+488 −0 route/build/src/hydraulic.f90
+16 −2 route/build/src/init_model_data.f90
+5 −2 route/build/src/irf_route.f90
+2 −0 route/build/src/kwe_route.f90
+12 −2 route/build/src/kwt_route.f90
+3 −1 route/build/src/mc_route.f90
+48 −0 route/build/src/mpi_utils.f90
+1 −1 route/build/src/network_topo.f90
+246 −58 route/build/src/nr_utils.f90
+19 −14 route/build/src/popMetadat.f90
+0 −6 route/build/src/process_ntopo.f90
+1 −1 route/build/src/process_remap.f90
+35 −27 route/build/src/public_var.f90
+31 −1 route/build/src/read_control.f90
+1 −1 route/build/src/standalone/get_basin_runoff.f90
+65 −41 route/build/src/standalone/model_setup.f90
+237 −198 route/build/src/standalone/read_runoff.f90
+6 −1 route/build/src/var_lookup.f90
+33 −2 route/build/src/write_restart_pio.f90
+40 −21 route/build/src/write_simoutput_pio.f90
+0 −4 route/build/src/write_streamSeg.f90
+11 −4 route/settings/SAMPLE-coupled.control
+4 −2 route/settings/SAMPLE.control
+0 −2 route/settings/mizuRoute_control.py

0 comments on commit 3e79138

Please sign in to comment.