-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExternals.cfg
132 lines (112 loc) · 2.66 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
#-----------------------------
# Libraries
#-----------------------------
[parallelio]
protocol = git
tag = pio2_5_10
repo_url = https://github.com/NCAR/ParallelIO
local_path = libraries/parallelio
required = True
[mct]
protocol = git
tag = MCT_2.11.0
repo_url = https://github.com/MCSclimate/MCT
local_path = libraries/mct
required = True
#-----------------------------
# Configuration/CCS
#-----------------------------
[ccs_config]
protocol = git
tag = ccs_config_noresm0.0.38
repo_url = https://github.com/NorESMhub/ccs_config_noresm.git
local_path = ccs_config
required = True
[cime]
protocol = git
tag = cime6.1.28_noresm_v0
repo_url = https://github.com/NorESMhub/cime.git
local_path = cime
required = True
#-----------------------------
# Share
#-----------------------------
[share]
protocol = git
tag = share1.1.2_noresm_v0
repo_url = https://github.com/NorESMhub/NorESM_share
local_path = share
required = True
#-----------------------------
# Components
#-----------------------------
[blom]
protocol = git
tag = dev1.6.1.8
repo_url = https://github.com/NorESMhub/BLOM
local_path = components/blom
required = True
[cam]
protocol = git
tag = noresm2_5_014_cam6_3_158
repo_url = https://github.com/NorESMhub/CAM
local_path = components/cam
externals = Externals_CAM.cfg
required = True
[cice6]
protocol = git
tag = cesm_cice6_5_0_20240702_noresm_v1
repo_url = https://github.com/NorESMhub/NorESM_CICE
local_path = components/cice
required = True
[cdeps]
protocol = git
tag = cdeps1.0.51
repo_url = https://github.com/ESCOMP/CDEPS.git
local_path = components/cdeps
externals = Externals_CDEPS.cfg
required = True
[cmeps]
protocol = git
tag = cmeps1.0.20_noresm_v0
repo_url = https://github.com/NorESMhub/CMEPS.git
local_path = components/cmeps
required = True
[cism]
protocol = git
tag = cismwrap_2_2_002_noresm_v1
repo_url = https://github.com/NorESMhub/CISM-wrapper
local_path = components/cism
externals = Externals_CISM.cfg
required = True
[clm]
protocol = git
tag = ctsm5.3.0-noresm_v0
repo_url = https://github.com/NorESMhub/CTSM
local_path = components/clm
externals = ../../Externals_CLM.cfg
required = True
[mosart]
protocol = git
tag = mosart1.1.02
repo_url = https://github.com/ESCOMP/MOSART
local_path = components/mosart
required = True
[ww3]
protocol = git
tag = ww3_interface_noresm0.0.15
repo_url = https://github.com/NorESMhub/WW3_interface
local_path = components/ww3
externals = Externals.cfg
required = True
#-----------------------------
# Tools
#-----------------------------
[pycect]
protocol = git
tag = 3.2.2
repo_url = https://github.com/NCAR/PyCECT
local_path = tools/statistical_ensemble_test/pyCECT
required = False
[externals_description]
schema_version = 1.0.01