Skip to content

Commit

Permalink
Update jobs/JGFS_ATMOS_GEMPAK
Browse files Browse the repository at this point in the history
Co-authored-by: Walter Kolczynski - NOAA <[email protected]>
  • Loading branch information
GwenChen-NOAA and WalterKolczynski-NOAA authored Jun 28, 2024
1 parent d6ecc5b commit ce5bb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jobs/JGFS_ATMOS_GEMPAK
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ fhmin=288
fhmax=384
if (( FHR3 >= fhmin && FHR3 <= fhmax )); then
if ((FHR3 % 12 == 0)); then
time "${SCRgfs}/exgfs_atmos_nawips.sh" "0p50" "${FHR3}" "GFS_GEMPAK" "${COM_ATMOS_GEMPAK_0p50}"
"${SCRgfs}/exgfs_atmos_nawips.sh" "0p50" "${FHR3}" "GFS_GEMPAK" "${COM_ATMOS_GEMPAK_0p50}"
fi
fi

Expand Down

0 comments on commit ce5bb0e

Please sign in to comment.