#
# QSUB -s /bin/csh
# QSUB -eo
# QSUB -lT 10:00
# QSUB -q prem
# QSUB -nr
# QSUB -lM 4MW
ja
cd $TMPDIR
#
# Execute tigcm processor using mss executable:
#
batchname tgcmproc.$$
msread tgcmproc /FOSTER/binproc.ymp/tigcmproc
chmod u+x tgcmproc
rcp sting:~/tigcm/tigcm.inp .
pshell tgcmproc < tigcm.inp
rcp gmeta sting:/d/foster/tigcm/tgcmproc.cgm
ja -st
