From 6b6417d46ffd27ecec4b2a6e6f911eb9563e8098 Mon Sep 17 00:00:00 2001 From: Guillaume Vernieres Date: Fri, 1 Nov 2024 11:59:44 -0400 Subject: [PATCH] wcoss env --- env/WCOSS2.env | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/env/WCOSS2.env b/env/WCOSS2.env index c67c16f929..5404dd2c59 100755 --- a/env/WCOSS2.env +++ b/env/WCOSS2.env @@ -109,17 +109,16 @@ 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_MARINEANLVAR="${APRUN_default}" - export APRUN_OCNANAL="${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 @@ -130,7 +129,7 @@ elif [[ "${step}" = "marineanlletkf" ]]; then export NTHREADS_MARINEANLLETKF=${NTHREADSmax} export APRUN_MARINEANLLETKF="${APRUN_default}" - + elif [[ "${step}" = "atmanlfv3inc" ]]; then export NTHREADS_ATMANLFV3INC=${NTHREADSmax}