forked from NGEET/fates
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
19 lines (19 loc) · 827 Bytes
/
.gitmodules
File metadata and controls
19 lines (19 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This is a git submodule file to include additional submodules when FATES is checkout out.
#
# It includes optional additional support for
# git-fleximod (https://github.com/ESMCI/git-fleximod)
# that will be used when git-fleximod is used to check it out (i.e. for CESM)
#
[submodule "tools/landusedata"]
path = tools/landusedata
url = https://github.com/NGEET/tools-fates-landusedata
fxtag = v0.1.1
fxrequired = AlwaysRequired
# Standard Fork to compare to with "git fleximod test" to ensure personal forks aren't committed
fxDONOTUSEurl = https://github.com/NGEET/tools-fates-landusedata
[submodule "tools/xarray-functions"]
path = tools/xarray-functions
url = https://github.com/NGEET/tools-fates-xarray.git
fxtag = v0.0.0
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/NGEET/tools-fates-xarray