From 26e76bdf62ef13cc664db2b721557dfc3d320a51 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Wed, 6 Mar 2024 11:26:13 -0600 Subject: [PATCH] Add shellcheck disable for SC2034 in forecast_postdet.sh Refs #2332 --- ush/forecast_postdet.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ush/forecast_postdet.sh b/ush/forecast_postdet.sh index fa3506b26f..a5fee9a7fd 100755 --- a/ush/forecast_postdet.sh +++ b/ush/forecast_postdet.sh @@ -11,6 +11,8 @@ ## for execution. ##### +# Disable variable not used warnings +# shellcheck disable=SC2034 FV3_postdet(){ echo "SUB ${FUNCNAME[0]}: Entering for RUN = ${RUN}"