#PBS -N mag_sref_cluster_sync_%TARGET_SITE%_%TIME%%VER:""%
#PBS -S /bin/bash
#PBS -q %QUEUE%  
#PBS -l walltime=01:00:00                                                               
#PBS -l place=shared,select=1:ncpus=1:mem=4GB
#PBS -A %PROJ%-%PROJENVIR% 
#PBS -l debug=true
#PBS -j oe 
export model=mag

%include <head.h>
%include <envir-p1.h>

export TARGET_SITE=%TARGET_SITE%
export rzdm_envir=%RZDM_ENVIR%
export MODEL=SREF-CLUSTER

$HOMEmag/jobs/JSNDMAG2WEB

%include <tail.h>
%manual
######################################################################
TASK:     mag_sref_cluster_sync 
PURPOSE:  Execute the job that syncs SREF-CLUSTER (GIF) image files to ncorzdm
######################################################################

%end