//=========================================================
// Virtual Weather Center Template
// Current Local and UTC Date/Time
//
//=========================================================
dateStr = "07/30/10";
timeStr = " 8:03am";

//=========================================================
//
// Current Data
//
//=========================================================
temp = 75.4;
//temp_24hour_diff = ^vdv007^;
//temp_24hours_ago = ^vhv007^;
dewpoint = 71.6;
//dewpoint_24hours_ago = ^vhv022^;
//dewpoint_24hour_diff = ^vdv022^;
humidity = 88;
barometer = 29.960;
//barometer_24hour_diff = ^vdv023^;
//barometer_24hours_ago = ^vhv023^
baro_trend = "Rising Slowly";
wind_direction = "S";
wind_speed_10 = "0.0";
precip = 0.00;
precip_storm = 0.00;
//hourly_precip = 71.6;
monthly_precip = 1.61;
yearly_precip = 25.85;
//rain_24_hour = ^vxv123^
precip_rate = 0.00;
heat_index = 78.7;
wind_chill = 75.4;
thw_index = 78.7;
//soil = ---;
//solar = ---;
//uv = ---;

//=========================================================
//
// Today's Extremes
//
//=========================================================
high_temp = 79.3;
high_temp_time = "12:00a";
low_temp = 74.5;
low_temp_time = " 7:11a";
high_dewpoint = 72.0;
high_dewpoint_time = "12:00a";
low_dewpoint = 71.0;
low_dewpoint_time = " 2:21a";
high_humidity = 90;
high_humidity_time = " 7:18a";
low_humidity = 79;
low_humidity_time = "12:00a";
high_barometer = 29.964;
high_barometer_time = "12:00a";
low_barometer = 29.917;
low_barometer_time = " 3:34a";
high_windspeed = 0.0;
high_windspeed_time = "----";
high_precip_rate = 0.00;
high_precip_rate_time = "----";
//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 = "----";
high_heat_index = 83.0;
high_heat_index_time = "12:00a;";
low_wind_chill = 75.0;
low_wind_chill_time = " 5:36a;";
//high_uv = 0.0;
//high_uv_time = "----";

//=========================================================
//
// Monthly Extremes
//
//=========================================================
//monthly_extreme_hi_temp = ^vmh007^;
//monthly_extreme_hi_temp_date = "^vmd007^";
//monthly_extreme_low_temp = ^vml007^;
//monthly_extreme_low_temp_date = "^vme007^";
//monthly_extreme_hi_dewpoint = ^vmh022^;
//monthly_extreme_low_dewpoint = ^vml022^;
//monthly_extreme_hi_pressure = ^vmh023^;
//monthly_extreme_low_pressure = ^vml023^;
//monthly_extreme_wind = ^vmh002^;
//monthly_extreme_rate = ^vmh009^;
//monthly_extreme_wc = ^vml019^;
//monthly_extreme_solar = ^vmh018^;
//monthly_extreme_uv = ^vmh017^;
//monthly_extreme_hi = ^vmh020^;

//=========================================================
//
// Yearly Extremes
//
//=========================================================
//yearly_extreme_hi_temp = ^vyh007^;
//yearly_extreme_low_temp = ^vyl007^;
//yearly_extreme_hi_temp_date = "^vyd007^";
//yearly_extreme_low_temp_date = "^vye007^";

//yearly_extreme_hi_dewpoint = ^vyh022^;
//yearly_extreme_low_dewpoint = ^vyl022^;
//yearly_extreme_hi_pressure = ^vyh023^;
//yearly_extreme_low_pressure = ^vyl023^;
//yearly_extreme_wind = ^vyh001^;
//yearly_extreme_rate = ^vyh009^;
//yearly_extreme_wc = ^vyl019^;
//yearly_extreme_solar = ^vyh018^;
//yearly_extreme_uv = ^vyh017^;
//yearly_extreme_hi = ^vyh021^;

//=========================================================
//
// Additional Data from WeatherLink File
//
//=========================================================
//weekly_precip = 0.49; 
storm_precip = 0.00;
//precip_start = "Since 11:08am Tue"; 
//consecutive_dry_days = 0; 
wind_speed = 0.0;
//gust = ^vxv003^; 
//mean_direction = "^vva001^"; 
//monthly_hi_sust_wind = ^vmh002^; 
//yearly_hi_sust_wind = ^vyh002^; 
//high_sust_wind = ^vhi002^; 
//high_sust_dir = ^vhi001^;
//high_sust_time = "^vht002^"; 
//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 = "^vst146^";
//moon_set = "^vst147^";
//moon_phase = ^vxv128^;
//sun_rise = "^vst144^";
//sun_set = "^vst145^";
//moon_per = "^moon_percent^" 
//moon_dy = ^moon_day^  
//timezone = "^forecast_tzname1^" 

//record_high_temp = ^almhi1^;
//record_high_year = "^almdatehi1^";
//record_low_temp = ^almlo1^;
//record_low_year = "^almdatelo1^"
//normal_high = ^almnormhi1^;
//normal_low = ^almnormlo1^;
//ytd_precip = ^almytd1^;
//mtd_precip = ^almmtd1^;

//yest_high_temp = ^vzh007^;
//yest_high_temp_time = "^vzt007^";
//yest_low_temp = ^vzl007^;
//yest_low_temp_time = "^vzs007^";
//yest_high_dewpoint = ^vzh022^;
//yest_high_dewpoint_time = "^vzt022^"
//yest_low_dewpoint = ^vzl022^;
//yest_low_dewpoint_time = "^vzs022^"
//yest_high_humidity = ^vzh005^;
//yest_low_humidity = ^vzl005^;
//yest_low_humidity_time = "^vzs005^";
//yest_high_humidity_time = "^vzt005^";
//yest_high_baro = ^vzh023^;
//yest_high_baro_time = "^vzt023^";
//yest_low_baro = ^vzl023^;
//yest_low_baro_time = "^vzs023^";
//yest_high_sust = ^vzh002^
//yest_high_sust_time = "^vzt002^"
//yest_high_windspeed = ^vzh003^;
//yest_high_windspeed_time = "^vzt003^";
//yest_high_soil_temp = 0;
//yest_low_soil_temp = 0;
//yest_high_solar = 0;
//yest_high_UV = 0;
//yest_high_precip_rate = ^vzh009^;
//yest_high_precip_rate_time = "^vzt009^";
//yest_high_heat_index = ^vzh021^;
//yest_high_heat_index_time = "^vzt021^";
//yest_low_wind_chill = ^vzl019^;
//yest_low_wind_chill_time = "^vzs019^";
