#! /bin/csh # getmoor - Shell script to download data from OASIS moorings at M1 and M2 # and extract the data # # 05/11/00 Added m4 (m4 radio moved from Entropy to Tsunami set oasis = /oasis set nonomatch $oasis/bin/getm1 $oasis/bin/m1 >/tmp/m1.out $oasis/bin/getm2 $oasis/bin/m2 >/tmp/m2.out # 05/11/00 (KH) #$oasis/bin/getm4 #$oasis/bin/m4a >/tmp/m4a.out # For testing of new M1/M2 in Lab. Remove or comment out when done testing!!! #$oasis/bin/getm1t $oasis/bin/getm2t