#PBS -N lmp_post_web_%CYC%%MIN%
#PBS -j oe
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -A %PROJ%-%PROJENVIR%
#PBS -l walltime=00:15:00
#PBS -l place=vscatter,select=1:ncpus=%PTILE%:mem=10GB:ompthreads=1
#PBS -l debug=true
export model=lmp
%include
%include
export cyc=%CYC%
export MIN=%MIN%
export NTASK=%NTASK%
export PTILE=%PTILE%
export MPIPROCS=$PTILE
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 python/${python_ver:?}
module load degrib/${degrib_ver}
# not sure if it really need module xyz2shp, did not see it get calls/
module load xyz2shp/${xyz2shp_ver}
module load mos_shared/$mos_shared_ver
module load lamp_shared/$lamp_shared_ver
module load imagemagick/${imagemagick_ver}
export MP_PGMMODEL=mpmd
export MP_LABELIO=YES
${HOMElmp}/jobs/JLMP_POST_WEB
%include
%manual
%end