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
8 changes: 4 additions & 4 deletions Externals.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ protocol = git
repo_url = https://github.com/NOAA-EMC/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = release/public-v1
hash = 856ea00
hash = 5a4b90e
local_path = regional_workflow
required = True

[ufs_utils]
protocol = git
repo_url = https://github.com/NOAA-EMC/UFS_UTILS
#branch = release/public-v2
hash = 879dc76
hash = 0b68195
local_path = src/UFS_UTILS
required = True

Expand All @@ -20,7 +20,7 @@ protocol = git
repo_url = https://github.com/ufs-community/ufs-weather-model
# Specify either a branch name or a hash but not both.
#branch = release/public-v2
hash = fa29a21
hash = 0ad7487
local_path = src/ufs_weather_model
required = True

Expand All @@ -29,7 +29,7 @@ protocol = git
repo_url = https://github.com/NOAA-EMC/EMC_post
# Specify either a branch name or a hash but not both.
#branch = release/public-v2
hash = c0899ed
hash = cbcca75
local_path = src/EMC_post
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_GFS_v15p2,FV3_RRFS_v1beta")
set(CCPP_SUITES "FV3_GFS_v15p2,FV3_RRFS_v1alpha")
endif()
Comment thread
climbfuji marked this conversation as resolved.

ExternalProject_Add(ufs_weather_model
Expand Down