#BSUB -J jmagdev_ckquota #job name
#BSUB -o %LOGROOT%/output/%ENVIR%/today/mag_ckquota.o%J #stdout
#BSUB -e %LOGROOT%/output/%ENVIR%/today/mag_ckquota.o%J #stderr
#BSUB -q %QUEUESERV%
#BSUB -L /bin/sh #login shell
#BSUB -cwd /tmp
#BSUB -W 03:00 #wall time
#BSUB -R rusage[mem=500]
#BSUB -R affinity[core]
#BSUB -n 1
#BSUB -P MAG-MTN
#
######################################################################
# Change log:
#
#######################################################################
%include
set -xa
export cyc=00
%include
export VERSION_FILE=$NWROOT/versions/mag.ver
if [ -f $VERSION_FILE ]; then
. $VERSION_FILE
else
ecflow_client --msg="***JOB ${ECF_NAME} ERROR: Version File $VERSION_FILE does not exist ***"
ecflow_client --abort
exit
fi
export HOMEmag=$NWROOT/mag.$mag_ver
$HOMEmag/jobs/JMAG_CKQUOTA
%include
%manual
######################################################################
TASKSCRIPT DOCUMENTATION BLOCK
PURPOSE: To clean up old GIF directories from development
areas on WCOSS and ncorzdm
######################################################################
######################################################################
# Job specific troubleshooting instructions:
# see generic troubleshoot manual page
#
######################################################################
%end