Skip to content

Commit

Permalink
add ctsm and mosart - introduces a chicken and egg issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed May 13, 2024
1 parent 7e4b2fd commit 7a9f914
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,32 @@ url = https://github.com/ESCOMP/CESM_share
fxtag = share1.0.19
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/CESM_share

[submodule "ctsm"]
path = components/clm
url = https://github.com/ESCOMP/CTSM.git
fxtag = ctsm5.1.dev176
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/CTSM.git

[submodule "mosart"]
path = components/mosart
url = https://github.com/ESCOMP/MOSART.git
fxtag = mosart1_0_49
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESCOMP/MOSART.git

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


[submodule "parallelio"]
path = libraries/parallelio
url = https://github.com/NCAR/ParallelIO
fxtag = pio2_6_2
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/NCAR/ParallelIO
1 change: 1 addition & 0 deletions components/clm
Submodule clm added at a65df1
1 change: 1 addition & 0 deletions components/mosart
Submodule mosart added at 8c682b
1 change: 1 addition & 0 deletions libraries/mct
Submodule mct added at 82b007
1 change: 1 addition & 0 deletions libraries/parallelio
Submodule parallelio added at f52ade

0 comments on commit 7a9f914

Please sign in to comment.