Skip to content

Commit

Permalink
Remove FV3_CPT_v0 from the list of suites to build with; update hash …
Browse files Browse the repository at this point in the history
…of regional_workflow (#224)

## DESCRIPTION OF CHANGES: 
This removes the old/unused physics suite `FV3_CPT_v0` from the list of suites to build.  It also updates the hash of `regional_workflow` to include PR #[697](ufs-community/regional_workflow#697).

## TESTS CONDUCTED: 
Builds successfully on Hera.  See PR #[697](ufs-community/regional_workflow#697) in the `regional_workflow` repo for WE2E tests conducted.

## DEPENDENCIES:
This must be merged after PR #[697](ufs-community/regional_workflow#697) is merged in the `regional_workflow` repo.
  • Loading branch information
gsketefian authored Mar 15, 2022
1 parent 99586bf commit 89a0793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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/ufs-community/regional_workflow
# Specify either a branch name or a hash but not both.
#branch = develop
hash = 03a0eed
hash = 2718b62
local_path = regional_workflow
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 @@ -9,7 +9,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_GFS_v15p2,FV3_GFS_v16,FV3_RRFS_v1beta,FV3_HRRR,FV3_RRFS_v1alpha,FV3_GFS_v15_thompson_mynn_lam3km")
set(CCPP_SUITES "FV3_GFS_2017_gfdlmp,FV3_GFS_2017_gfdlmp_regional,FV3_GFS_v15p2,FV3_GFS_v16,FV3_RRFS_v1beta,FV3_HRRR,FV3_RRFS_v1alpha,FV3_GFS_v15_thompson_mynn_lam3km")
endif()

if(NOT APP)
Expand Down

0 comments on commit 89a0793

Please sign in to comment.