| 6 | 
 #  MITgcm/verificaton/testreport script and store the data in a | 
 #  MITgcm/verificaton/testreport script and store the data in a | 
| 7 | 
 #  reasonable location. | 
 #  reasonable location. | 
| 8 | 
  | 
  | 
 | 
  | 
  | 
| 9 | 
 usage() | 
 usage() | 
| 10 | 
 { | 
 { | 
| 11 | 
     echo | 
     echo | 
| 42 | 
 MUNPACK=$HERE/munpack | 
 MUNPACK=$HERE/munpack | 
| 43 | 
 UnpTmpD="/var/tmp/m-prts-$USER" | 
 UnpTmpD="/var/tmp/m-prts-$USER" | 
| 44 | 
 TR_LIST='TTT.'$$ | 
 TR_LIST='TTT.'$$ | 
| 45 | 
 TEMPDIR=/tmp/prc_emails | 
 TEMPDIR="/tmp/prc_emails_$USER" | 
| 46 | 
 STDOUT=$TEMPDIR/'outp.'$$ | 
 STDOUT=$TEMPDIR/'outp.'$$ | 
| 47 | 
 ERRMSG=/tmp/tmp.$$ | 
 ERRMSG=/tmp/tmp.$$ | 
| 48 | 
 PRT=1 | 
 PRT=1 | 
| 174 | 
     #        therefore we do not terminate if non-zero | 
     #        therefore we do not terminate if non-zero | 
| 175 | 
        #exit 6 | 
        #exit 6 | 
| 176 | 
     fi | 
     fi | 
| 177 | 
  | 
 #- This is the log file that current "check_outp" (run on baudelaire) is checking: | 
| 178 | 
  | 
   logpfx="prc_emails_" ; sfx=`date +%m%d` | 
| 179 | 
  | 
   logfile="/net/zany/data/ORWELL/export-7/u/jmc/testing/logs/${logpfx}$sfx" | 
| 180 | 
  | 
 #- update log-file to trigger a new "check_outp": | 
| 181 | 
  | 
   if test -e  $logfile ; then touch $logfile ; fi | 
| 182 | 
 fi | 
 fi | 
| 183 | 
 #echo 'Start processing msg locally' | 
 #echo 'Start processing msg locally' | 
| 184 | 
 #exit | 
 #exit |