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

Feature/href MPMD and other fixes #647

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 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
@@ -1,32 +1,27 @@
#PBS -N jevs_cam_href_grid2obs_cape_past31days_plots
#PBS -N jevs_cam_href_grid2obs_cape_last31days_plots
#PBS -j oe
#PBS -q dev
#PBS -S /bin/bash
#PBS -A VERF-DEV
#PBS -l walltime=00:15:00
#PBS -l place=vscatter,select=10:ncpus=84:mem=100GB
#PBS -l place=vscatter,select=9:ncpus=85:mem=20GB
#PBS -l debug=true

set -x

export OMP_NUM_THREADS=1

export NET=evs
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/${USER}/EVS

source $HOMEevs/versions/run.ver



export envir=prod

export NET=evs
export STEP=plots
export COMPONENT=cam
export RUN=atmos
export VERIF_CASE=grid2obs_cape
export MODELNAME=href


module reset
module load prod_envir/${prod_envir_ver}
source $HOMEevs/dev/modulefiles/$COMPONENT/${COMPONENT}_${STEP}.sh
Expand All @@ -37,7 +32,7 @@ export SENDMAIL=YES
export SENDDBN=NO

export vhr=00
export past_days=31
export last_days=31

export run_mpi=yes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,32 +1,27 @@
#PBS -N jevs_cam_href_grid2obs_cape_past90days_plots
#PBS -N jevs_cam_href_grid2obs_cape_last90days_plots
#PBS -j oe
#PBS -q dev
#PBS -S /bin/bash
#PBS -A VERF-DEV
#PBS -l walltime=00:15:00
#PBS -l place=vscatter,select=10:ncpus=84:mem=100GB
#PBS -l place=vscatter,select=9:ncpus=85:mem=30GB
#PBS -l debug=true

set -x

export OMP_NUM_THREADS=1

export NET=evs
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/${USER}/EVS

source $HOMEevs/versions/run.ver



export envir=prod

export NET=evs
export STEP=plots
export COMPONENT=cam
export RUN=atmos
export VERIF_CASE=grid2obs_cape
export MODELNAME=href


module reset
module load prod_envir/${prod_envir_ver}
source $HOMEevs/dev/modulefiles/$COMPONENT/${COMPONENT}_${STEP}.sh
Expand All @@ -37,7 +32,7 @@ export SENDMAIL=YES
export SENDDBN=NO

export vhr=00
export past_days=90
export last_days=90

export run_mpi=yes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#PBS -N jevs_cam_href_grid2obs_ctc_past31days_plots
#PBS -N jevs_cam_href_grid2obs_ctc_last31days_plots
#PBS -j oe
#PBS -q dev
#PBS -S /bin/bash
#PBS -A VERF-DEV
#PBS -l walltime=00:15:00
#PBS -l place=vscatter,select=10:ncpus=82:mem=100GB
#PBS -l place=vscatter,select=6:ncpus=85:mem=30GB
#PBS -l debug=true

set -x

export OMP_NUM_THREADS=1

export NET=evs
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/${USER}/EVS

source $HOMEevs/versions/run.ver



export envir=prod

export NET=evs
export STEP=plots
export COMPONENT=cam
export RUN=atmos
Expand All @@ -37,7 +33,7 @@ export SENDMAIL=YES
export SENDDBN=NO

export vhr=00
export past_days=31
export last_days=31

export run_mpi=yes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#PBS -N jevs_cam_href_grid2obs_ctc_past90days_plots
#PBS -N jevs_cam_href_grid2obs_ctc_last90days_plots
#PBS -j oe
#PBS -q dev
#PBS -S /bin/bash
#PBS -A VERF-DEV
#PBS -l walltime=00:15:00
#PBS -l place=vscatter,select=10:ncpus=82:mem=100GB
#PBS -l place=vscatter,select=6:ncpus=85:mem=50GB
#PBS -l debug=true

set -x

export OMP_NUM_THREADS=1

export NET=evs
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/${USER}/EVS

source $HOMEevs/versions/run.ver



export envir=prod

export NET=evs
export STEP=plots
export COMPONENT=cam
export RUN=atmos
Expand All @@ -37,7 +33,7 @@ export SENDMAIL=YES
export SENDDBN=NO

export vhr=00
export past_days=90
export last_days=90

export run_mpi=yes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#PBS -N jevs_cam_href_grid2obs_ecnt_past31days_plots
#PBS -N jevs_cam_href_grid2obs_ecnt_last31days_plots
#PBS -j oe
#PBS -q dev
#PBS -S /bin/bash
#PBS -A VERF-DEV
#PBS -l walltime=00:15:00
#PBS -l place=vscatter:shared,select=2:ncpus=66:mem=500GB
#PBS -l place=vscatter,select=2:ncpus=33:mem=40GB
#PBS -l debug=true

