#PBS -N obsproc_%JTYP%_dump_post_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:30:00 #PBS -l place=vscatter,select=1:ncpus=14:mem=300GB #PBS -l debug=true export model=obsproc %include %include export cyc=%CYC% JTYP=%JTYP% #=cdas #export MPMD=NO # uncomment if you do not provide poe BSUB cards #Load the modules 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 cfp/${cfp_ver} # to do: install bufr_dump for lmod module load bufr_dump/${bufr_dump_ver} module list $HOMEobsproc/jobs/JOBSPROC_CDAS_DUMP_POST %include %manual ###################################################################### # # PURPOSE: Job to execute the CDAS DATA DUMP post-processing for the %CYC%Z cycle # (listing contents of dump files; conversion of dump file format) # ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### %end