#PBS -N rtma_%FAMILY1%_post_%CYC%%SUBCYC% #PBS -j oe #PBS -S /bin/bash #PBS -A %PROJ%-%PROJENVIR% #PBS -q %QUEUE% #PBS -l walltime=00:20:00 #PBS -l select=1:ncpus=%NCPUS:16%:mpiprocs=%MPIPROCS:16%:mem=250GB #PBS -l debug=true model=rtma %include %include export cyc=%CYC% export subcyc=%SUBCYC% export ntasks=%NCPUS:16% export ppn=%PPN:16% export threads=1 export LANG=en_US export MP_EAGER_LIMIT=165536 export MP_COREFILE_FORMAT=lite export MP_EUIDEVELOP=min export MP_EUIDEVICE=sn_all export MP_EUILIB=us export MP_MPILIB=mpich2 export MP_LABELIO=yes export MP_SINGLE_THREAD=yes export MP_USE_BULK_XFER=yes export MP_SHARED_MEMORY=yes export MPICH_ALLTOALL_THROTTLE=0 export MP_COLLECTIVE_OFFLOAD=no export KMP_STACKSIZE=1024m export MP_TASK_AFFINITY=core:2 export OMP_NUM_THREADS=1 export FI_OFI_RXM_SAR_LIMIT=3145728 if [ "%FAMILY1%" = "2p5" ]; then export RUN=rtma2p5 elif [ "%FAMILY1%" = "rapid" ]; then export RUN=rtma2p5_ru else export RUN=%FAMILY1%rtma fi module load PrgEnv-intel/${PrgEnv_intel_ver:?} module load craype/${craype_ver:?} module load intel/${intel_ver:?} module load libjpeg/${libjpeg_ver:?} module load wgrib2/${wgrib2_ver:?} module load grib_util/${grib_util_ver:?} module load cray-mpich/${cray_mpich_ver:?} module load cray-pals/${cray_pals_ver:?} module list $HOMErtma/jobs/JRTMA_POST %include %manual ################################################################### #For dbn_alert'ing ################################################################### %end