Skip to content

Commit

Permalink
modified global-workflow\scripts\exgfs_wave_post_gridded_sbs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonMFernando-NOAA committed Oct 18, 2024
1 parent 0c7cb50 commit 458b130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exgfs_wave_post_gridded_sbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ source "${USHgfs}/preamble.sh"
else
FHINCG=$FHOUT_WAV
fi
fhr=$(($FORECAST_HOUR + FHINCG))
fhr=$((FORECAST_HOUR + FHINCG))
else
fhr=$FHMIN_WAV
fi
Expand Down

0 comments on commit 458b130

Please sign in to comment.