Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ufs-weather-model hash, default CCPP suite
Browse files Browse the repository at this point in the history
benjamin blake committed Sep 11, 2024
1 parent c32d9f8 commit c1c836c
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sorc/Externals.cfg
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion ush/set_rrfs_config_general.sh
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit c1c836c

Please sign in to comment.