#PBS -N glmp_fcst_meld_15min_%FAMILY1%_%CYC%%MIN% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:10:00 #PBS -l place=vscatter,select=2:ncpus=114:mpiprocs=19:ompthreads=6:mem=456GB #PBS -l debug=true export model=glmp %include %include export cyc=%CYC% export MIN=%MIN% export ELEMENT=%FAMILY1% export FORT_BUFFERED=true export NTASK=38 export MPIPROCS=19 export OMP_NUM_THREADS=6 module load PrgEnv-intel/${PrgEnv_intel_ver} module load craype/${craype_ver} module load intel/${intel_ver} module load cray-mpich/${cray_mpich_ver} module load cray-pals/${cray_pals_ver} module load cfp/${cfp_ver:?} module load python/${python_ver:?} module load mos_shared/$mos_shared_ver module load lamp_shared/$lamp_shared_ver export MP_PGMMODEL=mpmd export MP_LABELIO=YES ${HOMEglmp}/jobs/JGLMP_FCST_MELD_15MIN %include %manual %end