Ignore:
Timestamp:
08/31/15 01:31:37 (9 years ago)
Author:
Daniela Dorner
Message:
removed check of certaindate-variable (now done in getdate())
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataCheck/Processing/FillAuxTemp.sh

    r18253 r18321  
    2828if [ "$certaindate" != "" ]
    2929then
    30    checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'`
    31    if [ "$checkstring" = "" ]
    32    then
    33       echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)"
    34       finish
    35    fi
    3630   getdates $certaindate
    3731else
     
    8680   then
    8781      printprocesslog "WARN "$magicweatherfile" not found."
    88       #echo "WARN "$magicweatherfile" not found."
    8982   else
    9083      weathernumerrors=`fverify $magicweatherfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
     
    9992   then
    10093      printprocesslog "WARN "$fsctempfile" not found."
    101       #echo "WARN "$fsctempfile" not found."
    10294   else
    10395      tempnumerrors=`fverify $fsctempfile 2>/dev/null | grep -o '[0-9][ ]error(s)'  | grep -E -o '[0-9]'`
     
    139131      fi
    140132      # assuming that at least TSTARTI and TSTOPI are consistent
    141       #echo $rawfile
    142       #echo $tstarti
    143       #echo $tstopi
    144       #echo $tstartf
    145       #echo $tstopf
    146133      if [ $tstarti -gt 30000 ]
    147134      then
     
    156143         tstop=`echo " $tstopi + $tstopf " | bc -l`
    157144      fi
    158       #echo $rawfile" "$tstart" "$tstop
    159145
    160146      # build query to update runinfo in DB
Note: See TracChangeset for help on using the changeset viewer.