From 810071bff4878b16e5b70113fff990a1b1e80a4f Mon Sep 17 00:00:00 2001 From: Walter Kolczynski - NOAA Date: Mon, 1 May 2023 22:18:31 -0400 Subject: [PATCH] Remove remnant WAVE_RUN from archive (#1556) `$WAVE_RUN` is no longer used in workflow, but one reference remained in the archive job, which would cause failures. The conditional did not need to be replaced by `$RUN` since `$RUN` has already been checked at that point. Fixes #1548 --- scripts/exglobal_archive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/exglobal_archive.sh b/scripts/exglobal_archive.sh index 1997eec9eb..2204799067 100755 --- a/scripts/exglobal_archive.sh +++ b/scripts/exglobal_archive.sh @@ -179,7 +179,7 @@ if [[ ${HPSSARCH} = "YES" || ${LOCALARCH} = "YES" ]]; then fi fi - if [ "${DO_WAVE}" = "YES" ] && [ "${WAVE_RUN}" != "gdas" ]; then + if [ "${DO_WAVE}" = "YES" ]; then targrp_list="${targrp_list} gfswave" fi