#PBS -N gfs_mos_grd_fcst_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -l walltime=0:10:00 #PBS -l place=vscatter,select=1:ncpus=7:mpiprocs=7:ompthreads=1:mem=50GB #PBS -A %PROJ%-%PROJENVIR% #PBS -l debug=true export model=gfs_mos %include %include # load modules module load mos_shared/$mos_shared_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 cfp/${cfp_ver} module list # EXPORT list here export cyc=%CYC% export NODES=%NODES% export PTILE=%PTILE% export NTASK=%NTASK% export OMP_NUM_THREADS=%OMP_NUM_THREADS% export FORT_BUFFERED=TRUE # CALL executable job script here #export filenametask=%TASK%_%CYC% export filenametask=jgfsmos_grd_fcst_%CYC% ${HOMEgfs_mos}/jobs/JGFSMOS_GRD_FORECAST %include %manual ###################################################################### # Purpose: To execute the job that generate GFS MOS forecast 00 - 84 hr ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end