#PBS -N lmp_raphrrr_tdpw_glmpfg_%CYC%%MIN%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:12:00
#PBS -l place=vscatter,select=1:ncpus=2:mpiprocs=2:mem=10GB
#PBS -l debug=true
export model=lmp
%include
%include
export cyc=%CYC%
export MIN=%MIN%
export NTASK=2
export MPIPROCS=2
export OMP_NUM_THREADS=1
module load PrgEnv-intel/${PrgEnv_intel_ver}
module load craype/${craype_ver}
module load intel/${intel_ver}
module load cray-pals/${cray_pals_ver}
module load libjpeg/${libjpeg_ver}
module load grib_util/${grib_util_ver:?}
module load python/${python_ver:?}
module load cfp/${cfp_ver}
module load wgrib2/${wgrib2_ver}
module load mos_shared/$mos_shared_ver
module load lamp_shared/$lamp_shared_ver
${HOMElmp}/jobs/JLMP_RAPHRRR_TDPW_GLMPFG
%include
%manual
%end