#PBS -N urma_mint_prep #PBS -j oe #PBS -S /bin/bash #PBS -A %PROJ%-%PROJENVIR% #PBS -q %QUEUE% #PBS -l walltime=00:30:00 #PBS -l select=1:ncpus=1:mem=4000MB #PBS -l place=shared #PBS -l debug=true model=urma %include %include export cyc=19 if [ -n "%LAST_RESTART:%" ]; then export LAST_RESTART=${LAST_RESTART:-%LAST_RESTART:%}; 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 grib_util/${grib_util_ver:?} module load wgrib2/${wgrib2_ver:?} module list $HOMEurma/jobs/JURMA_MINT_PREP %include %manual ###################################################################### #PURPOSE: # ###################################################################### %end