#PBS -N glmp_fcst_meld_%FAMILY1%_ak_%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=1:ncpus=19:mpiprocs=19:mem=20GB #PBS -l debug=true export model=glmp %include %include export cyc=%CYC% export MIN=%MIN% export ELEMENT=%FAMILY1% export FORT_BUFFERED=true export NTASK=19 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_AK %include %manual %end