//
//TIME FUNCTIONS
//

PCDateCurr = "02/22/12"
PCTimeCurr = "11:10p"
StaDateCurr = "02/22/12"
StaTimeCurr = "11:09p"
UTCDateCurr = "02/23/12"
UTCTimeCurr = " 4:10a"

//
//GEOGRAPHIC CONSTANTS
//

StaName = "Westlawn"
StaCity = "Fairfax County" 
StaState = "VA"
StaElev = "  328 ft"
StaLat = "1"
StaLong = "1"

//
//ASTRONOMIC DATA
//

StaSunrise = " 6:51a"
StaSunset = " 5:54p"

//
//TEMPERATURE DATA
//

TempUnit = "°F"
OutTempCurr = 55.7
OutTempMaxDy = 61.3 
OutTempMinDy = 38.3 
OutTempMaxMo = 68.4 
OutTempMinMo = 19.4 
OutTempMaxYr = 68.4 
OutTempMinYr = 14.4 

OutTempMaxDyTime = " 3:37p" 
OutTempMinDyTime = " 6:33a" 

InTempCurr = 76.8
InTempMaxDy = 79.2 
InTempMinDy = 72.1 
InTempMaxMo = 82.7 
InTempMinMo = 69.0 
InTempMaxYr = 83.1 
InTempMinYr = 68.7 

//
//HUMIDITY DATA
//

HumUnit = "% "
OutHumCurr = 50
OutHumMaxDy = 91
OutHumMinDy = 32 
OutHumMaxMo = 98 
OutHumMinMo = 25 
OutHumMaxYr = 100 
OutHumMinYr = 24 

OutHumMaxDyTime = " 8:14a" 
OutHumMinDyTime = " 3:01p" 

OutDPCurr = 37.3
OutDPMaxDy = 40.0 
OutDPMinDy = 30.0 
OutDPMaxMo = 51.0 
OutDPMinMo = 7.0 
OutDPMaxYr = 60.0 
OutDPMinYr = -3.0 

OutDPMaxDyTime = " 9:24a" 
OutDPMinDyTime = " 3:01p" 

//
//WIND DATA
//
WindUnit = "mph"

StaWindSpeedCurr = 0.0
StaWindDirCurr = "SSW"
StaWindDegCurr = 205
CalcWindAvg02 = "3.1" 
CalcWindAvg10 = "---" 
CalcWindGust10 = "---"
WindGustDy = 18.0
WindGustMo = 33.0 
WindGustYr = 33.0 

WindGustDyTime = " 3:05p" 

//
//COMFORT INDICES
//

StaWindChillCurr = 55.7
WindChillMinDy = 38.0
WindChillMinMo = 11.0
WindChillMinYr = 11.0

WindChillMinDyTime = " 6:33a" 

StaOutHXCurr = 53.8
OutHXMaxDy = 58.0
OutHXMaxMo = 67.0
OutHXMaxYr = 67.0

OutHXMaxDyTime = " 3:27p" 

THWCurr = 53.8

OutTHSWMaxDy = "---"
OutTHSWMaxMo = "---"
OutTHSWMaxYr = "---"

//
//BAROMETRIC DATA
//

BaroUnit = "hPa"
BaroTrend = "Falling Slowly"
BaroCurr = 997.4
BaroMaxDy = 1010.3
BaroMinDy = 997.4
BaroMaxMo = 1032.3
BaroMinMo = 997.4
BaroMaxYr = 1035.2 
BaroMinYr = 992.0

OutBaroMaxDyTime = " 8:44a" 
OutBaroMinDyTime = "10:59p" 

//
//PRECIPITATION DATA
//

PrecipUnit = "in"
PrecipRateUnit = "1"
PrecipDy = 0.00 
PrecipSt = 0.00 
PrecipMo = 0.40 
PrecipYr = 3.26 

PrecipRateCurr = 0.00 
PrecipRateMaxHr = 0.00 
PrecipRateMaxDy = 0.00 
PrecipRateMaxMo = 0.15 
PrecipRateMaxYr = 4.57 

PrecipRateMaxDyTime = "----" 

//
//
//

ForecastString = " Mostly cloudy and cooler.  Precipitation likely.  Windy with possible wind shift to the W, NW, or N. "


