#PBS -N hmon%NUM%_hycom_init2_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:15:00 #PBS -l place=shared,select=1:ncpus=24:mpiprocs=24:mem=15GB #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 export storm_num="%NUM%" 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 libjpeg/${libjpeg_ver} module load grib_util/${grib_util_ver} module load wgrib2/${wgrib2_ver} #module load atp/${atp_ver} module load cfp/${cfp_ver} module load python/${python_ver} ${HOMEhmon}/jobs/JHMON_HYCOM_INIT2 %include %manual TASK jhmon_hycom_init2 TROUBLESHOOTING: - If this job fails due to a node failure or file system issue, try a rerun. - Otherwise: - Switch to a noncoupled run for this storm by clearing the "run_couple" flag and setting the "run_noncouple" flag under the jhmon_launch task above. - Set jhmon_hycomi_init1 complete if it has not yet run. - Set this task complete. %end