-
Notifications
You must be signed in to change notification settings - Fork 2
/
Externals.cfg
67 lines (60 loc) · 1.61 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
# recommend to use "hash" instead of "branch" for each component:
# a branch of a component may progress without a full APP test
# and hence may bring unexpected results
#
[regional_workflow]
protocol = git
repo_url = https://github.com/NOAA-GSL/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = 3DRTMA
hash = 7ff9e7c
local_path = regional_workflow
required = True
[ufs_utils]
protocol = git
repo_url = https://github.com/NOAA-GSL/UFS_UTILS
# Specify either a branch name or a hash but not both.
#branch = RRFS_dev
hash = 4f0234d
local_path = src/UFS_UTILS
required = True
[ufs_weather_model]
protocol = git
repo_url = https://github.com/NOAA-GSL/ufs-weather-model
# Specify either a branch name or a hash but not both.
#branch = gsl/develop
hash = 50f90af
local_path = src/ufs_weather_model
required = True
[EMC_post]
protocol = git
repo_url = https://github.com/NOAA-GSL/EMC_post
# Specify either a branch name or a hash but not both.
#branch = RRFS_dev
hash = e209338
local_path = src/EMC_post
required = True
[python_graphics]
protocol = git
repo_url = https://github.com/NOAA-GSL/pygraf
hash = 6bee091
local_path = python_graphics
required = True
[GSI]
protocol = git
repo_url = https://github.com/NOAA-GSL/GSI.git
# Specify either a branch name or a hash but not both.
#branch = feature/rrfs
hash = e3f8883
local_path = src/gsi
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 = 042d070
local_path = src/rrfs_utl
required = True
[externals_description]
schema_version = 1.0.0