From 835a19a0e8a07c210efc98e4d2992556169888e2 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Thu, 13 Oct 2022 09:32:50 -0500 Subject: [PATCH] Update anal block in config.resources - add WCOSS2 check to set general threads to 8 and keep it 5 threads on R&Ds to keep nodes the same on R&Ds Refs #419 --- parm/config/config.resources | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/parm/config/config.resources b/parm/config/config.resources index 30f2aabb44..c8e0893d79 100755 --- a/parm/config/config.resources +++ b/parm/config/config.resources @@ -231,9 +231,13 @@ elif [ ${step} = "anal" ]; then export wtime_anal="00:50:00" export wtime_anal_gfs="00:40:00" export npe_anal=780 - export nth_anal=8 + export nth_anal=5 export npe_anal_gfs=825 - export nth_anal_gfs=8 + export nth_anal_gfs=5 + if [[ "$machine" = "WCOSS2" ]]; then + export nth_anal=8 + export nth_anal_gfs=8 + fi if [ $CASE = "C384" ]; then export npe_anal=160 export npe_anal_gfs=160