#!/bin/csh -f
#
#  This script manages additional filtering runs.
#

unset noclobber

set datestr = `date`

#---------------------------------------------------
#--- Define number of time levels for filtering. ---
#---------------------------------------------------

set ntim = 30

#------------------------------------------
#--- Define vertical levels to compute. ---
#------------------------------------------

set kstm1 = 3
set knd   = 4

#-----------------------------
#--- Launch Filtering run. ---
#-----------------------------

echo " "
echo "Starting FLT (`hostname`):"
echo " "
date
echo " "

nice +5 FltJob $kstm1 $knd $ntim > flt.log5

echo " "
echo "Ending FLT:"
echo " "
date

#----------------------------
#--- Announce Completion. ---
#----------------------------

Mail haley<<EIEIO
~s MS-EVA Filtering Job Done

The fifth Data Domain AOSN-II MS-EVA filtering job
submitted to `hostname` on $datestr is now
complete.  Please examine the files in the directories

   $cwd/Data-flt

Thanks

Pat
EIEIO
