From 036cc113dcd5787ce4bccfb11fb71ed7935bc982 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Tue, 17 Nov 2020 10:44:02 -0600 Subject: [PATCH] Adjust efcs walltime and eupd thread value on Orion --- 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 8048a1c2aa..3d996d96b6 100755 --- a/parm/config/config.resources +++ b/parm/config/config.resources @@ -302,7 +302,7 @@ elif [ $step = "eupd" ]; then export wtime_eupd="00:30:00" if [ $CASE = "C768" ]; then export npe_eupd=480 - export nth_eupd=40 + export nth_eupd=6 if [[ "$machine" = "WCOSS_DELL_P3" ]]; then export nth_eupd=7 fi @@ -355,7 +355,11 @@ elif [ $step = "esfc" ]; then elif [ $step = "efcs" ]; then - export wtime_efcs="00:40:00" + if [ $CASE = "C768" ]; then + export wtime_efcs="01:00:00" + else + export wtime_efcs="00:40:00" + fi export npe_efcs=$(echo "$layout_x * $layout_y * 6" | bc) export nth_efcs=${nth_fv3:-2} export npe_node_efcs=$(echo "$npe_node_max / $nth_efcs" | bc)