Skip to content

Commit

Permalink
Temporary increase to enkfgdas_update walltime
Browse files Browse the repository at this point in the history
NCO increased the walltime for the eupd job to 40mins.

Refs NOAA-EMC#2558
  • Loading branch information
KateFriedman-NOAA committed Dec 9, 2024
1 parent c867eda commit 7552cf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ecf/scripts/enkfgdas/analysis/create/jenkfgdas_update.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#PBS -j oe
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:35:00
#PBS -l walltime=00:40:00
#PBS -l select=35:mpiprocs=9:ompthreads=14:ncpus=126
#PBS -l place=vscatter:exclhost
#PBS -l debug=true
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.resources.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ elif [ $step = "ediag" ]; then

elif [ $step = "eupd" ]; then

export wtime_eupd="00:35:00"
export wtime_eupd="00:40:00"
if [ $CASE = "C768" ]; then
export npe_eupd=480
export nth_eupd=6
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.resources.nco.static
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ elif [ $step = "ediag" ]; then

elif [ $step = "eupd" ]; then

export wtime_eupd="00:35:00"
export wtime_eupd="00:40:00"
export npe_eupd=315
export nth_eupd=14
export npe_node_eupd=$(echo "$npe_node_max / $nth_eupd" | bc)
Expand Down

0 comments on commit 7552cf4

Please sign in to comment.