#PBS -N mag_gfs_processor_%TIME%%VER:""%
#PBS -S /bin/bash
#PBS -q %QUEUE%
#PBS -l walltime=03:20:00
#PBS -l place=vscatter:exclhost,select=2:ncpus=128:mpiprocs=126
#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=gfs
export NET=mag
export RUN=gfs
export submodel=gfs
##############################
# 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_gfs_processor
PURPOSE: To execute the job that creates GFS model
GIF images for the MAG web site
######################################################################
%end