#PBS -N hwrf%STORMNUM%_ensda_relocate27_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:20:00 #PBS -l place=vscatter,select=1:mpiprocs=1:ompthreads=24:ncpus=24:mem=20G #PBS -l debug=true export NODES=1 export TOTAL_TASKS=24 model=hwrf export cyc="%CYC%" %include %include export cyc="%CYC%" export storm_num="%STORMNUM%" # versions file for hwrf sets $model_ver and $code_ver module use ${HOMEhwrf}/modulefiles/ module load HWRF/runensda module list export PURE_OPENMP_THREADS='24' export OMP_NUM_THREADS='24' export KMP_NUM_THREADS='24' export ENSDA_MEMB="27" ${HOMEhwrf}/jobs/JHWRF_ENSDA_RELOCATE %include %manual TASK ensda_relocate27 PURPOSE: TRIGGER NOTES: These jobs are grouped into four groups of ten. The triggers are set up so one group will run at a time, but this is not necessary. You can submit as many as all forty jobs in parallel. There is no actual dependency between them. %end