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 58ae146 commit 55e2f70
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 @@ -107,7 +107,7 @@ fhmin=252
fhmax=384
if (( FHR3 >= fhmin && FHR3 <= fhmax )); then
if ((FHR3 % 12 == 0)); then
time "${SCRgfs}/exgfs_atmos_nawips.sh" "0p25" "${FHR3}" "GFS_GEMPAK" "${COM_ATMOS_GEMPAK_0p25}"
"${SCRgfs}/exgfs_atmos_nawips.sh" "0p25" "${FHR3}" "GFS_GEMPAK" "${COM_ATMOS_GEMPAK_0p25}"
fi
fi

Expand Down

0 comments on commit 55e2f70

Please sign in to comment.