//=========================================================
// Virtual Weather Center Template
// Current Local and UTC Date/Time
//
//=========================================================
dateStr = "7/30/10";
timeStr = "8:10am";

//=========================================================
//
// Current Data
//
//=========================================================
temp = 75.7;
temp_24hour_diff = 0.7;
temp_24hours_ago = 75.0;
dewpoint = 71.9;
dewpoint_24hours_ago = 71.2;
dewpoint_24hour_diff = 0.7;
humidity = 88;
barometer = 29.96;
barometer_24hour_diff = -0.11;
barometer_24hours_ago = 30.08
baro_trend = "Steady";
wind_direction = "S";
wind_speed_10 = 0;
precip = 0.00;
precip_storm = 0.00;
hourly_precip = 0.00
monthly_precip = 1.61;
yearly_precip = 25.85;
rain_24_hour = 0.00
precip_rate = 0.000;
heat_index = 81.0;
wind_chill = 75.7;
thw_index = 58.9;
soil = 70.0;
solar = 0;
uv = 0.0;

//=========================================================
//
// Today's Extremes
//
//=========================================================
high_temp = 79.3;
high_temp_time = "12:00am";
low_temp = 74.5;
low_temp_time = "7:11am";
high_dewpoint = 72.4
high_dewpoint_time = "12:12am";
low_dewpoint = 71.0;
low_dewpoint_time = "5:29am";
high_humidity = 90;
high_humidity_time = "7:18am";
low_humidity = 79;
low_humidity_time = "12:00am";
high_barometer = 29.96;
high_barometer_time = "12:00am";
low_barometer = 29.92;
low_barometer_time = "3:34am";
high_windspeed = 0;
high_windspeed_time = "12:00am";
high_precip_rate = 0.000;
high_precip_rate_time = "12:00am";
high_soil_temp = 0.0;
high_soil_temp_time = "00:00a";
low_soil_temp = 0.0;
low_soil_temp_time = "00:04a";
high_solar_rad = 0;
high_solar_rad_time = "12:00am";
high_heat_index = 78.9;
high_heat_index_time = "8:06am";
low_wind_chill = 74.5;
low_wind_chill_time = "7:11am";
high_uv = 0.0;
high_uv_time = "12:00am";

//=========================================================
//
// Monthly Extremes
//
//=========================================================
monthly_extreme_hi_temp = 100.1;
monthly_extreme_hi_temp_date = "7/23/10";
monthly_extreme_low_temp = 62.7;
monthly_extreme_low_temp_date = "7/5/10";
monthly_extreme_hi_dewpoint = 77.9;
monthly_extreme_low_dewpoint = 58.7;
monthly_extreme_hi_pressure = 30.27;
monthly_extreme_low_pressure = 29.83;
monthly_extreme_wind = 14;
monthly_extreme_rate = 25.85;
monthly_extreme_wc = 62.7;
monthly_extreme_solar = 0;
monthly_extreme_uv = 0.0;
monthly_extreme_hi = 85.8;

//=========================================================
//
// Yearly Extremes
//
//=========================================================
yearly_extreme_hi_temp = 100.1;
yearly_extreme_low_temp = 13.2;
yearly_extreme_hi_temp_date = "7/23/10";
yearly_extreme_low_temp_date = "1/9/10";

yearly_extreme_hi_dewpoint = 77.9;
yearly_extreme_low_dewpoint = -10.3;
yearly_extreme_hi_pressure = 30.55;
yearly_extreme_low_pressure = 29.49;
yearly_extreme_wind = 360;
yearly_extreme_rate = 25.85;
yearly_extreme_wc = 6.4;
yearly_extreme_solar = 0;
yearly_extreme_uv = 0.0;
yearly_extreme_hi = 110.6;

