From 89a0793359674acc0c663f70f15835fd47df6227 Mon Sep 17 00:00:00 2001 From: gsketefian <31046882+gsketefian@users.noreply.github.com> Date: Tue, 15 Mar 2022 14:36:09 -0600 Subject: [PATCH] Remove FV3_CPT_v0 from the list of suites to build with; update hash 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](https://github.com/ufs-community/regional_workflow/pull/697). ## TESTS CONDUCTED: Builds successfully on Hera. See PR #[697](https://github.com/ufs-community/regional_workflow/pull/697) in the `regional_workflow` repo for WE2E tests conducted. ## DEPENDENCIES: This must be merged after PR #[697](https://github.com/ufs-community/regional_workflow/pull/697) is merged in the `regional_workflow` repo. --- Externals.cfg | 2 +- src/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Externals.cfg b/Externals.cfg index 27f4d244b8..e72d4ab5a6 100644 --- a/Externals.cfg +++ b/Externals.cfg @@ -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 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 6771409c23..2f494f8a52 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)