#! /bin/csh
# download - Shell script to download data from OASIS moorings at M1 and M2
#	    and extract the data

# Copyright (C) 2001 MBARI
# Author: Kent Headley
# MBARI provides this documentation and code "as is", with no warranty,
# express or implied, of its quality or consistency. It is provided without
# support and without obligation on the part of the Monterey Bay Aquarium
# Research Institute to assist in its use, correction, modification, or
# enhancement. This information should not be published or distributed to
# third parties without specific written permission from MBARI.
#

set oasis = /oasis
set nonomatch

$oasis/bin/getM1
$oasis/bin/util/m1 >/tmp/m1.out

# Enabled M2 downloads, 2003/06/05, k headley 
$oasis/bin/getM2
$oasis/bin/util/m2 >/tmp/m2.out

# Test replacement can TNC 2003/05/30 K. Headley
#/oasis/bin/getTest1

# FOR TESTING OASIS3 CAN IN OSG LAB
# Inserted 2003/03/07, Bob Herlien
#$oasis/test/bin/getm2

# Testing 2003ss in osglab!
# 2003/06/20, Eric Nelson
$oasis/test/bin/get2003ss

#if ($1 == "-test") then
  #$oasis/bin/test/getm1t
  #$oasis/bin/test/getm2t
  #$oasis/bin/test/getmucla
#end
