#PBS -N hwrf%STORMNUM%_ensda_relocate11_%CYC% #PBS -j oe #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -A %PROJ%-%PROJENVIR% #PBS -l walltime=00:20:00 #PBS -l select=1:mpiprocs=1:ompthreads=24:ncpus=24 export NODES=1 export TOTAL_TASKS=24 %include module purge module load ecflow %include export cyc="%CYC%" export storm_num="%STORMNUM%" # versions file for hwrf sets $model_ver and $code_ver model=hwrf %include source ${HOMEhwrf}/versions/run.ver module use ${HOMEhwrf}/modulefiles/ module load HWRF/run module list export PURE_OPENMP_THREADS='24' export OMP_NUM_THREADS='24' export KMP_NUM_THREADS='24' export ENSDA_MEMB="11" ${HOMEhwrf}/jobs/JHWRF_ENSDA_RELOCATE %include %manual TASK ensda_relocate11 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