//=========================================================
// Virtual Weather Center Template
// Current Local and UTC Date/Time
//
//=========================================================
dateStr = "3/9/10";
timeStr = "9:49pm";

//=========================================================
//
// Current Data
//
//=========================================================
temp = 58.9;
temp_24hour_diff = 0.5;
temp_24hours_ago = 58.4;
dewpoint = 34.6;
dewpoint_24hours_ago = 33.6;
dewpoint_24hour_diff = 1.1;
humidity = 40;
barometer = 29.99;
barometer_24hour_diff = -0.06;
barometer_24hours_ago = 30.06
baro_trend = "Steady";
wind_direction = "WSW";
wind_speed_10 = 1;
precip = 0.00;
precip_storm = 0.00;
hourly_precip = 0.00
monthly_precip = 0.91;
yearly_precip = 10.60;
rain_24_hour = 0.00
precip_rate = 0.000;
heat_index = 58.8;
wind_chill = 58.9;
thw_index = 58.9;
soil = 70.0;
solar = 0;
uv = 0.0;

//=========================================================
//
// Today's Extremes
//
//=========================================================
high_temp = 70.5;
high_temp_time = "2:49pm";
low_temp = 40.2;
low_temp_time = "5:53am";
high_dewpoint = 40.5
high_dewpoint_time = "9:41am";
low_dewpoint = 32.7;
low_dewpoint_time = "6:31pm";
high_humidity = 82;
high_humidity_time = "7:55am";
low_humidity = 26;
low_humidity_time = "2:50pm";
high_barometer = 30.11;
high_barometer_time = "10:14am";
low_barometer = 29.98;
low_barometer_time = "5:59pm";
high_windspeed = 13;
high_windspeed_time = "2:59pm";
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 = 74.7;
high_heat_index_time = "12:40pm";
low_wind_chill = 39.9;
low_wind_chill_time = "6:19am";
high_uv = 0.0;
high_uv_time = "12:00am";

//=========================================================
//
// Monthly Extremes
//
//=========================================================
monthly_extreme_hi_temp = 74.3;
monthly_extreme_hi_temp_date = "3/8/10";
monthly_extreme_low_temp = 28.8;
monthly_extreme_low_temp_date = "3/6/10";
monthly_extreme_hi_dewpoint = 40.5;
monthly_extreme_low_dewpoint = 5.7;
monthly_extreme_hi_pressure = 30.37;
monthly_extreme_low_pressure = 29.70;
monthly_extreme_wind = 14;
monthly_extreme_rate = 10.60;
monthly_extreme_wc = 21.0;
monthly_extreme_solar = 0;
monthly_extreme_uv = 0.0;
monthly_extreme_hi = 74.7;

//=========================================================
//
// Yearly Extremes
//
//=========================================================
yearly_extreme_hi_temp = 74.3;
yearly_extreme_low_temp = 13.2;
yearly_extreme_hi_temp_date = "3/8/10";
yearly_extreme_low_temp_date = "1/9/10";

yearly_extreme_hi_dewpoint = 52.7;
yearly_extreme_low_dewpoint = -10.3;
yearly_extreme_hi_pressure = 30.55;
yearly_extreme_low_pressure = 29.54;
yearly_extreme_wind = 360;
yearly_extreme_rate = 10.60;
yearly_extreme_wc = 6.4;
yearly_extreme_solar = 0;
yearly_extreme_uv = 0.0;
yearly_extreme_hi = 73.1;

//=========================================================
//
// 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 = 3;
mean_direction = "242";
monthly_hi_sust_wind = 14;
yearly_hi_sust_wind = 19;
high_sust_wind = 13;
high_sust_dir = 360;
high_sust_time = "2:59pm";
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 = "3:13am";
moon_set = "1:11pm";
moon_phase = 24;
sun_rise = "6:52am";
sun_set = "6:36pm";
moon_per = "31%"
moon_dy = 25
timezone = "America/New_York"

record_high_temp = 81;
record_high_year = "1974";
record_low_temp = 20;
record_low_year = "1975"
normal_high = 61;
normal_low = 36;
ytd_precip = 0.00;
mtd_precip = 0.00;

yest_high_temp = 74.3;
yest_high_temp_time = "3:18pm";
yest_low_temp = 38.7;
yest_low_temp_time = "4:08am";
yest_high_dewpoint = 37.6;
yest_high_dewpoint_time = "11:26pm"
yest_low_dewpoint = 16.2;
yest_low_dewpoint_time = "1:08am"
yest_high_humidity = 61;
yest_low_humidity = 22;
yest_low_humidity_time = "3:28pm";
yest_high_humidity_time = "3:55am";
yest_high_baro = 30.21;
yest_high_baro_time = "9:12am";
yest_low_baro = 30.02;
yest_low_baro_time = "4:23pm";
yest_high_sust = 10
yest_high_sust_time = "5:34pm"
yest_high_windspeed = 10;
yest_high_windspeed_time = "5:34pm";
yest_high_soil_temp = 0;
yest_low_soil_temp = 0;
yest_high_solar = 0;
yest_high_UV = 0;
yest_high_precip_rate = 10.60;
yest_high_precip_rate_time = "12:00am";
yest_high_heat_index = 73.1;
yest_high_heat_index_time = "3:18pm";
yest_low_wind_chill = 38.7;
yest_low_wind_chill_time = "4:08am";
