Skip to content

Commit

Permalink
update to latest fleximod
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Jan 18, 2024
1 parent 2cc23ca commit 13a9d9c
Show file tree
Hide file tree
Showing 20 changed files with 1,185 additions and 134 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/fleximod-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
on:
push:
branches:
- master
- remove_manage_externals
pull_request:
branches:
- master
- remove_manage_externals
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.11"]
steps:
- uses: actions/checkout@v4
- name: git-fleximod test
run: |
$GITHUB_WORKSPACE/bin/git-fleximod test
14 changes: 13 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,58 +1,70 @@
[submodule "fates"]
path = src/fates
url = https://github.com/NGEET/fates
fxurl = https://github.com/NGEET/fates
fxrequired = I:T
fxtag = sci.1.67.2_api.27.0.0

[submodule "rtm"]
path = components/rtm
url = https://github.com/ESCOMP/RTM
fxurl = https://github.com/ESCOMP/RTM
fxrequired = T:T
fxtag = rtm1_0_78

[submodule "mosart"]
path = components/mosart
url = https://github.com/ESCOMP/MOSART
fxurl = https://github.com/ESCOMP/MOSART
fxrequired = T:T
fxtag = mosart1_0_48

[submodule "mizuRoute"]
path = components/mizuRoute
url = https://github.com/nmizukami/mizuRoute
url = https://github.com/ESCOMP/mizuRoute
fxurl = https://github.com/ESCOMP/mizuRoute
fxtag = cesm-coupling.n02_v2.1.2
fxrequired = T:T

[submodule "ccs_config"]
path = ccs_config
url = https://github.com/ESMCI/ccs_config_cesm.git
fxurl = https://github.com/ESMCI/ccs_config_cesm.git
fxrequired = T:T
fxtag = ccs_config_cesm0.0.84

[submodule "cime"]
path = cime
url = https://github.com/jedwards4b/cime
fxurl = https://github.com/ESMCI/cime
fxrequired = T:T
fxtag = cime6.0.198_rme01

[submodule "share"]
path = share
url = https://github.com/ESCOMP/CESM_share
fxurl = https://github.com/ESCOMP/CESM_share
fxrequired = T:T
fxtag = share1.0.17

[submodule "mct"]
path = libraries/mct
url = https://github.com/MCSclimate/MCT
fxurl = https://github.com/MCSclimate/MCT
fxrequired = T:T
fxtag = MCT_2.11.0

[submodule "parallelio"]
path = libraries/parallelio
url = https://github.com/NCAR/ParallelIO
fxurl = https://github.com/NCAR/ParallelIO
fxtag = pio2_6_2
fxrequired = T:T

[submodule "doc-builder"]
path = doc/doc-builder
url = https://github.com/ESMCI/doc-builder
fxurl = https://github.com/ESMCI/doc-builder
fxtag = v1.0.8
fxrequired = T:T

101 changes: 0 additions & 101 deletions Externals.cfg

This file was deleted.

9 changes: 0 additions & 9 deletions Externals_CLM.cfg

This file was deleted.

Loading

0 comments on commit 13a9d9c

Please sign in to comment.