Skip to content
Merged
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
10 changes: 5 additions & 5 deletions Externals.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[regional_workflow]
protocol = git
repo_url = https://github.com/NOAA-GSD/regional_workflow
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 = b2b7e959
Expand All @@ -27,7 +27,7 @@ required = True

[ufs_weather_model]
protocol = git
repo_url = https://github.com/NOAA-GSD/ufs-weather-model
repo_url = https://github.com/NOAA-GSL/ufs-weather-model
# Specify either a branch name or a hash but not both.
#branch = gsd/develop
hash = 05a5f1f
Expand All @@ -36,10 +36,10 @@ required = True

[EMC_post]
protocol = git
repo_url = https://github.com/NOAA-EMC/EMC_post
repo_url = https://github.com/NOAA-GSL/EMC_post
# Specify either a branch name or a hash but not both.
#branch = develop
hash = dceca26
#branch = RRFS_dev
hash = 9b9c55c
local_path = src/EMC_post
required = True

Expand Down