Skip to content

Commit

Permalink
Increase wallclock for diag jobs (#1216)
Browse files Browse the repository at this point in the history
Diag jobs were failing due to insufficient wall clock, so the
wall clock is increased until a more complete review of the
resources can be completed.

Refs #1215
  • Loading branch information
WalterKolczynski-NOAA committed Jan 15, 2023
1 parent 67d1721 commit 62944fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions parm/config/config.resources
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ elif [ ${step} = "analcalc" ]; then

elif [ ${step} = "analdiag" ]; then

export wtime_analdiag="00:10:00"
export wtime_analdiag="00:15:00"
export npe_analdiag=96 # Should be at least twice npe_ediag
export nth_analdiag=1
export npe_node_analdiag=$(echo "${npe_node_max} / ${nth_analdiag}" | bc)
Expand Down Expand Up @@ -673,7 +673,7 @@ elif [[ ${step} = "eobs" || ${step} = "eomg" ]]; then

elif [ ${step} = "ediag" ]; then

export wtime_ediag="00:06:00"
export wtime_ediag="00:15:00"
export npe_ediag=48
export nth_ediag=1
export npe_node_ediag=$(echo "${npe_node_max} / ${nth_ediag}" | bc)
Expand Down

0 comments on commit 62944fb

Please sign in to comment.