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)