#PBS -N mag_hiresw_arw_processor_%TIME%%VER:""% #PBS -S /bin/bash #PBS -q %QUEUE% #PBS -l walltime=02:00:00 #PBS -l place=shared,select=1:ncpus=112:mpiprocs=112:mem=448GB #PBS -A %PROJ%-%PROJENVIR% #PBS -l debug=true #PBS -j oe export model=mag %include %include export cyc=%CYC:""% export SYNC_TO_A=%SYNC_TO_A% export SYNC_TO_B=%SYNC_TO_B% export MODEL=hrw-arw export NET=mag export RUN=hiresw export submodel=hiresw ############################## # Load modules ############################## module load intel/${intel_ver} module load perl/${perl_ver} module load craype/${craype_ver} module load cray-pals/${cray_pals_ver} module load imagemagick/${imagemagick_ver} module load gempak/${gempak_ver} module list $HOMEmag/jobs/JMAG_PROCESSOR %include %manual ###################################################################### TASK: mag_hiresw_arw_processor PURPOSE: To execute the job that creates HRW-ARW model GIF images for the MAG web site ###################################################################### %end