#!/bin/bash #This script creates netCDF paeri files and puts them in the # directory to be sent to Von Walden. # #Matthew Shupe #March 3, 2006 #Set the path export PATH=$HOME/bin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin echo " Start PaeriOutgoing.bash `date -u`" cp $HOME/search/work/paeri/*/*.par $HOME/search/ToMoscow cp $HOME/search/work/paeri/*/*.QC $HOME/search/ToMoscow cp $HOME/search/work/paeri/*/*C1.RNC $HOME/search/ToMoscow cp $HOME/search/work/paeri/*/*C2.RNC $HOME/search/ToMoscow cp $HOME/search/work/paeri/*/*.SUM $HOME/search/ToMoscow #Add other data streams here if they should be added to the # data stream going to Moscow echo " Stop PaeriOutgoing.bash `date -u`"