forked from ufs-community/ufs-srweather-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathExternals.cfg
35 lines (31 loc) · 850 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
[regional_workflow]
protocol = git
repo_url = https://github.com/NOAA-EMC/regional_workflow
# Specify either a branch name or a hash but not both.
branch = develop
local_path = regional_workflow
required = True
[ufs_utils]
protocol = git
repo_url = https://github.com/NOAA-EMC/UFS_UTILS
branch = develop
local_path = src/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 = release/public-v2
#hash = 8165575
local_path = src/ufs_weather_model
required = True
[EMC_post]
protocol = git
repo_url = https://github.com/NOAA-EMC/EMC_post
# Specify either a branch name or a hash but not both.
branch = release/public-v2
#hash =
local_path = src/EMC_post
required = True
[externals_description]
schema_version = 1.0.0