From dc4c542d557fd6c9970eedc207291c2672d9304c Mon Sep 17 00:00:00 2001 From: David Huber <69919478+DavidHuber-NOAA@users.noreply.github.com> Date: Thu, 27 Jan 2022 13:44:04 -0500 Subject: [PATCH] Allow different threading for gdasfcst and gfsfcst #610 --- parm/config/config.resources | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/parm/config/config.resources b/parm/config/config.resources index d456e2783f..d8cf892b76 100755 --- a/parm/config/config.resources +++ b/parm/config/config.resources @@ -194,6 +194,9 @@ elif [ $step = "fcst" ]; then export layout_y=$layout_y_gfs export WRITE_GROUP=$WRITE_GROUP_GFS export WRTTASK_PER_GROUP=$WRTTASK_PER_GROUP_GFS + export nth_fcst=${nth_fv3_gfs:-2} + else + export nth_fcst=${nth_fv3:-2} fi (( ATMPETS = layout_x * layout_y * 6 )) @@ -208,8 +211,6 @@ elif [ $step = "fcst" ]; then export ATMPETS NTASKS_TOT=$ATMPETS - export nth_fcst=${nth_fv3:-2} - export npe_node_fcst=$(echo "$npe_node_max / $nth_fcst" | bc) if [[ "$machine" == "WCOSS_C" ]]; then export memory_fcst="1024M"; fi