-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExternals.cfg
45 lines (38 loc) · 848 Bytes
/
Externals.cfg
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
[clm]
local_path = .
protocol = externals_only
externals = Externals_CLM.cfg
required = True
[cism]
local_path = components/cism
protocol = git
repo_url = https://github.com/ESCOMP/CISM-wrapper
tag = cism-release-cesm2.1.2_03
externals = Externals_CISM.cfg
required = True
[rtm]
local_path = components/rtm
protocol = git
repo_url = https://github.com/ESCOMP/RTM
tag = release-cesm2.0.04
required = True
[mosart]
local_path = components/mosart
protocol = git
repo_url = https://github.com/ESCOMP/MOSART
tag = release-cesm2.0.04
required = True
[cime]
local_path = cime
protocol = git
repo_url = https://github.com/ESMCI/cime
tag = cime5.6.47
required = True
[doc-builder]
local_path = doc/doc-builder
protocol = git
repo_url = https://github.com/ESMCI/doc-builder
tag = v1.0.4
required = False
[externals_description]
schema_version = 1.0.0