Skip to content

Commit

Permalink
- changes to post script so 1p0 grib2 files are not created
Browse files Browse the repository at this point in the history
  • Loading branch information
jkhender committed Mar 20, 2020
1 parent 5b9bec2 commit 7d27473
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sorc/gfs_post.fd/ush/fv3gfs_downstream_nems.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ else
export fhr3=`expr $FH + 0 `
if [ $fhr3 -lt 100 ]; then export fhr3="0$fhr3"; fi
if [ $fhr3 -lt 10 ]; then export fhr3="0$fhr3"; fi
if [ $fhr3%${FHOUT_PGB} -eq 0 ]; then
export PGBS=YES
fi
#JKH if [ $fhr3%${FHOUT_PGB} -eq 0 ]; then
#JKH export PGBS=YES
#JKH fi
fi


Expand Down

0 comments on commit 7d27473

Please sign in to comment.