Skip to content

Commit

Permalink
Merge pull request NOAA-EMC#2 from KateFriedman-NOAA/ccpp
Browse files Browse the repository at this point in the history
Adjust efcs walltime and eupd thread value on Orion
  • Loading branch information
lgannoaa committed Nov 17, 2020
2 parents 66cc1a0 + 036cc11 commit 32a004a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 32a004a

Please sign in to comment.