Skip to content

Commit

Permalink
Declare maxuw as a vector component in atmos_prod
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSinsky-NOAA committed Nov 8, 2024
1 parent df09f6e commit 18eace2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/exglobal_atmos_products.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ for (( nset=1 ; nset <= downset ; nset++ )); do
# grep returns 1 if no match is found, so temporarily turn off exit on non-zero rc
set +e
# shellcheck disable=SC2312
${WGRIB2} -d "${last}" "${tmpfile}" | grep -E -i "ugrd|ustm|uflx|u-gwd|land"
${WGRIB2} -d "${last}" "${tmpfile}" | grep -E -i "ugrd|ustm|uflx|u-gwd|land|maxuw"
rc=$?
set_strict
if (( rc == 0 )); then # Matched the grep
Expand Down

0 comments on commit 18eace2

Please sign in to comment.