//=========================================================
//
// Additional Data from WeatherLink File
//
//=========================================================
weekly_precip = 0.49;
storm_precip = 0.01;
precip_start = "Since 11:08am Tue";
consecutive_dry_days = 0;
wind_speed = 0;
gust = 0;
mean_direction = "172";
monthly_hi_sust_wind = 14;
yearly_hi_sust_wind = 20;
high_sust_wind = 0;
high_sust_dir = 172;
high_sust_time = "12:00am";
high_dir = "NW";
high_precip_month = 0.01;
high_precip_year = 2.85;
monthly_hi_soil = 73;
monthly_low_soil = 69;
yearly_hi_soil = 81;
yearly_low_soil = 20;
prior_temp =  80.7;
prior_dew =  69.6;
prior_baro = -1;
prior_soil = 0;
precip_day = 0.00;
precip_1 = 0.00;
precip_3 = 0.00;
precip_6 = 0.00;
precip_12 = 0.00;
precip_24 = 0.00;

//=========================================================
//
// Monthly Extreme Dates
//
//=========================================================
monthly_hi_temp_date = "(1st) ";
monthly_low_temp_date = "(2nd) ";
monthly_hi_dew_date = "(1st, 2nd) ";
monthly_low_dew_date = "(2nd) ";
monthly_hi_baro_date = "(2nd) ";
monthly_low_baro_date = "(1st) ";
monthly_hi_sust_date = "(1st) ";
monthly_hi_gust_date = "(1st) ";
monthly_hi_rate_date = "(---) ";
monthly_hi_soil_date = "(1st) ";
monthly_low_soil_date = "(1st) ";
monthly_hi_precip_date = "(2nd) ";
monthly_low_wc_date = "(2nd) ";
monthly_hi_hi_date = "(1st) ";
monthly_hi_solar_date = "(1st) ";
monthly_hi_uv_date = "(1st) ";

//=========================================================
//
// Yearly Extreme Dates
//
//=========================================================
yearly_hi_temp_date = "(Aug 3rd) ";
yearly_low_temp_date = "(Jan 24th, Feb 20th) ";
yearly_hi_dew_date = "(Aug 2nd, 4th) ";
yearly_low_dew_date = "(Feb 20th) ";
yearly_hi_baro_date = "(Jan 2nd) ";
yearly_low_baro_date = "(Jan 28th) ";
yearly_hi_sust_date = "(Jun 15th) ";
yearly_hi_gust_date = "(Jun 8th) ";
yearly_hi_rate_date = "(Jun 11th) ";
yearly_hi_soil_date = "(Jul 20th) ";
yearly_low_soil_date = "(Feb 20th) ";
yearly_hi_precip_date = "(Jul 15th) ";
yearly_low_wc_date = "(Feb 20th) ";
yearly_hi_hi_date = "(Aug 3rd) ";
yearly_hi_solar_date = "(Jun 19th) ";
yearly_hi_uv_date = "(Jun 7th) ";


// More Stuff
moon_rise = "10:48pm";
moon_set = "10:53am";
moon_phase = 19;
sun_rise = "6:46am";
sun_set = "8:40pm";
moon_per = "89%"
moon_dy = 19
timezone = "America/New_York"

record_high_temp = 103;
record_high_year = "1952";
record_low_temp = 60;
record_low_year = "1969"
normal_high = 86;
normal_low = 67;
ytd_precip = 0.00;
mtd_precip = 0.00;

yest_high_temp = 95.1;
yest_high_temp_time = "4:54pm";
yest_low_temp = 74.5;
yest_low_temp_time = "7:27am";
yest_high_dewpoint = 75.2;
yest_high_dewpoint_time = "2:28pm"
yest_low_dewpoint = 70.6;
yest_low_dewpoint_time = "7:14am"
yest_high_humidity = 88;
yest_low_humidity = 49;
yest_low_humidity_time = "4:58pm";
yest_high_humidity_time = "7:08am";
yest_high_baro = 30.09;
yest_high_baro_time = "12:00am";
yest_low_baro = 29.94;
yest_low_baro_time = "7:03pm";
yest_high_sust = 7
yest_high_sust_time = "12:14pm"
yest_high_windspeed = 7;
yest_high_windspeed_time = "12:14pm";
yest_high_soil_temp = 0;
yest_low_soil_temp = 0;
yest_high_solar = 0;
yest_high_UV = 0;
yest_high_precip_rate = 25.85;
yest_high_precip_rate_time = "12:00am";
yest_high_heat_index = 106.9;
yest_high_heat_index_time = "4:54pm";
yest_low_wind_chill = 74.5;
yest_low_wind_chill_time = "7:27am";
