#!/usr/bin/env bash #PBS -N nwm_usgs_timeslices_%CYC%_%STIME% #PBS -j oe #PBS -A "NWM-DEV" #PBS -q dev #PBS -l place=vscatter,select=1:ncpus=1:mpiprocs=1:mem=50gb #PBS -l walltime=03:00:00 #PBS -l debug=true export NODES=1 export NCORES=1 export NPROCS=$((NODES*NCORES)) export model=nwm source $ECFTESTDIR/model_envir.h module load PrgEnv-intel/${PrgEnv_intel_ver} module load craype/${craype_ver} module load intel/${intel_ver} module load cray-pals/${pals_ver} module load cfp/${cfp_ver} module load python/${python_ver} module list export SAVE_ALL_TASKS=yes export OMP_NUM_THREADS=1 export OMP_PLACES=cores #Unlimit the stack size ulimit -s unlimited # EXPORT list here export cyc=`date -u +%H` export min=`date -u +%M` export TIME_FLAG=YES # CALL executable job script here ${HOMEnwm}/jobs/JNWM_USGS_TIMESLICES #%manual ###################################################################### # # PURPOSE: # ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below #%end