#PBS -N urma_%FAMILY1%_gempak_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -A %PROJ%-%PROJENVIR% #PBS -q %QUEUE% #PBS -l walltime=00:10:00 #PBS -l select=1:ncpus=1:mem=1000MB #PBS -l place=shared #PBS -l debug=true export model=urma %include %include # EXPORT list here export cyc=%CYC% if [ "%FAMILY1%" = "2p5" ]; then export RUN=urma2p5 else export RUN=%FAMILY1%urma fi export ntasks=1 export ppn=1 export threads=1 module load PrgEnv-intel/${PrgEnv_intel_ver:?} module load intel/${intel_ver:?} module load craype/${craype_ver:?} module load libjpeg/${libjpeg_ver:?} module load wgrib2/${wgrib2_ver:?} module load grib_util/${grib_util_ver:?} module load gempak/${gempak_ver:?} module list $HOMEurma/jobs/JURMA_GEMPAK %include %manual ###################################################################### #PURPOSE: Runs URMA Gempak processing ###################################################################### %end