forked from ufs-community/ufs-srweather-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExternals.cfg
75 lines (67 loc) · 1.73 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
[ufs_utils]
protocol = git
repo_url = https://github.com/ufs-community/UFS_UTILS
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 4d2768c
local_path = sorc/UFS_UTILS
required = True
[ufs-weather-model]
protocol = git
repo_url = https://github.com/ufs-community/ufs-weather-model
# Specify either a branch name or a hash but not both.
#branch = develop
hash = e403bb4
local_path = sorc/ufs-weather-model
required = True
[UPP]
protocol = git
repo_url = https://github.com/NOAA-EMC/UPP
# Specify either a branch name or a hash but not both.
#branch = develop
hash = dccb321
local_path = sorc/UPP
required = True
[GSI]
protocol = git
repo_url = https://github.com/NOAA-EMC/GSI.git
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 4afe6ed
local_path = sorc/gsi
externals = None
required = True
[rrfs_utl]
protocol = git
repo_url = https://github.com/NOAA-GSL/rrfs_utl.git
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 6cacff5
local_path = sorc/rrfs_utl
required = True
[arl_nexus]
protocol = git
repo_url = https://github.com/noaa-oar-arl/NEXUS
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 6a7a994
local_path = sorc/arl_nexus
required = True
[aqm-utils]
protocol = git
repo_url = https://github.com/NOAA-EMC/AQM-utils
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 694a139
local_path = sorc/AQM-utils
required = True
[workflow-tools]
protocol = git
repo_url = https://github.com/ufs-community/workflow-tools
# Specify either a branch name or a hash but not both.
# branch = develop
hash = e1b3b6f
local_path = ush/python_utils/workflow-tools
required = True
[externals_description]
schema_version = 1.0.0