Skip to content

Commit

Permalink
Suppress possible typo warning on NDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterKolczynski-NOAA committed Oct 4, 2022
1 parent a0bb6cb commit f6bd60a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/exgdas_atmos_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,10 @@ else ## not_anl if_stimes
# add new environmental variables for running new ncep post
# Validation date

# No shellcheck, NDATE is not a typo
# shellcheck disable=SC2153
VDATE="$(${NDATE} "+${fhr}" "${PDY}${cyc}")"
# shellcheck disable=
export VDATE

# set to 3 to output lat/lon grid
Expand Down
3 changes: 3 additions & 0 deletions scripts/exgfs_atmos_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,10 @@ else ## not_anl if_stime
export IGEN=${IGEN_ANL}
fi

# No shellcheck, NDATE is not a typo
# shellcheck disable=SC2153
VDATE="$(${NDATE} "+${fhr}" "${PDY}${cyc}")"
# shellcheck disable=
export VDATE
export OUTTYP=${OUTTYP:-4}
export GFSOUT="${PREFIX}gfsio${fhr}"
Expand Down

0 comments on commit f6bd60a

Please sign in to comment.