#PBS -N glmp_fcst_prdgen_%FAMILY1%_%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=1:mem=4GB #PBS -l debug=true export model=glmp %include %include export cyc=%CYC% export MIN=%MIN% export ELEMENT=%FAMILY1% module load PrgEnv-intel/${PrgEnv_intel_ver} module load craype/${craype_ver} module load intel/${intel_ver} module load libjpeg/${libjpeg_ver} module load grib_util/${grib_util_ver:?} module load wgrib2/${wgrib2_ver} module load degrib/${degrib_ver} module load mos_shared/$mos_shared_ver module load lamp_shared/$lamp_shared_ver export FORT_BUFFERED=true ${HOMEglmp}/jobs/JGLMP_FCST_PRDGEN %include %manual %end