-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitmodules
70 lines (70 loc) · 2.54 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[submodule "fates"]
path = components/elm/src/external_models/fates
url=https://github.com/NGEET/fates.git
[submodule "alm-mpp"]
path = components/elm/src/external_models/mpp
branch = alm/develop
url=https://github.com/MPP-LSM/MPP.git
[submodule "externals/kokkos"]
path = externals/kokkos
branch = e3sm/kokkos
url=https://github.com/E3SM-Project/kokkos.git
[submodule "rrtmgp"]
path = components/eam/src/physics/rrtmgp/external
branch = master
url=https://github.com/E3SM-Project/rte-rrtmgp.git
[submodule "externals/scorpio"]
path = externals/scorpio
branch = master
url=https://github.com/E3SM-Project/scorpio.git
[submodule "externals/scorpio_classic"]
path = externals/scorpio_classic
branch = scorpio_classic
url=https://github.com/E3SM-Project/scorpio.git
[submodule "cosp2"]
path = components/eam/src/physics/cosp2/external
branch = CESM_v2.1.4
url=https://github.com/CFMIP/COSPv2.0.git
[submodule "cime"]
path = cime
branch = master
url=https://github.com/ESMCI/cime.git
[submodule "externals/YAKL"]
path = externals/YAKL
url=https://github.com/mrnorman/YAKL.git
[submodule "externals/cub"]
path = externals/cub
url=https://github.com/NVlabs/cub.git
[submodule "Submod"]
branch = rljacob/e3smconfig/elm-name
[submodule "components/mpas-ocean/src/cvmix"]
path = components/mpas-ocean/src/cvmix
url=https://github.com/CVMix/CVMix-src.git
[submodule "components/mpas-ocean/src/BGC"]
path = components/mpas-ocean/src/BGC
url=https://github.com/E3SM-Project/Ocean-BGC.git
[submodule "MARBL"]
path = components/mpas-ocean/src/MARBL
url=https://github.com/E3SM-Project/MARBL.git
[submodule "components/mpas-ocean/src/gotm"]
path = components/mpas-ocean/src/gotm
url=https://github.com/E3SM-Project/GOTMcode.git
[submodule "externals/mct"]
path = externals/mct
url = https://github.com/MCSclimate/MCT.git
[submodule "components/mpas-albany-landice/src/SeaLevelModel"]
path = components/mpas-albany-landice/src/SeaLevelModel
url = https://github.com/MALI-Dev/1DSeaLevelModel_FWTW.git
[submodule "components/mpas-ocean/src/SHTNS"]
path = components/mpas-ocean/src/SHTNS
url = https://bitbucket.org/nschaeff/shtns.git
[submodule "components/mpas-ocean/src/FFTW"]
path = components/mpas-ocean/src/FFTW
url = https://github.com/knbarton/fftw-3.3.8.git
[submodule "components/mpas-ocean/src/ppr"]
path = components/mpas-ocean/src/ppr
url = https://github.com/dengwirda/PPR.git
[submodule "components/ww3/src/source/WW3"]
path = components/ww3/src/WW3
url = https://github.com/E3SM-Project/WW3.git
branch = e3sm