Skip to content

Commit

Permalink
Retire prepbufr step from config.resources
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Oct 3, 2022
1 parent 684c426 commit 3f8c53b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ elif [[ "$machine" = "ORION" ]]; then
export npe_node_max=40
fi

if [ $step = "prep" -o $step = "prepbufr" ]; then
eval "export wtime_$step='00:45:00'"
eval "export npe_$step=4"
eval "export npe_node_$step=2"
eval "export nth_$step=1"
eval "export memory_$step=40G"
if [ $step = "prep" ]; then
export wtime_prep='00:45:00'
export npe_prep=4
export npe_node_prep=2
export nth_prep=1
export memory_prep="40G"

elif [ $step = "aerosol_init" ]; then
export wtime_aerosol_init="00:05:00"
Expand Down

0 comments on commit 3f8c53b

Please sign in to comment.