set -x

export OMP_NUM_THREADS=1

export NET=evs
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/${USER}/EVS

source $HOMEevs/versions/run.ver



export envir=prod

export NET=evs
export STEP=plots
export COMPONENT=cam
export RUN=atmos
Expand All @@ -36,7 +32,7 @@ export SENDMAIL=YES
export SENDDBN=NO

export vhr=00
export past_days=31
export last_days=31

export run_mpi=yes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#PBS -N jevs_cam_href_grid2obs_ecnt_past90days_plots
#PBS -N jevs_cam_href_grid2obs_ecnt_last90days_plots
#PBS -j oe
#PBS -q dev
#PBS -S /bin/bash
#PBS -A VERF-DEV
#PBS -l walltime=00:15:00
#PBS -l place=vscatter:shared,select=2:ncpus=66:mem=500GB
#PBS -l place=vscatter,select=2:ncpus=33:mem=100GB
#PBS -l debug=true

set -x

export OMP_NUM_THREADS=1

export NET=evs
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/${USER}/EVS

source $HOMEevs/versions/run.ver



export envir=prod

export NET=evs
export STEP=plots
export COMPONENT=cam
export RUN=atmos
Expand All @@ -37,7 +33,7 @@ export SENDMAIL=YES
export SENDDBN=NO

export vhr=00
export past_days=90
export last_days=90

export run_mpi=yes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#PBS -N jevs_cam_href_precip_past31days_plots
#PBS -N jevs_cam_href_precip_last31days_plots
#PBS -j oe
#PBS -q dev
#PBS -S /bin/bash
#PBS -A VERF-DEV
#PBS -l walltime=00:15:00
#PBS -l place=vscatter,select=4:ncpus=78:mem=100GB
#PBS -l place=vscatter,select=4:ncpus=76:mem=100GB
#PBS -l debug=true

set -x

export OMP_NUM_THREADS=1

export NET=evs
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/${USER}/EVS

source $HOMEevs/versions/run.ver



export envir=prod

export NET=evs
export STEP=plots
export COMPONENT=cam
export RUN=atmos
Expand All @@ -37,7 +33,7 @@ export SENDMAIL=YES
export SENDDBN=NO

export vhr=00
export past_days=31
export last_days=31

export run_mpi=yes

Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#PBS -N jevs_cam_href_precip_past90days_plots
#PBS -N jevs_cam_href_precip_last90days_plots
#PBS -j oe
#PBS -q dev
#PBS -S /bin/bash
#PBS -A VERF-DEV
#PBS -l walltime=00:15:00
#PBS -l place=vscatter,select=4:ncpus=78:mem=100GB
#PBS -l place=vscatter,select=4:ncpus=76:mem=150GB
#PBS -l debug=true

set -x

export OMP_NUM_THREADS=1

export NET=evs
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/${USER}/EVS

source $HOMEevs/versions/run.ver



export envir=prod

export NET=evs
export STEP=plots
export COMPONENT=cam
export RUN=atmos
Expand All @@ -36,7 +32,7 @@ export SENDMAIL=YES
export SENDDBN=NO

export vhr=00
export past_days=90
export last_days=90

export run_mpi=yes
export valid_time=both
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#PBS -S /bin/bash
#PBS -A VERF-DEV
#PBS -l walltime=00:15:00
#PBS -l place=vscatter,select=1:ncpus=2:mem=100GB
#PBS -l place=vscatter,select=1:ncpus=1:mem=2GB
#PBS -l debug=true

set -x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,25 +1,21 @@
#PBS -N jevs_cam_href_profile_past90days_plots
#PBS -N jevs_cam_href_profile_last31days_plots
#PBS -j oe
#PBS -q dev
#PBS -S /bin/bash
#PBS -A VERF-DEV
#PBS -l walltime=00:10:00
#PBS -l place=vscatter,select=1:ncpus=60:mem=100GB
#PBS -l walltime=00:15:00
#PBS -l place=vscatter,select=1:ncpus=60:mem=50GB
#PBS -l debug=true

set -x

export OMP_NUM_THREADS=1

export NET=evs
export HOMEevs=/lfs/h2/emc/vpppg/noscrub/${USER}/EVS

source $HOMEevs/versions/run.ver



export envir=prod

export NET=evs
export STEP=plots
export COMPONENT=cam
export RUN=atmos
Expand All @@ -36,7 +32,7 @@ export SENDMAIL=YES
export SENDDBN=NO

export vhr=00
export past_days=90
export last_days=31

export run_mpi=yes
export valid_time=both
Expand Down
Loading