#PBS -N nam_profile_f05_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -l walltime=00:30:00 #PBS -A %PROJ%-%PROJENVIR% #PBS -l select=1:ncpus=1:mem=4GB #PBS -q %QUEUE% #PBS -l debug=true model=nam %include %include # module purge module load envvar/${envvar_ver} module load PrgEnv-intel/${PrgEnv_intel_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 hdf5/${hdf5_ver} module load netcdf/${netcdf_ver} # EXPORT list here set -x export procs=1 export procspernode=1 export cyc=%CYC% export tmmark=tm00 export fhr=05 export job=nam_profile_f05_%CYC% export MPI_LABELIO=YES export threads=1 export MP_LABELIO=yes export OMP_NUM_THREADS=1 export OMP_PLACES=cores # CALL executable job script here ${HOMEnam}/jobs/JNAM_PROFILE %include %manual ###################################################################### # Purpose: to run NAM post processing ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end