Skip to content

Commit

Permalink
Merge pull request #2112 from ADCollard/release/gfs.v16.3.12
Browse files Browse the repository at this point in the history
Release/gfs.v16.3.12: Increase gdasediag memory requirements
  • Loading branch information
KateFriedman-NOAA authored Dec 4, 2023
2 parents 32e0a64 + 1e977a2 commit b5120d8
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_diag.ecf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:06:00
#PBS -l select=1:mpiprocs=48:ompthreads=1:ncpus=48:mem=24GB
#PBS -l select=1:mpiprocs=48:ompthreads=1:ncpus=48:mem=48GB
#PBS -l place=vscatter
#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 @@ -338,7 +338,7 @@ elif [ $step = "ediag" ]; then
export npe_ediag=48
export nth_ediag=1
export npe_node_ediag=$npe_node_max
export memory_ediag="24GB"
export memory_ediag="48GB"

elif [ $step = "eupd" ]; then

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 @@ -274,7 +274,7 @@ elif [ $step = "ediag" ]; then
export npe_ediag=48
export nth_ediag=1
export npe_node_ediag=$npe_node_max
export memory_ediag="24GB"
export memory_ediag="48GB"

elif [ $step = "eupd" ]; then

Expand Down

0 comments on commit b5120d8

Please sign in to comment.