#PBS -N rap_post_manager_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -l walltime=00:45:00 #PBS -A %PROJ%-%PROJENVIR% #PBS -l place=vscatter:shared,select=1:ncpus=1:mem=4GB #PBS -l debug=true export model=rap %include %include # EXPORT list here set -x export cyc=%CYC% # CALL executable job script here $HOMErap/jobs/JRAP_POSTMGR %include %manual ###################################################################### # Purpose: to run RAP post processing ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end