TABLE Solar
   MinutesRad & MinutesUV DECIMAL(7,2)
     828.36 = 828 minutes 36 seconds

TABLE Rain
   IncrementalRain DECIMAL(7,2)
     Amount or rain that occurred between the current time and the previous
     recorded entry in the database
   PerMinute DECIMAL(8,3)
     Calculated value of rain using stored time values from the database on
     a per minute basis containing the calculated value for amount of rain 
     for each of the minutes from the current time stored in the DB to the 
     previous time stored
