Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/gfs.v16.3.20' into relea…
Browse files Browse the repository at this point in the history
…se/gfs.v16.3.21

* origin/release/gfs.v16.3.20:
  Fold in GFSv16.3.20 changes from NCO para install (#3072)
  Update Release Notes with PlanetIQ (#3070)
  • Loading branch information
KateFriedman-NOAA committed Nov 6, 2024
2 parents bc1dd7d + 8d48d34 commit cd6d3ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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:08:00
#PBS -l select=1:ncpus=1:mem=2GB
#PBS -l select=1:ncpus=1:mem=10GB
#PBS -l place=vscatter
#PBS -l debug=true

Expand Down
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:07:00
#PBS -l select=1:ncpus=1:mem=2GB
#PBS -l select=1:ncpus=1:mem=10GB
#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 @@ -43,7 +43,7 @@ if [ $step = "sfcprep" ]; then
export nth_sfcprep=1
export npe_node_sfcprep=1
export NTASKS=$npe_sfcprep
export memory_sfcprep="2GB"
export memory_sfcprep="10GB"

elif [ $step = "prep" -o $step = "prepbufr" ]; 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 @@ -30,7 +30,7 @@ if [ $step = "sfcprep" ]; then
export nth_sfcprep=1
export npe_node_sfcprep=1
export NTASKS=$npe_sfcprep
export memory_sfcprep="2GB"
export memory_sfcprep="10GB"

elif [ $step = "prep" -o $step = "prepbufr" ]; then

Expand Down

0 comments on commit cd6d3ea

Please sign in to comment.