diff --git a/dev/drivers/scripts/plots/aqm/jevs_aqm_grid2obs_plots.sh b/dev/drivers/scripts/plots/aqm/jevs_aqm_grid2obs_plots.sh index 982d225fa0..ab7487bc02 100755 --- a/dev/drivers/scripts/plots/aqm/jevs_aqm_grid2obs_plots.sh +++ b/dev/drivers/scripts/plots/aqm/jevs_aqm_grid2obs_plots.sh @@ -4,7 +4,7 @@ #PBS -q "dev" #PBS -A VERF-DEV #PBS -l walltime=02:00:00 -#PBS -l place=shared,select=1:ncpus=128:mem=500GB +#PBS -l place=shared,select=1:ncpus=1:mem=20GB #PBS -l debug=true set -x diff --git a/ecf/scripts/plots/aqm/jevs_aqm_plots.ecf b/ecf/scripts/plots/aqm/jevs_aqm_plots.ecf index 9176386698..286071daaf 100644 --- a/ecf/scripts/plots/aqm/jevs_aqm_plots.ecf +++ b/ecf/scripts/plots/aqm/jevs_aqm_plots.ecf @@ -4,7 +4,7 @@ #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=01:00:00 -#PBS -l place=vscatter:exclhost,select=1:ncpus=128:mem=500GB +#PBS -l place=shared,select=1:ncpus=1:mem=20GB #PBS -l debug=true export model=evs diff --git a/scripts/plots/aqm/exevs_aqm_grid2obs_plots.sh b/scripts/plots/aqm/exevs_aqm_grid2obs_plots.sh index 0be57d12c4..774f3e1b16 100755 --- a/scripts/plots/aqm/exevs_aqm_grid2obs_plots.sh +++ b/scripts/plots/aqm/exevs_aqm_grid2obs_plots.sh @@ -241,7 +241,7 @@ fi ## ## Headline Plots ## -mkdir -p ${COMOUTplots}/headline +mkdir -p ${COMOUTheadline}/headline for region in CONUS CONUS_East CONUS_West CONUS_South CONUS_Central; do export region case ${region} in @@ -296,7 +296,7 @@ for region in CONUS CONUS_East CONUS_West CONUS_South CONUS_Central; do figtype=csi figfile=headline_${COMPONENT}.${figtype}_gt${select_headline_csi}.${smvar}.${smlev}.last31days.timeseries_init${inithr}z_f${flead}.buk_${smregion}.png - cpfile=${COMOUTplots}/headline/${figfile} + cpfile=${COMOUTheadline}/headline/${figfile} if [ ! -e ${cpfile} ]; then ${PARMevs}/metplus_config/${STEP}/${COMPONENT}/${VERIF_CASE}/py_plotting_${smvar}_headline.config export err=$?; err_chk @@ -308,7 +308,7 @@ for region in CONUS CONUS_East CONUS_West CONUS_South CONUS_Central; do cpfile=${PLOTDIR_headline}/${figfile} if [ -e ${PLOTDIR_headline}/aq/*/evs*png ]; then mv ${PLOTDIR_headline}/aq/*/evs*png ${cpfile} - cp -v ${cpfile} ${COMOUTplots}/headline + cp -v ${cpfile} ${COMOUTheadline}/headline elif [ ! -e ${cpfile} ]; then echo "WARNING: NO HEADLINE PLOT FOR ${var} ${figtype} ${region}" echo "WARNING: This is possible where there is no exceedance of the critical threshold in the last 31 days"