Skip to content

Commit

Permalink
Update scripts/exgfs_atmos_goes_nawips.sh
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 c35194c commit 6227f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exgfs_atmos_goes_nawips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ GRIBIN_chk="${GRIBIN}"
if [[ ! -r "${GRIBIN_chk}" ]]; then
echo "FATAL ERROR: GRIB index file ${GRIBIN_chk} not found!"
export err=7 ; err_chk
exit "${err}
exit "${err}"
fi

cp "${GRIBIN}" "grib${fhr3}"
Expand Down

0 comments on commit 6227f76

Please sign in to comment.