Skip to content

Commit

Permalink
Increase gempak memory to 150GB
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Dec 9, 2024
1 parent 511234f commit 574d8c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ecf/scripts/gfs/atmos/gempak/jgfs_atmos_gempak.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=03:00:00
#PBS -l select=1:ncpus=28:mpiprocs=28:mem=100GB
#PBS -l select=1:ncpus=28:mpiprocs=28:mem=150GB
#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 @@ -454,7 +454,7 @@ elif [ $step = "gempak" ]; then
export npe_node_gempak_gfs=28
export nth_gempak=1
export memory_gempak="4GB"
export memory_gempak_gfs="100GB"
export memory_gempak_gfs="150GB"

else

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 @@ -350,7 +350,7 @@ elif [ $step = "gempak" ]; then
export npe_node_gempak_gfs=28
export nth_gempak=1
export memory_gempak="4GB"
export memory_gempak_gfs="100GB"
export memory_gempak_gfs="150GB"

else

Expand Down

0 comments on commit 574d8c5

Please sign in to comment.