Skip to content

Commit

Permalink
Allow non-matching bufr table
Browse files Browse the repository at this point in the history
PR NOAA-EMC#2383 added a new bufr table, along with a fatal error if there was
not one that matched the resolution. However, workflow usually uses a
low resolution to test, and it works fine even if the bufr parm file is
a mismatch, so turned the fatal error into a warning and links the bufr
parm file as before.
  • Loading branch information
WalterKolczynski-NOAA committed Mar 11, 2024
1 parent f9e2b8c commit 59b2649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ush/gfs_bufr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@ case "${CASE}" in
ln -sf "${PARMbufrsnd}/bufr_ij9km.txt" fort.7
;;
*)
echo "FATAL ERROR: Unrecognized bufr_ij*km.txt For CASE ${CASE}, ABORT!"
exit 1
echo "WARNING: No bufr table for this resolution, using the one for C768"
ln -sf "${PARMbufrsnd}/bufr_ij13km.txt" fort.7
;;
esac

Expand Down

0 comments on commit 59b2649

Please sign in to comment.