#PBS -N hmon%NUM%_noncouple_forecast_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=02:00:00 #PBS -l place=exclhost,select=4:ncpus=128:mpiprocs=127 #PBS -l debug=true set -x model=hmon export cyc=%CYC% export PDY=%PDY:""% export TOTAL_TASKS=$(wc -l ${PBS_NODEFILE:?} | cut -f 1 -d " ") %include %include 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 atp/${atp_ver} module load hdf5/${hdf5_ver} module load netcdf/${netcdf_ver} module load python/${python_ver} module list # EXPORT list here export storm_num=%NUM% export stormlabel=storm%NUM% # SPECIFY WHICH JOB TO RUN and run the job ${HOMEhmon}/jobs/JHMON_FORECAST %include %manual ###################################################################### # Purpose: To execute the job that runs the hmon model. ###################################################################### ###################################################################### # Job specific troubleshooting instructions: # see generic troubleshoot manual page # ###################################################################### # include manual page below %end