Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ protocol = git
repo_url = https://github.com/NOAA-GSL/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = feature/RRFS_dev1
hash = da620e0
hash = b7387a8
local_path = regional_workflow
required = True

Expand All @@ -21,7 +21,7 @@ protocol = git
repo_url = https://github.com/NOAA-GSL/ufs-weather-model
# Specify either a branch name or a hash but not both.
#branch = RRFS_dev
hash = b63bbbe
hash = 23cb7d7
local_path = src/ufs_weather_model
required = True

Expand All @@ -30,7 +30,7 @@ protocol = git
repo_url = https://github.com/NOAA-GSL/UPP
# Specify either a branch name or a hash but not both.
#branch = RRFS_dev
hash = be58699
hash = 170dbb4
local_path = src/EMC_post
required = True

Expand All @@ -46,17 +46,16 @@ 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_dev
hash = f734149
hash = 79eb624
local_path = src/gsi
externals = ../../Externals_gsi.cfg
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 = 3730b65
hash = 1ae44c2
local_path = src/rrfs_utl
required = True

Expand Down
7 changes: 0 additions & 7 deletions Externals_gsi.cfg

This file was deleted.

1 change: 1 addition & 0 deletions env/srw_common
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module load w3emc/2.9.2
module load wgrib2/2.0.8
module load ncio/1.0.0
module load wrf_io/1.2.0
module load ncdiag/1.0.0

module load bacio/2.4.1
module load nemsio/2.5.2
Expand Down