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
16 changes: 8 additions & 8 deletions Externals.cfg
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[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
branch = feature/RRFS_dev3
#hash = b2b7e959
local_path = regional_workflow
required = True
Expand All @@ -27,19 +27,19 @@ 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
#branch = gsl/develop
hash = 57a825847
local_path = src/ufs_weather_model
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
2 changes: 1 addition & 1 deletion src/build_forecast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ export CCPP_SUITES="FV3_GSD_SAR,FV3_HRRR"
#---------------------------------------------------------------------------------
# Copy executable (named ufs_weather_model) to tests dir so workflow can find it
#---------------------------------------------------------------------------------
cp ${model_top_dir}/ufs_weather_model ${model_top_dir}/tests/fv3.exe
cp ${model_top_dir}/build/ufs_model ${model_top_dir}/tests/fv3.exe