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 aea19a4 commit b84de81
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 @@ -140,7 +140,7 @@ fhmin=0
fhmax="${ocean_domain_max}"
if (( FHR3 >= fhmin && FHR3 <= fhmax )); then
if ((FHR3 % 3 == 0)); then
time "${SCRgfs}/exgfs_atmos_nawips.sh" "40km" "${FHR3}" "GFS_GEMPAK_WWB" "${COM_ATMOS_GEMPAK_40km}"
"${SCRgfs}/exgfs_atmos_nawips.sh" "40km" "${FHR3}" "GFS_GEMPAK_WWB" "${COM_ATMOS_GEMPAK_40km}"
fi
fi

Expand Down

0 comments on commit b84de81

Please sign in to comment.