Skip to content

Commit

Permalink
Issue NOAA-EMC#3094: add log file assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewMasarik-NOAA committed Feb 5, 2025
1 parent 1eeeccb commit f786716
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/exgfs_wave_post_gridded_sbs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@
for wavGRD in ${waveGRD} ; do
let iwait=0
gfile=$COMIN/rundata/${WAV_MOD_TAG}.out_grd.${wavGRD}.${YMD}.${HMS}
gfile_log=$COMIN/rundata/${WAV_MOD_TAG}.out_grd.${wavGRD}.${YMD}.${HMS}.FINISHED
while [ ! -s ${gfile} ]; do
if [ $iwait -eq $iwaitmax ]; then
echo '*************************************************** '
Expand Down

0 comments on commit f786716

Please sign in to comment.