forked from ESCOMP/CISM-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExternals.cfg
74 lines (63 loc) · 1.38 KB
/
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
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
71
72
73
74
[cism]
local_path = .
protocol = externals_only
externals = Externals_CISM.cfg
required = True
[cime]
local_path = cime
protocol = git
repo_url = https://github.com/ESMCI/cime.git
tag = cime6.0.3
required = True
[cmeps]
local_path = components/cmeps
protocol = git
repo_url = https://github.com/ESCOMP/CMEPS.git
tag = cmeps0.13.15
required = True
[cdeps]
local_path = components/cdeps
protocol = git
repo_url = https://github.com/ESCOMP/CDEPS.git
tag = cdeps0.12.14
required = True
[cpl7]
local_path = components/cpl7
protocol = git
repo_url = https://github.com/ESCOMP/CESM_CPL7andDataComps
tag = cpl7.0.3
required = True
[share]
local_path = share
protocol = git
repo_url = https://github.com/ESCOMP/CESM_share
tag = share1.0.2
required = True
[mct]
local_path = libraries/mct
protocol = git
repo_url = https://github.com/MCSclimate/MCT
tag = MCT_2.11.0
required = True
[parallelio]
local_path = libraries/parallelio
protocol = git
repo_url = https://github.com/NCAR/ParallelIO
tag = pio2_5_4
required = True
# Include components needed to run an I compset
[ctsm]
local_path = components/clm
protocol = git
repo_url = https://github.com/ESCOMP/CTSM.git
tag = ctsm5.1.dev049
externals = Externals_CLM.cfg
required = True
[mosart]
local_path = components/mosart
protocol = git
repo_url = https://github.com/ESCOMP/MOSART.git
tag = mosart1_0_43
required = True
[externals_description]
schema_version = 1.0.0