From d909c50d13f7b1ac9fa735bb5488c185d33ebe40 Mon Sep 17 00:00:00 2001 From: RussTreadon-NOAA <26926959+RussTreadon-NOAA@users.noreply.github.com> Date: Fri, 1 Nov 2024 08:46:52 -0400 Subject: [PATCH] replace ocnanal with marineanl in WCOSS2.env --- env/WCOSS2.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/env/WCOSS2.env b/env/WCOSS2.env index c67c16f929..1e46e06d3a 100755 --- a/env/WCOSS2.env +++ b/env/WCOSS2.env @@ -109,17 +109,17 @@ elif [[ "${step}" = "marinebmat" ]]; then export APRUNCFP="${launcher} -n \$ncmd --multi-prog" export APRUN_MARINEBMAT="${APRUN_default}" -elif [[ "${step}" = "ocnanalrun" ]]; then +elif [[ "${step}" = "marineanlvar" ]]; then export APRUNCFP="${launcher} -n \$ncmd --multi-prog" - export APRUN_OCNANAL="${APRUN_default}" + export APRUN_MARINEANLVAR="${APRUN_default}" -elif [[ "${step}" = "ocnanalchkpt" ]]; then +elif [[ "${step}" = "marineanlchkpt" ]]; then export APRUNCFP="${launcher} -n \$ncmd --multi-prog" - export APRUN_OCNANAL="${APRUN_default}" + export APRUN_MARINEANLCHKPT="${APRUN_default}" elif [[ "${step}" = "ocnanalecen" ]]; then