Skip to content

Commit

Permalink
Made correction to path causing issue for RDHPCS Hercules.
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryRWinterbottom committed Jun 25, 2024
1 parent fbbd643 commit e17eec7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/exgfs_wave_post_gridded_sbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
# 2020-07-31 Jessica Meixner: Removing points, now gridded data only
#
# COM inputs:
# - ${COMIN_WAVE_PREP}/${RUN}wave.mod_def.${grdID}
# - ${COMIN_WAVE_HISTORY}/${WAV_MOD_TAG}.out_grd.${wavGRD}.${YMD}.${HMS}
# - ${COMIN_WAVE_GRID}/${gribchk}
#
# $Id$
#
Expand Down Expand Up @@ -409,7 +406,7 @@ source "${USHgfs}/preamble.sh"
ENSTAG=""
if [ ${waveMEMB} ]; then ENSTAG=".${membTAG}${waveMEMB}" ; fi
gribchk="${RUN}wave.${cycle}${ENSTAG}.${GRDNAME}.${GRDRES}.f${FH3}.grib2"
if [ ! -s ${COMIN_WAVE_GRID}/${gribchk} ]; then
if [ ! -s ${COMOUT_WAVE_GRID}/${gribchk} ]; then
set +x
echo ' '
echo '********************************************'
Expand Down

0 comments on commit e17eec7

Please sign in to comment.