//
//TIME FUNCTIONS
//

PCDateCurr = "02/22/12"
PCTimeCurr = "11:05p"
StaDateCurr = "02/22/12"
StaTimeCurr = "11:04p"
UTCDateCurr = "02/23/12"
UTCTimeCurr = " 4:05a"

//
//GEOGRAPHIC CONSTANTS
//

StaName = "Shadyside"
StaCity = "Waynesburg 2.3 NNE" 
StaState = "PA"
StaElev = " 1117 ft"
StaLat = "1"
StaLong = "1"

//
//ASTRONOMIC DATA
//

StaSunrise = " 7:04a"
StaSunset = " 6:04p"

//
//TEMPERATURE DATA
//

TempUnit = "°F"
OutTempCurr = 42.1
OutTempMaxDy = 55.4 
OutTempMinDy = 29.4 
OutTempMaxMo = 57.1 
OutTempMinMo = 9.4 
OutTempMaxYr = 64.5 
OutTempMinYr = 1.6 

OutTempMaxDyTime = " 3:42p" 
OutTempMinDyTime = " 6:58a" 


InTempCurr = 72.1
InTempMaxDy = 72.8 
InTempMinDy = 70.2 
InTempMaxMo = 74.5 
InTempMinMo = 69.6 
InTempMaxYr = 75.4 
InTempMinYr = 68.9 

InTempMaxDyTime = " 9:40a" 
InTempMinDyTime = " 2:07a" 

//
//HUMIDITY DATA
//

HumUnit = "% "
OutHumCurr = 88
OutHumMaxDy = 99
OutHumMinDy = 48 
OutHumMaxMo = 99 
OutHumMinMo = 47 
OutHumMaxYr = 99 
OutHumMinYr = 37 

OutHumMaxDyTime = " 8:19a" 
OutHumMinDyTime = " 4:52p" 

OutDPCurr = 38.8
OutDPMaxDy = 42.0 
OutDPMinDy = 28.0 
OutDPMaxMo = 51.0 
OutDPMinMo = 7.0 
OutDPMaxYr = 56.0 
OutDPMinYr = -1.0 

OutDPMaxDyTime = " 9:39p" 
OutDPMinDyTime = " 6:58a" 

//
//WIND DATA
//
WindUnit = "mph"

StaWindSpeedCurr = 2.0
StaWindDirCurr = "SSE"
StaWindDegCurr = 160
CalcWindAvg02 = "1.7" 
CalcWindAvg10 = "1.5" 
CalcWindGust10 = "6.0" 
WindGustDy = 22.0
WindGustMo = 27.0 
WindGustYr = 32.0 

WindGustDyTime = "12:41p" 

//
//COMFORT INDICES
//

StaWindChillCurr = 42.1
WindChillMinDy = 29.0
WindChillMinMo = 6.0
WindChillMinYr = 2.0

WindChillMinDyTime = " 6:58a" 

StaOutHXCurr = 42.0
OutHXMaxDy = 54.0
OutHXMaxMo = 57.0
OutHXMaxYr = 64.0

OutHXMaxDyTime = "54.0" 

THWCurr = 42.0



//
//BAROMETRIC DATA
//

BaroUnit = "hPa"
BaroTrend = "Falling Slowly"
BaroCurr = 997.6
BaroMaxDy = 1011.0
BaroMinDy = 997.5
BaroMaxMo = 1035.2
BaroMinMo = 997.5
BaroMaxYr = 1035.7 
BaroMinYr = 994.1

OutBaroMaxDyTime = " 1:12a" 
OutBaroMinDyTime = "11:00p" 

//
//PRECIPITATION DATA
//

PrecipUnit = "in"
PrecipRateUnit = "1"
PrecipDy = 0.00 
PrecipSt = 0.00 
PrecipMo = 0.86 
PrecipYr = 4.48 

PrecipRateCurr = 0.00 
PrecipRateMaxHr = 0.00 
PrecipRateMaxDy = 0.00 
PrecipRateMaxMo = 0.57 
PrecipRateMaxYr = 2.39 

PrecipRateMaxDyTime = "----" 

//
//SOLAR AND ULTRAVIOLET DATA
//

//
ForecastString = " Mostly cloudy and cooler.  Precipitation possible within 12 hours, possibly heavy at times.  Windy. "


