//=========================================================
// Virtual Weather Center Template
// Current Local and UTC Date/Time
//
//=========================================================
dateStr = "2/7/12";
timeStr = "12:20am";

//=========================================================
//
// Current Data
//
//=========================================================
temp = 41.6;
temp_24hour_diff = -10.8;
temp_24hours_ago = 52.4;
dewpoint = 38.0;
dewpoint_24hours_ago = 33.3;
dewpoint_24hour_diff = 4.7;
humidity = 87;
barometer = 30.23;
barometer_24hour_diff = -0.19;
barometer_24hours_ago = 30.42
baro_trend = "Steady";
wind_direction = "WSW";
wind_speed_10 = 0;
precip = 0.00;
precip_storm = 0.00;
hourly_precip = 0.00
monthly_precip = 0.44;
yearly_precip = 5.70;
rain_24_hour = 0.26
precip_rate = 0.000;
heat_index = 46.8;
wind_chill = 41.6;
thw_index = 58.9;
soil = 70.0;
solar = 0;
uv = 0.0;

//=========================================================
//
// Today's Extremes
//
//=========================================================
high_temp = 42.1;
high_temp_time = "12:00am";
low_temp = 41.6;
low_temp_time = "12:19am";
high_dewpoint = 38.2
high_dewpoint_time = "12:00am";
low_dewpoint = 37.9;
low_dewpoint_time = "12:09am";
high_humidity = 87;
high_humidity_time = "12:12am";
low_humidity = 86;
low_humidity_time = "12:00am";
high_barometer = 30.23;
high_barometer_time = "12:07am";
low_barometer = 30.23;
low_barometer_time = "12:00am";
high_windspeed = 0;
high_windspeed_time = "12:00am";
high_precip_rate = 0.001;
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 = 67.8;
high_heat_index_time = "12:00am";
low_wind_chill = 41.6;
low_wind_chill_time = "12:19am";
high_uv = 0.0;
high_uv_time = "12:00am";

//=========================================================
//
// Monthly Extremes
//
//=========================================================
monthly_extreme_hi_temp = 61.3;
monthly_extreme_hi_temp_date = "2/3/12";
monthly_extreme_low_temp = 40.9;
monthly_extreme_low_temp_date = "2/3/12";
monthly_extreme_hi_dewpoint = 52.0;
monthly_extreme_low_dewpoint = 28.8;
monthly_extreme_hi_pressure = 30.48;
monthly_extreme_low_pressure = 30.11;
monthly_extreme_wind = 13;
monthly_extreme_rate = 5.70;
monthly_extreme_wc = 40.9;
monthly_extreme_solar = 0;
monthly_extreme_uv = 0.0;
monthly_extreme_hi = 80.7;

//=========================================================
//
// Yearly Extremes
//
//=========================================================
yearly_extreme_hi_temp = 66.9;
yearly_extreme_low_temp = 20.3;
yearly_extreme_hi_temp_date = "1/6/12";
yearly_extreme_low_temp_date = "1/3/12";

yearly_extreme_hi_dewpoint = 58.9;
yearly_extreme_low_dewpoint = 3.7;
yearly_extreme_hi_pressure = 30.61;
yearly_extreme_low_pressure = 29.55;
yearly_extreme_wind = 360;
yearly_extreme_rate = 5.70;
yearly_extreme_wc = 9.5;
yearly_extreme_solar = 0;
yearly_extreme_uv = 0.0;
yearly_extreme_hi = 68.9;

//=========================================================
//
// 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 = "244";
monthly_hi_sust_wind = 13;
yearly_hi_sust_wind = 20;
high_sust_wind = 0;
high_sust_dir = 244;
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 = "6:18pm";
moon_set = "6:58am";
moon_phase = 14;
sun_rise = "7:26am";
sun_set = "6:09pm";
moon_per = "99%"
moon_dy = 15
timezone = "America/New_York"

record_high_temp = 75;
record_high_year = "1932";
record_low_temp = 12;
record_low_year = "1978"
normal_high = 50;
normal_low = 29;
ytd_precip = 0.00;
mtd_precip = 0.00;

yest_high_temp = 53.9;
yest_high_temp_time = "4:02pm";
yest_low_temp = 42.1;
yest_low_temp_time = "11:54pm";
yest_high_dewpoint = 41.7;
yest_high_dewpoint_time = "6:48pm"
yest_low_dewpoint = 38.2;
yest_low_dewpoint_time = "11:54pm"
yest_high_humidity = 87;
yest_low_humidity = 77;
yest_low_humidity_time = "6:40pm";
yest_high_humidity_time = "10:55pm";
yest_high_baro = 30.23;
yest_high_baro_time = "11:57pm";
yest_low_baro = 30.19;
yest_low_baro_time = "6:41pm";
yest_high_sust = 2
yest_high_sust_time = "11:32am"
yest_high_windspeed = 6;
yest_high_windspeed_time = "11:32am";
yest_high_soil_temp = 0;
yest_low_soil_temp = 0;
yest_high_solar = 0;
yest_high_UV = 0;
yest_high_precip_rate = 5.70;
yest_high_precip_rate_time = "6:40pm";
yest_high_heat_index = 52.3;
yest_high_heat_index_time = "6:40pm";
yest_low_wind_chill = 42.1;
yest_low_wind_chill_time = "11:54pm";

