Skip to content

Commit

Permalink
minor fix to setup GWD links when using RRFS_sas. (NOAA-EMC#551)
Browse files Browse the repository at this point in the history
Co-authored-by: ming hu <ming.hu@dlogin06.dogwood.wcoss2.ncep.noaa.gov>
  • Loading branch information
hu5970 and ming hu authored Nov 19, 2024
1 parent 104316e commit 4ad5e4f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ush/link_fix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Creating links in the FIXLAM directory to the grid files..."
"C*${DOT_OR_USCORE}oro_data.tile${TILE_RGNL}.halo${NH0}.nc" \
"C*${DOT_OR_USCORE}oro_data.tile${TILE_RGNL}.halo${NH4}.nc" \
)
suites=( "FV3_HRRR" "FV3_RAP" "FV3_HRRR_gf" "FV3_GFS_v15_thompson_mynn_lam3km" )
suites=( "FV3_HRRR" "FV3_RAP" "FV3_HRRR_gf" "RRFS_sas" "FV3_GFS_v15_thompson_mynn_lam3km" )
if [[ ${suites[@]} =~ "${CCPP_PHYS_SUITE}" ]] ; then
fns+=( \
"C*${DOT_OR_USCORE}oro_data_ss.tile${TILE_RGNL}.halo${NH0}.nc" \
Expand Down
4 changes: 3 additions & 1 deletion ush/set_rrfs_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,11 @@ if [[ $DO_RETRO == "TRUE" ]] ; then
# for winter 2022
#RETRODATAPATH="/lfs/h2/emc/lam/noscrub/emc.lam/rrfs_retro_data"
# for spring 2023
RETRODATAPATH="/lfs/h2/emc/lam/noscrub/donald.e.lippi/rrfs-stagedata"
# RETRODATAPATH="/lfs/h2/emc/lam/noscrub/donald.e.lippi/rrfs-stagedata"
#for Feb 2022
# RETRODATAPATH="/lfs/h2/emc/da/noscrub/donald.e.lippi/rrfs-stagedata"
# for Jan 2024
RETRODATAPATH="/lfs/h3/emc/rrfstemp/donald.e.lippi/rrfs-stagedata"
if [[ ${DO_ENSEMBLE} == "TRUE" ]]; then
if [[ ${EXTRN_MDL_NAME_ICS} == "GEFS" ]]; then
EXTRN_MDL_SOURCE_BASEDIR_ICS="${RETRODATAPATH}/GEFS/dsg"
Expand Down
4 changes: 2 additions & 2 deletions ush/set_rrfs_config_general.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ elif [[ $MACHINE == "wcoss2" ]] ; then
fi
if [[ $MACHINETYPE == "backup" ]] ; then
QUEUE_DEFAULT="devhigh"
QUEUE_FCST="devmax"
QUEUE_ANALYSIS="devmax"
QUEUE_FCST="devhigh"
QUEUE_ANALYSIS="devhigh"
QUEUE_POST="devhigh"
QUEUE_PRDGEN="devhigh"
QUEUE_GRAPHICS="devhigh"
Expand Down
1 change: 1 addition & 0 deletions ush/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,7 @@ fi
GWD_HRRRsuite_DIR=""
if [ "${CCPP_PHYS_SUITE}" = "FV3_HRRR" ] || \
[ "${CCPP_PHYS_SUITE}" = "FV3_HRRR_gf" ] || \
[ "${CCPP_PHYS_SUITE}" = "RRFS_sas" ] || \
[ "${CCPP_PHYS_SUITE}" = "FV3_RAP" ] || \
[ "${CCPP_PHYS_SUITE}" = "FV3_GFS_v15_thompson_mynn_lam3km" ]; then
#
Expand Down

0 comments on commit 4ad5e4f

Please sign in to comment.