#!/bin/csh -f## bak in Amsterdam before start of jc184 uhdas trial# 3 July 2019## 1) rsync uhdas data from uhdas server to local machine## 2) ensure postprocessing directories exist## If the script hasn't been run recently, there will # be a lot of files to sync across. The processing on the uhdas# server updates plenty of things in routine processing every few minutes.# If the script is then immediately run again, there will be a few files# that are updated every ping.## List of cruise segments to be processed is found in# ~/cruise/data/vmadcp/cruise_segmentscd /local/users/pstar/cruise/data/vmadcp/spprocessingforeach i (`cat ~/cruise/data/vmadcp/cruise_segments`)echo linking ${i} to $1link_uhdaslegs.py ../atsea/${i} $1endif (! -e config) thenmkdir configcp ../atsea/${i}/raw/config/*_proc.py config/$1_proc.pyecho 'edit config/*proc.py cruiseid, uhdas_dir'endif