Skip to content
Closed
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
9 changes: 4 additions & 5 deletions Externals.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +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_dev3
#hash = b2b7e959
local_path = regional_workflow
required = True

Expand All @@ -17,10 +16,10 @@ 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 = 7a249f2
local_path = src/ufs_weather_model
required = True

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ExternalProject_Add(UFS_UTILS
)

if(NOT CCPP_SUITES)
set(CCPP_SUITES "FV3_CPT_v0,FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_regional,FV3_GSD_SAR,FV3_GSD_v0,FV3_GFS_v15p2,FV3_GFS_v16beta,FV3_RRFS_v1beta")
set(CCPP_SUITES "FV3_GSD_SAR,FV3_HRRR")
endif()

ExternalProject_Add(ufs_weather_model
Expand Down