From f6bd60a36fcd86a294fd93842487ab430cdcfa4f Mon Sep 17 00:00:00 2001 From: "Walter.Kolczynski" Date: Thu, 29 Sep 2022 20:24:36 +0000 Subject: [PATCH] Suppress possible typo warning on NDATE --- scripts/exgdas_atmos_post.sh | 3 +++ scripts/exgfs_atmos_post.sh | 3 +++ 2 files changed, 6 insertions(+) diff --git a/scripts/exgdas_atmos_post.sh b/scripts/exgdas_atmos_post.sh index a1753b7fe8..d7533b1ae7 100755 --- a/scripts/exgdas_atmos_post.sh +++ b/scripts/exgdas_atmos_post.sh @@ -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 diff --git a/scripts/exgfs_atmos_post.sh b/scripts/exgfs_atmos_post.sh index ab0a84ba09..3975da594d 100755 --- a/scripts/exgfs_atmos_post.sh +++ b/scripts/exgfs_atmos_post.sh @@ -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}"