Skip to content

Commit

Permalink
Remove override of threads for C386 fcst
Browse files Browse the repository at this point in the history
There was a line that was overriding the previous selection for the
number of threads when running at C384.

Also changed the settings to use the correct number of threads when
running the free forecast vs gdas.

Refs: NOAA-EMC#416
  • Loading branch information
WalterKolczynski-NOAA committed Aug 25, 2021
1 parent 0650b07 commit 86cba79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ elif [ $step = "fcst" ]; then

export nth_fcst=${nth_fv3:-2}

if [[ "$CASE" == "C384" ]]; then nth_fcst=4; fi
export npe_node_fcst=$(echo "$npe_node_max / $nth_fcst" | bc)
if [[ "$machine" == "WCOSS_C" ]]; then export memory_fcst="1024M"; fi

Expand Down

0 comments on commit 86cba79

Please sign in to comment.