//=========================================================
//
// Station Metadata
//
//=========================================================
station_name = "Gretna 4NE";
station_city = "Gretna";
station_state = "Nebraska";
station_latitude = "41.1586° N";
station_longitude = "96.1922° W";
station_elevation = " 1240 ft";

//=========================================================
//
// Current Local and UTC Date/Time
//
//=========================================================
dateStr = "02/06/12";
timeStr = "11:12a";
UTCtime = " 5:12p";
UTCdate = "02/06/12";

//=========================================================
//
// Current Data
//
//=========================================================
temp = 23.4;
dewpoint = 22.2;
humidity = 95;
barometer = 1026.8;
precip = 0.01;
monthly_precip = 1.30;
yearly_precip = 1.44;
precip_rate = 0.00;
heat_index = 23.3;
wind_chill = 23.4;
soil = 33.0;

//=========================================================
//
// Today's Extremes
//
//=========================================================
high_temp = 23.5;
high_temp_time = "11:09a";
low_temp = 8.2;
low_temp_time = " 8:09a";
high_dewpoint = 23.0;
high_dewpoint_time = "10:55a";
low_dewpoint = 6.0;
low_dewpoint_time = " 8:09a";
high_humidity = 96;
high_humidity_time = " 9:52a";
low_humidity = 92;
low_humidity_time = " 6:41a";
high_barometer = 1029.2;
high_barometer_time = "12:01a";
low_barometer = 1026.7;
low_barometer_time = " 6:49a";
high_precip_rate = 0.01;
high_precip_rate_time = "10:00a";
high_heat_index = 24.0;
high_heat_index_time = "11:09a";
low_wind_chill = 8.0;
low_wind_chill_time = " 8:01a";
high_soil_temp = 33.0;
high_soil_temp_time = "12:00a";
low_soil_temp = 33.0;
low_soil_temp_time = "12:00a";
 								
//=========================================================
//								
// Current and Extreme Winds				
//								
//=========================================================
wind_speed = 3; 
wind_direction = "SSW"; 
wind_gust = 4; 
high_sust = 3; 
high_sust_dir= "SSW"; 
high_sust_time = "12:02a"; 
high_gust = 5;
high_gust_dir= "SSW"; 
high_gust_time = "12:01a"; 
 								
//=========================================================
//								
// Precipitation Data   					
//								
//=========================================================
weekly_precip = 1.30; 
consecutive_dry_days = 0; 
precip_day = 0.01;   
precip_1 = 0.00;       
precip_3 = 0.01;       
precip_6 = 0.01;       
precip_12 = 0.01;     
precip_24 = 0.01;     
 								
//=========================================================
//								
// Trend Data 						
//								
//=========================================================
prior_temp =  25.6; 
prior_dew =  24.9;   
prior_baro = 1027.0; 
prior_soil = 33; 
 								 
//=========================================================
//								
// Yearly Extremes  					
//								
//=========================================================
yearly_hi_temp = 68; 
yearly_hi_temp_date = "(Jan 30th) "; 
yearly_low_temp = 5; 
yearly_low_temp_date = "(Jan 19th) "; 
yearly_hi_dew = 40; 
yearly_hi_dew_date = "(Feb 3rd) "; 
yearly_low_dew = -4; 
yearly_low_dew_date = "(Jan 19th) "; 
yearly_hi_baro = 10398; 
yearly_hi_baro_date = "(Jan 2nd) "; 
yearly_low_baro = 9965; 
yearly_low_baro_date = "(Jan 22nd) "; 
yearly_hi_sust = 30; 
yearly_hi_sust_date = "(Jan 11th) "; 
yearly_hi_gust = 45; 
yearly_hi_gust_date = "(Jan 11th) "; 
yearly_hi_precip = 110; 
yearly_hi_precip_date = "(Feb 4th) "; 
yearly_hi_rate = 8; 
yearly_hi_rate_date = "(Feb 3rd) "; 
yearly_hi_soil = 36; 
yearly_hi_soil_date = "(Jan 1st, 6th) "; 
yearly_low_soil = 30; 
yearly_low_soil_date = "(4 Times - Last Jan 29th) "; 
yearly_low_wc = -11; 
yearly_low_wc_date = "(Jan 19th) "; 
yearly_hi_hi = 63; 
yearly_hi_hi_date = "(Jan 30th) "; 

//=========================================================
//								
// Set data status flag					
//								
//=========================================================
data_status = "Good"; 

