Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fold in GFSv16.3.20 changes from NCO para install #3072

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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:30:00
#PBS -l walltime=00:40:00
#PBS -l select=1:mpiprocs=1:ompthreads=1:ncpus=1:mem=15GB
#PBS -l place=vscatter
#PBS -l debug=true
Expand Down
4 changes: 2 additions & 2 deletions parm/config/config.resources.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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 Expand Up @@ -274,7 +274,7 @@ elif [ $step = "wafsgrib20p25" ]; then

elif [ $step = "wafsblending0p25" ]; then

export wtime_wafsblending0p25="00:30:00"
export wtime_wafsblending0p25="00:40:00"
export npe_wafsblending0p25=1
export npe_node_wafsblending0p25=$npe_wafsblending0p25
export nth_wafsblending0p25=1
Expand Down
4 changes: 2 additions & 2 deletions parm/config/config.resources.nco.static
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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 Expand Up @@ -234,7 +234,7 @@ elif [ $step = "wafsgrib20p25" ]; then

elif [ $step = "wafsblending0p25" ]; then

export wtime_wafsblending0p25="00:30:00"
export wtime_wafsblending0p25="00:40:00"
export npe_wafsblending0p25=1
export npe_node_wafsblending0p25=$npe_wafsblending0p25
export nth_wafsblending0p25=1
Expand Down