#PBS -N nwps_rtofs_prep_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=05:00:00 #PBS -l select=1:ncpus=96:mpiprocs=96:ompthreads=1:mem=288GB # #PBS -l select=1:ncpus=96:mpiprocs=96:ompthreads=1:mem=1700MB #PBS -l debug=true export model=nwps %include %include module load craype/${craype_ver} module load intel/${inter_ver} module load cray-mpich/${cray_mpich_ver} module load cray-pals/${cray_pals_ver} module load cfp/${cfp_ver} module load wgrib2/${wgrib2_ver} module load python/${python_ver} module list export FORT_BUFFERED=true export NWPSplatform="WCOSS" export MP_PGMMODEL=mpmd export MP_CSS_INTERRUPT=yes export cyc=%CYC% export KEEPDATA=%KEEPDATA% export OFSTYPE=rtofs ${HOMEnwps}/jobs/JNWPS_OFS_PREP %include %manual ################################################################################ #TASKSCRIPT DOCUMENTATION BLOCK #TASKSCRIPT: jnwps_rtofs_prep #LAST MODIFIER: Floyd Fayton #ORGANIZATION: NP11 #DATE: SEP 2014 #FULL NAME: /nwps_para/nwps/SR/jnwps_rtofs_prep #PURPOSE: To execute the job that creates NWPS RTOFS and ESTOFS output files #JOB SCRIPT CALLED: /nwprod/nwps.${nwps_ver}/jobs/JNWPS_OFS_PREP ==> # /nwprod/nwps.${nwps_ver}/scripts/exnwps_ofs_prep.sh.ecf ################################################################################# ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### %end