Changeset 18321 for trunk/DataCheck/Processing/FillAuxTemp.sh
- Timestamp:
- 08/31/15 01:31:37 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataCheck/Processing/FillAuxTemp.sh
r18253 r18321 28 28 if [ "$certaindate" != "" ] 29 29 then 30 checkstring=`echo $certaindate | grep -E -o '^20[0-9][0-9]\/[01][0-9]\/[0-3][0-9]$'`31 if [ "$checkstring" = "" ]32 then33 echo "Please give the variable certaindate in the correct format (YYYY/MM/DD)"34 finish35 fi36 30 getdates $certaindate 37 31 else … … 86 80 then 87 81 printprocesslog "WARN "$magicweatherfile" not found." 88 #echo "WARN "$magicweatherfile" not found."89 82 else 90 83 weathernumerrors=`fverify $magicweatherfile 2>/dev/null | grep -o '[0-9][ ]error(s)' | grep -E -o '[0-9]'` … … 99 92 then 100 93 printprocesslog "WARN "$fsctempfile" not found." 101 #echo "WARN "$fsctempfile" not found."102 94 else 103 95 tempnumerrors=`fverify $fsctempfile 2>/dev/null | grep -o '[0-9][ ]error(s)' | grep -E -o '[0-9]'` … … 139 131 fi 140 132 # assuming that at least TSTARTI and TSTOPI are consistent 141 #echo $rawfile142 #echo $tstarti143 #echo $tstopi144 #echo $tstartf145 #echo $tstopf146 133 if [ $tstarti -gt 30000 ] 147 134 then … … 156 143 tstop=`echo " $tstopi + $tstopf " | bc -l` 157 144 fi 158 #echo $rawfile" "$tstart" "$tstop159 145 160 146 # build query to update runinfo in DB
Note:
See TracChangeset
for help on using the changeset viewer.