Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor fix to set up GWD links when using RRFS_sas. #551

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading