Skip to content

Commit

Permalink
Merge pull request #623 from KateFriedman-NOAA/feature/ops-wcoss2
Browse files Browse the repository at this point in the history
Analysis walltime adjustment and gempak script fix
  • Loading branch information
KateFriedman-NOAA authored Feb 1, 2022
2 parents 5a080b4 + adfd237 commit 5a4f453
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ecf/scripts/gdas/atmos/analysis/jgdas_atmos_analysis.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:40:00
#PBS -l walltime=00:50:00
#PBS -l place=vscatter,select=52:mpiprocs=15:ompthreads=8:ncpus=120
#PBS -l place=excl
#PBS -l debug=true
Expand Down
2 changes: 1 addition & 1 deletion ecf/scripts/gfs/atmos/analysis/jgfs_atmos_analysis.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:50:00
#PBS -l walltime=00:40:00
#PBS -l place=vscatter,select=55:mpiprocs=15:ompthreads=8:ncpus=120
#PBS -l place=excl
#PBS -l debug=true
Expand Down
1 change: 1 addition & 0 deletions jobs/JGDAS_ATMOS_GEMPAK
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ echo "=============== BEGIN GEMPAK ==============="
echo
echo "=============== BEGIN TO SOURCE RELEVANT CONFIGS ==============="
configs="base gempak"
export EXPDIR=${EXPDIR:-$HOMEgfs/parm/config}
for config in $configs; do
. $EXPDIR/config.${config}
status=$?
Expand Down

0 comments on commit 5a4f453

Please sign in to comment.