#PBS -N lmp_raphrrr_tdpw_prep_%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=2:ncpus=20:mpiprocs=20:ompthreads=1:mem=8GB #PBS -l debug=true export model=lmp %include %include export cyc=%CYC% export MIN=%MIN% export NTASK=39 export MPIPROCS=20 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_PREP %include %manual %end