diff --git a/sorc/Externals.cfg b/sorc/Externals.cfg index 4a7cacb50..a0ba188eb 100644 --- a/sorc/Externals.cfg +++ b/sorc/Externals.cfg @@ -13,7 +13,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 = production/RRFS.v1 -hash = 7813700 +hash = 0d12f68 local_path = ufs-weather-model required = True diff --git a/ush/set_rrfs_config_general.sh b/ush/set_rrfs_config_general.sh index 323d4979b..17d933896 100644 --- a/ush/set_rrfs_config_general.sh +++ b/ush/set_rrfs_config_general.sh @@ -431,7 +431,7 @@ elif [[ ${PREDEF_GRID_NAME} == "RRFS_CONUS_13km" ]] ; then elif [[ ${PREDEF_GRID_NAME} == "RRFS_NA_3km" ]] ; then DT_ATMOS=36 - CCPP_PHYS_SUITE="FV3_HRRR_gf" + CCPP_PHYS_SUITE="RRFS_sas" ADDNL_OUTPUT_GRIDS=( "hrrr" "hrrrak" ) TILE_LABELS="NA hrrr_regions1 hrrr_regions2 hrrr_tiles1 hrrr_tiles2 hrrr_tiles3 \ hrrr_tiles4 hrrrak_tiles"