//=========================================================
//
// Current Local and UTC Date/Time
//
//=========================================================
dateStr = "11/11/11";
timeStr = "12:01a";

//=========================================================
//
// Current Data
//
//=========================================================
temp = 0;
temp_24hour_diff = 0;
temp_24hours_ago = 0;
dewpoint = 0;
humidity = 0;
barometer = 0;
baro_trend = "----";
wind_direction = "----";
wind_speed_10 = 0;
precip = 0;
precip_storm = 0;
monthly_precip = 0;
yearly_precip = 0;
precip_rate = 0;
heat_index = 0;
wind_chill = 0;
thw_index = 0;
soil = 0;
solar = 0;
uv = "0";

//=========================================================
//
// Today's Extremes
//
//=========================================================
high_temp = 0;
high_temp_time = "----";
low_temp = 0;
low_temp_time = "----";
high_dewpoint = 0;
high_dewpoint_time = "----";
low_dewpoint = 0;
low_dewpoint_time = "----";
high_humidity = 0;
high_humidity_time = "----";
low_humidity = 0;
low_humidity_time = "----";
high_barometer = 0;
high_barometer_time = "----";
low_barometer = 0;
low_barometer_time = "----";
high_windspeed = 0;
high_windspeed_time = "----";
high_precip_rate = 0.00;
high_precip_rate_time = "----";
high_soil_temp = 0;
high_soil_temp_time = "----";
low_soil_temp = 0;
low_soil_temp_time = "----";
high_solar_rad = 0;
high_solar_rad_time = "----";
high_heat_index = 0;
high_heat_index_time = "----";
low_wind_chill = 0;
low_wind_chill_time = "----";
high_uv = 0;
high_uv_time = "----";

//=========================================================
//
// Monthly Extremes
//
//=========================================================
monthly_extreme_hi_temp = 0;
monthly_extreme_low_temp = 0;
monthly_extreme_hi_dewpoint = 0;
monthly_extreme_low_dewpoint = 0;
monthly_extreme_hi_pressure = "0";
monthly_extreme_low_pressure = "0";
monthly_extreme_wind = 0;
monthly_extreme_rate = 0;
monthly_extreme_wc = 0;
monthly_extreme_solar = 0;
monthly_extreme_uv = 0;
monthly_extreme_hi = 0;

//=========================================================
//
// Yearly Extremes
//
//=========================================================
yearly_extreme_hi_temp = 0;
yearly_extreme_low_temp = 0;
yearly_extreme_hi_dewpoint = 0;
yearly_extreme_low_dewpoint = 0;
yearly_extreme_hi_pressure = "0";
yearly_extreme_low_pressure = "0";
yearly_extreme_wind = 0;
yearly_extreme_rate = 0;
yearly_extreme_wc = 0;
yearly_extreme_solar = 0;
yearly_extreme_uv = 0;
yearly_extreme_hi = 0;

//=========================================================
//
// Additional Data from WeatherLink File
//
//=========================================================
weekly_precip = 0; 
storm_precip = 0; 
precip_start = "----"; 
consecutive_dry_days = 0; 
wind_speed = 0; 
gust = 0; 
mean_direction = "----"; 
monthly_hi_sust_wind = 0; 
yearly_hi_sust_wind = 0; 
high_sust_wind = 0; 
high_sust_dir = "----"; 
high_sust_time = "----"; 
high_dir = "----"; 
high_precip_month = 0; 
high_precip_year = 0; 
monthly_hi_soil = 0; 
monthly_low_soil = 0; 
yearly_hi_soil = 0; 
yearly_low_soil = 0; 
prior_temp =  0; 
prior_dew =  0; 
prior_baro = 0; 
prior_soil = 0; 
precip_day = 0; 
precip_1 = 0; 
precip_3 = 0; 
precip_6 = 0; 
precip_12 = 0; 
precip_24 = 0; 
 								
//=========================================================
//								
// Monthly Extreme Dates					
//								
//=========================================================
monthly_hi_temp_date = "----"; 
monthly_low_temp_date = "----"; 
monthly_hi_dew_date = "----"; 
monthly_low_dew_date = "----"; 
monthly_hi_baro_date = "----"; 
monthly_low_baro_date = "----"; 
monthly_hi_sust_date = "----"; 
monthly_hi_gust_date = "----"; 
monthly_hi_rate_date = "----"; 
monthly_hi_soil_date = "----"; 
monthly_low_soil_date = "----"; 
monthly_hi_precip_date = "----"; 
monthly_low_wc_date = "----"; 
monthly_hi_hi_date = "----"; 
monthly_hi_solar_date = "----"; 
monthly_hi_uv_date = "----"; 
 								
//=========================================================
//								
// Yearly Extreme Dates					
//								
//=========================================================
yearly_hi_temp_date = "----"; 
yearly_low_temp_date = "----"; 
yearly_hi_dew_date = "----"; 
yearly_low_dew_date = "----"; 
yearly_hi_baro_date = "----"; 
yearly_low_baro_date = "----"; 
yearly_hi_sust_date = "----"; 
yearly_hi_gust_date = "----"; 
yearly_hi_rate_date = "----"; 
yearly_hi_soil_date = "----"; 
yearly_low_soil_date = "----"; 
yearly_hi_precip_date = "----"; 
yearly_low_wc_date = "----"; 
yearly_hi_hi_date = "----"; 
yearly_hi_solar_date = "----"; 
yearly_hi_uv_date = "----"; 
