Skip to content

Commit

Permalink
modified ush\wave_grib2_sbs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Dec 12, 2024
1 parent 7feba53 commit df06e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/wave_grib2_sbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ if [[ ! -s "${COMOUT_WAVE_GRID}/${GRDNAME}/${outfile}.idx" ]]; then

# 1.e Save in /com

if [[ ! -s "${COMOUT_WAVE_GRID}/${outfile}" ]]; then
if [[ ! -s "${COMOUT_WAVE_GRID}/${GRDNAME}/${outfile}" ]]; then
set +x
echo ' '
echo '********************************************* '
Expand Down

0 comments on commit df06e3d

Please sign in to comment.