Skip to content

Commit 3899b8a

Browse files
committed
Try sparse checkout of CAM-SIMA submodule.
1 parent 76d72b4 commit 3899b8a

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.gitmodules

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,14 @@
4040
fxrequired = AlwaysRequired
4141
fxDONOTUSEurl = https://github.com/ESCOMP/atmospheric_physics
4242

43+
[submodule "cam-sima"]
44+
path = src/utils/cam-sima
45+
url = https://github.com/ESCOMP/CAM-SIMA.git
46+
fxrequired = AlwaysRequired
47+
fxsparse = ../.sima_phys_utils_sparse_checkout
48+
fxtag = sima0_07_000
49+
fxDONOTUSEurl = https://github.com/ESCOMP/CAM-SIMA.git
50+
4351
[submodule "fv3"]
4452
path = src/dynamics/fv3
4553
url = https://github.com/ESCOMP/CAM_FV3_interface.git
@@ -210,7 +218,3 @@ url = https://github.com/NCAR/CUPiD.git
210218
fxtag = v0.2.1
211219
fxrequired = ToplevelRequired
212220
fxDONOTUSEurl = https://github.com/NCAR/CUPiD.git
213-
214-
[submodule "src/utils/cam-sima"]
215-
path = src/utils/cam-sima
216-
url = https://github.com/ESCOMP/CAM-SIMA.git
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
src/physics/utils/pio_reader.F90
2+
src/physics/utils/pio_reader_sub.F90

src/utils/cam-sima

Submodule cam-sima updated 471 files

0 commit comments

Comments
 (0)