forked from ufs-community/ufs-mrweather-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Externals.cfg
38 lines (34 loc) · 1015 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
36
37
38
[externals_description]
schema_version = 1.0.0
[model]
#branch = release/public-v1
tag = ufs-v1.0.0
protocol = git
repo_url = https://github.com/ufs-community/ufs-weather-model/
local_path = src/model
required = True
[cime]
#tag = ufs_release_v1.0/cime5.8.15_ufsv1.0.0beta03
hash = 68bee8e30
protocol = git
repo_url = https://github.com/ESMCI/cime.git
local_path = cime
required = True
# this layer required for CIME to know how to build
# FV3GFS - this should be merged into the NOAA-EMC/fv3atm
# repository so this extra repo is not needed
[fv3gfs_interface]
hash = d09f6fa
protocol = git
repo_url = https://github.com/ESCOMP/fv3gfs_interface.git
local_path = src/model/FV3/cime
required = True
# This layer required for CIME to know how to build
# NEMS driver - this should be merged into the NOAA-EMC/NEMS
# repository so this extra repo is not needed
[nems_interface]
tag = ufs-v1.0.0
protocol = git
repo_url = https://github.com/ESCOMP/NEMS_interface.git
local_path = src/model/NEMS/cime/
required = True