#PBS -N hmon%NUM%_tracker_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=02:40:00 #PBS -l place=shared,select=1:ncpus=1:mpiprocs=1:mem=1GB #PBS -l debug=true set -x model=hmon export cyc=%CYC% export PDY=%PDY:""% export TOTAL_TASKS=$(wc -l ${PBS_NODEFILE:?} | cut -f 1 -d " ") %include %include module load PrgEnv-intel/${PrgEnv_intel_ver} module load intel/${intel_ver} module load craype/${craype_ver} module load cray-mpich/${cray_mpich_ver} module load cray-pals/${cray_pals_ver} module load libjpeg/${libjpeg_ver} module load grib_util/${grib_util_ver} #module load atp/${atp_ver} module load python/${python_ver} # EXPORT list here export storm_num=%NUM% export stormlabel=storm%NUM% # SPECIFY WHICH JOB TO RUN and run the job ${HOMEhmon}/jobs/JHMON_TRACKER %include %manual ###################################################################### # Purpose: To execute the job that runs the first hurricane # postprocessing. ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end