30C%'; $daysTmaxGT25C = '%daysTmax>25C%'; $daysTminLT0C = '%daysTmin<0C%'; $daysTminLTm15C = '%daysTmin<-15C%'; // end of trends-inc.php variables // // CURRENT CONDITIONS ICONS FOR clientraw.txt // create array for icons. There are 35 possible values in clientraw.txt // It would be simpler to do this with array() but to make it easier to // modify each element is defined individually. Each index [#] corresponds // to the value provided in clientraw.txt $icon_array[0] = 'day_clear.gif'; // imagesunny.visible $icon_array[1] = 'night_clear.gif'; // imageclearnight.visible $icon_array[2] = 'day_partly_cloudy.gif'; // imagecloudy.visible $icon_array[3] = 'day_partly_cloudy.gif'; // imagecloudy2.visible $icon_array[4] = 'night_partly_cloudy.gif'; // imagecloudynight.visible $icon_array[5] = 'day_partly_cloudy.gif'; // imagedry.visible $icon_array[6] = 'fog.gif'; // imagefog.visible $icon_array[7] = 'haze.gif'; // imagehaze.visible $icon_array[8] = 'day_heavy_rain.gif'; // imageheavyrain.visible $icon_array[9] = 'day_mostly_sunny.gif'; // imagemainlyfine.visible $icon_array[10] = 'mist.gif'; // imagemist.visible $icon_array[11] = 'fog.gif'; // imagenightfog.visible $icon_array[12] = 'night_heavy_rain.gif'; // imagenightheavyrain.visible $icon_array[13] = 'night_cloudy.gif'; // imagenightovercast.visible $icon_array[14] = 'night_rain.gif'; // imagenightrain.visible $icon_array[15] = 'night_light_rain.gif'; // imagenightshowers.visible $icon_array[16] = 'night_snow.gif'; // imagenightsnow.visible $icon_array[17] = 'night_tstorm.gif'; // imagenightthunder.visible $icon_array[18] = 'day_cloudy.gif'; // imageovercast.visible $icon_array[19] = 'day_partly_cloudy.gif'; // imagepartlycloudy.visible $icon_array[20] = 'day_rain.gif'; // imagerain.visible $icon_array[21] = 'day_rain.gif'; // imagerain2.visible $icon_array[22] = 'day_light_rain.gif'; // imageshowers2.visible $icon_array[23] = 'sleet.gif'; // imagesleet.visible $icon_array[24] = 'sleet.gif'; // imagesleetshowers.visible $icon_array[25] = 'snow.gif'; // imagesnow.visible $icon_array[26] = 'snow.gif'; // imagesnowmelt.visible $icon_array[27] = 'snow.gif'; // imagesnowshowers2.visible $icon_array[28] = 'day_clear.gif.gif'; // imagesunny.visible $icon_array[29] = 'day_tstorm.gif'; // imagethundershowers.visible $icon_array[30] = 'day_tstorm.gif'; // imagethundershowers2.visible $icon_array[31] = 'day_tstorm.gif'; // imagethunderstorms.visible $icon_array[32] = 'tornado.gif'; // imagetornado.visible $icon_array[33] = 'windy.gif'; // imagewindy.visible $icon_array[34] = 'day_partly_cloudy.gif'; // stopped raining $icon_array[35] = 'windyrain.gif'; // Wind+rain $iconnumber = '%iconnumber%'; // icon number $current_icon = $icon_array[%iconnumber%]; // name of our condition icon // ---------------------------------------------------------------------------------- // $current_summary = '%weathercond%' . '
' . '%Currentsolardescription% '; $weathercond = '%weathercond%'; $Currentsolardescription = '%Currentsolardescription% '; $current_summary = $Currentsolardescription; $current_summary = preg_replace('|^/[^/]+/|','',$current_summary); $current_summary = preg_replace('|\\\\|',', ',$current_summary); $current_summary = preg_replace('|/|',', ',$current_summary); // // $cloudheightfeet = '%cloudheightfeet%'; // Estimated cloud base height, feet, (based on dew point, and you height above sea level...enter $cloudheightmeters = '%cloudheightmeters%'; // Estimated cloud base height, metres, (based on dew point, and you height above sea // end of stock testtags.txt // ---------------------------------------------------------------------------------------------------- // begin mchallis tags added to testtags.txt for printable flyer $maxgsthrtime = '%maxgustlastimediatehourtime%'; // time that the max gust last prior 1 hour occured $minbaroyest = '%minbaroyest%'; $minbaroyestt = '%minbaroyestt%'; $mrecordlowbaro = '%mrecordlowbaro%'; $mrecordlowbaroday = '%mrecordlowbaroday%'; $mrecordlowbaromonth = '%mrecordlowbaromonth%'; $mrecordlowbaroyear = '%mrecordlowbaroyear%'; $yrecordlowbaro = '%yrecordlowbaro%'; $yrecordlowbaroday = '%yrecordlowbaroday%'; $yrecordlowbaromonth = '%yrecordlowbaromonth%'; $yrecordlowbaroyear = '%yrecordlowbaroyear%'; // end mchallis tags added to testtags.txt for printable flyer // ---------------------------------------------------------------------------------------------------- // New WebsterWeatherLive VER 4.10 tags //---------------------------------------------- $lighteningbearing = '%nexstormbearing%'; $lighteningdistance = '%nexstormdistance%'; $lighteningcountlasthournextstorm = '%lighteningcountlasthournextstorm%'; $lighteningcountlastminutenextstorm = '%lighteningcountlastminutenextstorm%'; $lighteningcountlast12hournextstorm = '%lighteningcountlast12hournextstorm%'; $lighteningcountlast30minutesnextstorm = '%lighteningcountlast30minutesnextstorm%'; $timeofdaygreeting = '%timeofdaygreeting%'; $avwindlastimediate60 = '%avwindlastimediate60%'; // average wind speed $avwindlastimediate120 = '%avwindlastimediate120%'; // average wind speed $currentmonthaveragerain = '%currentmonthaveragerain%'; // average rain for current month // // version 5.00+ $avwindlastimediate15 = '%avwindlastimediate15%'; // average wind speed $avwindlastimediate30 = '%avwindlastimediate30%'; // average wind speed $todayhihumidex = '%todayhihumidex%'; //daily high humidex $todaylohumidex = '%todaylohumidex%'; //Daily low Humidex //Version 5.02 $dayornight = '%dayornight%'; // Day or night flag //Version 6.20 $tempchangelasthourfaren = '%tempchangelasthourfaren%'; //For snow prediction $abshum = '%abshum%'; //For snow prediction $maxtemp4today = '%maxtempfortodayfromyourdata%'; // max from station's records $mintemp4today = '%mintempfortodayfromyourdata%'; // min from station's records $maxtemp4todayyr = '%yearmaxtempfortodayfromyourdata%'; // max year from station's records $mintemp4todayyr = '%yearmintempfortodayfromyourdata%'; // min year from station's records $avsnowjan = '%avsnowjan%'; //Average snow for jan from your inputted snow data (cm) $avsnowfeb = '%avsnowfeb%'; //Average snow for feb from your inputted snow data (cm) $avsnowmar = '%avsnowmar%'; //Average snow for mar from your inputted snow data (cm) $avsnowapr = '%avsnowapr%'; //Average snow for apr from your inputted snow data (cm) $avsnowmay = '%avsnowmay%'; //Average snow for may from your inputted snow data (cm) $avsnowjun = '%avsnowjun%'; //Average snow for may from your inputted snow data (cm) $avsnowjul = '%avsnowjul%'; //Average snow for jul from your inputted snow data (cm) $avsnowaug = '%avsnowaug%'; //Average snow for aug from your inputted snow data (cm) $avsnowsep = '%avsnowsep%'; //Average snow for sep from your inputted snow data (cm) $avsnowoct = '%avsnowoct%'; //Average snow for oct from your inputted snow data (cm) $avsnownov = '%avsnownov%'; //Average snow for nov from your inputted snow data (cm) $avsnowdec = '%avsnowdec%'; //Average snow for dec from your inputted snow data (cm) $avsnowjannow = '%nowsnowjan%'; $avsnowfebnow = '%nowsnowfeb%'; $avsnowmarnow = '%nowsnowmar%'; $avsnowaprnow = '%nowsnowapr%'; $avsnowmaynow = '%nowsnowmay%'; $avsnowjunnow = '%nowsnowjun%'; $avsnowjulnow = '%nowsnowjul%'; $avsnowaugnow = '%nowsnowaug%'; $avsnowsepnow = '%nowsnowsep%'; $avsnowoctnow = '%nowsnowoct%'; $avsnownovnow = '%nowsnownov%'; $avsnowdecnow = '%nowsnowdec%'; // end of websterweather additions // ---------------------------------------------------------------------------------------------------- // relayweather wxglobalwarming // For Temperature Trend Chart, you Need to add the following to your testtags file if they don't yet exist: $avtempjannow = '%avtempjannow%'; $avtempfebnow = '%avtempfebnow%'; $avtempmarnow = '%avtempmarnow%'; $avtempaprnow = '%avtempaprnow%'; $avtempmaynow = '%avtempmaynow%'; $avtempjunnow = '%avtempjunnow%'; $avtempjulnow = '%avtempjulnow%'; $avtempaugnow = '%avtempaugnow%'; $avtempsepnow = '%avtempsepnow%'; $avtempoctnow = '%avtempoctnow%'; $avtempnovnow = '%avtempnovnow%'; $avtempdecnow = '%avtempdecnow%'; $avtempjan = '%avtempjan%';//Average temperature for january from your data $avtempfeb = '%avtempfeb%';//Average temperature for february from your data $avtempmar = '%avtempmar%';//Average temperature for march from your data $avtempapr = '%avtempapr%';//Average temperature for april from your data $avtempmay = '%avtempmay%';//Average temperature for may from your data $avtempjun = '%avtempjun%';//Average temperature for june from your data $avtempjul = '%avtempjul%';//Average temperature for july from your data $avtempaug = '%avtempaug%';//Average temperature for august from your data $avtempsep = '%avtempsep%';//Average temperature for september from your data $avtempoct = '%avtempoct%';//Average temperature for october from your data $avtempnov = '%avtempnov%';//Average temperature for november from your data $avtempdec = '%avtempdec%';//Average temperature for december from your data //For the Rain Trending Chart, you Need to add the following to your testtags file if they don't yet exist: //Start Rain Trending $avrainjan = '%avrainjan%'; $avrainfeb = '%avrainfeb%'; $avrainmar = '%avrainmar%'; $avrainapr = '%avrainapr%'; $avrainmay = '%avrainmay%'; $avrainjun = '%avrainjun%'; $avrainjul = '%avrainjul%'; $avrainaug = '%avrainaug%'; $avrainsep = '%avrainsep%'; $avrainoct = '%avrainoct%'; $avrainnov = '%avrainnov%'; $avraindec = '%avraindec%'; $avrainjannow = '%nowrainjan%'; $avrainfebnow = '%nowrainfeb%'; $avrainmarnow = '%nowrainmar%'; $avrainaprnow = '%nowrainapr%'; $avrainmaynow = '%nowrainmay%'; $avrainjunnow = '%nowrainjun%'; $avrainjulnow = '%nowrainjul%'; $avrainaugnow = '%nowrainaug%'; $avrainsepnow = '%nowrainsep%'; $avrainoctnow = '%nowrainoct%'; $avrainnovnow = '%nowrainnov%'; $avraindecnow = '%nowraindec%'; //End Rain Trending // end of relayweather tags // ---------------------------------------------------------------------------------------------------- // eastmasonville wxrecord.php tags $recordhightemp = '%recordhightemp%'; $recordlowtemp = '%recordlowtemp%'; $recordhighheatindex = '%recordhighheatindex%'; $recordlowchill = '%recordlowchill%'; $warmestdayonrecord = '%warmestdayonrecord%'; $warmestnightonrecord = '%warmestnightonrecord%'; $coldestdayonrecord = '%coldestdayonrecord%'; $coldestnightonrecord = '%coldestnightonrecord%'; $recordwindgust = '%recordwindgust%'; $recordwindspeed = '%recordwindspeed%'; $recordhighwindrun = '%recordhighwindrun%'; $recorddailyrain = '%recorddailyrain%'; $recordhighrainmth = '%recordhighrainmth%'; $recordrainrate = '%recordrainrate%'; $recorddayswithrain = '%recorddayswithrain%'; $recorddaysnorain = '%recorddaysnorain%'; $recordhighdew = '%recordhighdew%'; $recordlowdew = '%recordlowdew%'; $recordhighhum = '%recordhighhum%'; $recordlowhum = '%recordlowhum%'; $recordhighbaro = '%recordhighbaro%'; $recordlowbaro = '%recordlowbaro%'; $recordhighsolar = '%recordhighsolar%'; $recordhightempmonth = '%recordhightempmonth%'; $recordhightempday = '%recordhightempday%'; $recordhightempyear = '%recordhightempyear%'; $recordlowtempmonth = '%recordlowtempmonth%'; $recordlowtempday = '%recordlowtempday%'; $recordlowtempyear = '%recordlowtempyear%'; $recordhighheatindexmonth = '%recordhighheatindexmonth%'; $recordhighheatindexday = '%recordhighheatindexday%'; $recordhighheatindexyear = '%recordhighheatindexyear%'; $recordlowchillmonth = '%recordlowchillmonth%'; $recordlowchillday = '%recordlowchillday%'; $recordlowchillyear = '%recordlowchillyear%'; $recordhighgustmonth = '%recordhighgustmonth%'; $recordhighgustday = '%recordhighgustday%'; $recordhighgustyear = '%recordhighgustyear%'; $recordhighavwindmonth = '%recordhighavwindmonth%'; $recordhighavwindday = '%recordhighavwindday%'; $recordhighavwindyear = '%recordhighavwindyear%'; $recordhighwindrunmth = '%recordhighwindrunmth%'; $recordhighwindrunday = '%recordhighwindrunday%'; $recordhighwindrunyr = '%recordhighwindrunyr%'; $recorddailyrainmonth = '%recorddailyrainmonth%'; $recorddailyrainday = '%recorddailyrainday%'; $recorddailyrainyear = '%recorddailyrainyear%'; $recordhighrainmthmth = '%recordhighrainmthmth%'; $recordhighrainmthyr = '%recordhighrainmthyr%'; $recordrainratemonth = '%recordrainratemonth%'; $recordrainrateday = '%recordrainrateday%'; $recordrainrateyear = '%recordrainrateyear%'; $recorddayswithrainmonth = '%recorddayswithrainmonth%'; $recorddayswithrainday = '%recorddayswithrainday%'; $recorddayswithrainyear = '%recorddayswithrainyear%'; $recorddaysnorainmonth = '%recorddaysnorainmonth%'; $recorddaysnorainday = '%recorddaysnorainday%'; $recorddaysnorainyear = '%recorddaysnorainyear%'; $recordhighdewmonth = '%recordhighdewmonth%'; $recordhighdewday = '%recordhighdewday%'; $recordhighdewyear = '%recordhighdewyear%'; $recordlowdewmonth = '%recordlowdewmonth%'; $recordlowdewday = '%recordlowdewday%'; $recordlowdewyear = '%recordlowdewyear%'; $recordhighhummonth = '%recordhighhummonth%'; $recordhighhumday = '%recordhighhumday%'; $recordhighhumyear = '%recordhighhumyear%'; $recordlowhummonth = '%recordlowhummonth%'; $recordlowhumday = '%recordlowhumday%'; $recordlowhumyear = '%recordlowhumyear%'; $recordhighbaromonth = '%recordhighbaromonth%'; $recordhighbaroday = '%recordhighbaroday%'; $recordhighbaroyear = '%recordhighbaroyear%'; $recordlowbaromonth = '%recordlowbaromonth%'; $recordlowbaroday = '%recordlowbaroday%'; $recordlowbaroyear = '%recordlowbaroyear%'; $recordhighsolarmonth = '%recordhighsolarmonth%'; $recordhighsolarday = '%recordhighsolarday%'; $recordhighsolaryear = '%recordhighsolaryear%'; $recordhighuv = '%recordhighuv%'; $recordhighuvmonth = '%recordhighuvmonth%'; $recordhighuvday = '%recordhighuvday%'; $recordhighuvyear = '%recordhighuvyear%'; $yrecordhighheatindex = '%yrecordhighheatindex%'; $yrecordhighheatindexmonth = '%yrecordhighheatindexmonth%'; $yrecordhighheatindexday = '%yrecordhighheatindexday%'; $yrecordhighheatindexyear = '%yrecordhighheatindexyear%'; $ywarmestdayonrecord = '%ywarmestdayonrecord%'; $ywarmestnightonrecord = '%ywarmestnightonrecord%'; $ycoldestdayonrecord = '%ycoldestdayonrecord%'; $ycoldestnightonrecord = '%ycoldestnightonrecord%'; $yrecordhighwindrun = '%yrecordhighwindrun%'; $yrecordhighwindrunmth = '%yrecordhighwindrunmth%'; $yrecordhighwindrunday = '%yrecordhighwindrunday%'; $yrecordhighwindrunyr = '%yrecordhighwindrunyr%'; $yrecorddailyrain = '%yrecorddailyrain%'; $yrecordhighrainmth = '%yrecordhighrainmth%'; $yrecordrainrate = '%yrecordrainrate%'; $yrecorddayswithrain = '%yrecorddayswithrain%'; $yrecorddaysnorain = '%yrecorddaysnorain%'; $yrecordhighdew = '%yrecordhighdew%'; $yrecordlowdew = '%yrecordlowdew%'; $yrecordhighhum = '%yrecordhighhum%'; $yrecordlowhum = '%yrecordlowhum%'; $yrecorddailyrainmonth = '%yrecorddailyrainmonth%'; $yrecorddailyrainday = '%yrecorddailyrainday%'; $yrecorddailyrainyear = '%yrecorddailyrainyear%'; $yrecordhighrainmthmth = '%yrecordhighrainmthmth%'; $yrecordhighrainmthyr = '%yrecordhighrainmthyr%'; $yrecordrainratemonth = '%yrecordrainratemonth%'; $yrecordrainrateday = '%yrecordrainrateday%'; $yrecordrainrateyear = '%yrecordrainrateyear%'; $yrecorddayswithrainmonth = '%yrecorddayswithrainmonth%'; $yrecorddayswithrainday = '%yrecorddayswithrainday%'; $yrecorddaysnorainmonth = '%yrecorddaysnorainmonth%'; $yrecorddaysnorainday = '%yrecorddaysnorainday%'; $yrecordhighdewmonth = '%yrecordhighdewmonth%'; $yrecordhighdewday = '%yrecordhighdewday%'; $yrecordhighdewyear = '%yrecordhighdewyear%'; $yrecordlowdewmonth = '%yrecordlowdewmonth%'; $yrecordlowdewday = '%yrecordlowdewday%'; $yrecordlowdewyear = '%yrecordlowdewyear%'; $yrecordhighhummonth = '%yrecordhighhummonth%'; $yrecordhighhumday = '%yrecordhighhumday%'; $yrecordhighhumyear = '%yrecordhighhumyear%'; $yrecordlowhummonth = '%yrecordlowhummonth%'; $yrecordlowhumday = '%yrecordlowhumday%'; $yrecordlowhumyear = '%yrecordlowhumyear%'; $yrecordhighsolar = '%yrecordhighsolar%'; $yrecordhighsolarmonth = '%yrecordhighsolarmonth%'; $yrecordhighsolarday = '%yrecordhighsolarday%'; $yrecordhighsolaryear = '%yrecordhighsolaryear%'; $yrecordhighuv = '%yrecordhighuv%'; $yrecordhighuvmonth = '%yrecordhighuvmonth%'; $yrecordhighuvday = '%yrecordhighuvday%'; $yrecordhighuvyear = '%yrecordhighuvyear%'; $mrecordhighheatindex = '%mrecordhighheatindex%'; $mrecordhighheatindexmonth = '%mrecordhighheatindexmonth%'; $mrecordhighheatindexday = '%mrecordhighheatindexday%'; $mrecordhighheatindexyear = '%mrecordhighheatindexyear%'; $mrecordhighwindrun = '%mrecordhighwindrun%'; $mrecordhighwindrunmth = '%mrecordhighwindrunmth%'; $mrecordhighwindrunday = '%mrecordhighwindrunday%'; $mrecordhighwindrunyr = '%mrecordhighwindrunyr%'; $mrecorddailyrain = '%mrecorddailyrain%'; $mrecordhighrainmth = '%mrecordhighrainmth%'; $mrecordrainrate = '%mrecordrainrate%'; $mrecorddayswithrain = '%mrecorddayswithrain%'; $mrecorddaysnorain = '%mrecorddaysnorain%'; $mrecordhighdew = '%mrecordhighdew%'; $mrecordlowdew = '%mrecordlowdew%'; $mrecordhighhum = '%mrecordhighhum%'; $mrecordlowhum = '%mrecordlowhum%'; $mrecorddailyrainmonth = '%mrecorddailyrainmonth%'; $mrecorddailyrainday = '%mrecorddailyrainday%'; $mrecorddailyrainyear = '%mrecorddailyrainyear%'; $mrecordhighrainmthmth = '%mrecordhighrainmthmth%'; $mrecordhighrainmthyr = '%mrecordhighrainmthyr%'; $mrecordrainratemonth = '%mrecordrainratemonth%'; $mrecordrainrateday = '%mrecordrainrateday%'; $mrecordrainrateyear = '%mrecordrainrateyear%'; $mrecorddayswithrainmonth = '%mrecorddayswithrainmonth%'; $mrecorddayswithrainday = '%mrecorddayswithrainday%'; $mrecorddaysnorainmonth = '%mrecorddaysnorainmonth%'; $mrecorddaysnorainday = '%mrecorddaysnorainday%'; $mrecordhighdewmonth = '%mrecordhighdewmonth%'; $mrecordhighdewday = '%mrecordhighdewday%'; $mrecordhighdewyear = '%mrecordhighdewyear%'; $mrecordlowdewmonth = '%mrecordlowdewmonth%'; $mrecordlowdewday = '%mrecordlowdewday%'; $mrecordlowdewyear = '%mrecordlowdewyear%'; $mrecordhighhummonth = '%mrecordhighhummonth%'; $mrecordhighhumday = '%mrecordhighhumday%'; $mrecordhighhumyear = '%mrecordhighhumyear%'; $mrecordlowhummonth = '%mrecordlowhummonth%'; $mrecordlowhumday = '%mrecordlowhumday%'; $mrecordlowhumyear = '%mrecordlowhumyear%'; $myrecordhighbaromonth = '%mrecordhighbaromonth%'; $mrecordhighsolar = '%mrecordhighsolar%'; $mrecordhighsolarmonth = '%mrecordhighsolarmonth%'; $mrecordhighsolarday = '%mrecordhighsolarday%'; $mrecordhighsolaryear = '%mrecordhighsolaryear%'; $mrecordhighuv = '%mrecordhighuv%'; $mrecordhighuvmonth = '%mrecordhighuvmonth%'; $mrecordhighuvday = '%mrecordhighuvday%'; $mrecordhighuvyear = '%mrecordhighuvyear%'; // end of eastmasonville wxrecord.php tags // ---------------------------------------------------------------------------------------------------- // other addons $vpissstatus = '%vpissstatus%'; // VP ISS Status $vpreception2 = '%vpreception2%'; // VP Current reception % *** NEW IN V1.01 $vpconsolebattery = '%vpconsolebattery%'; // VP Console Battery Volts *** NEW IN V1.01 $firewi = '%FWIfwi%'; // Fire Weather Index $avtempweek = '%avtempweek%'; // Average Weekly Temp $hddday = '%hddday%'; // Heating Degree for day $hddmonth = '%hddmonth%'; // Heating Degree for month to date $hddyear = '%hddyear%'; // Heating Degree for year to date $cddday = '%cddday%'; // Cooling Degree for day $cddmonth = '%cddmonth%'; // Cooling Degree for month to date $cddyear = '%cddyear%'; // Cooling Degree for year to date $minchillweek = '%minchillweek%'; // Minimum Wind Chill over past 7 days $maxheatweek = '%maxheatweek%'; // Maximum Heat Index for the Week *** NEW IN V2.00 $airdensity = '%airdensity%'; //air density $solarnoon = '%solarnoon%'; // Solar noon $changeinday = '%changeinday%'; // change in day length since yesterday $etcurrentweek = '%etcurrentweek%'; // ET total for the last 7 days $sunshinehourstodateday = '%sunshinehourstodateday%'; $sunshinehourstodatemonth = '%sunshinehourstodatemonth%'; $maxsolarfortime = '%maxsolarfortime%'; $wetbulb = '%wetbulb%'; $lighteningcountlasthour = '%lighteningcountlasthour%'; $lighteningcountlastminute = '%lighteningcountlastminute%'; $lighteningcountlast5minutes = '%lighteningcountlast5minutes%'; $lighteningcountlast12hour = '%lighteningcountlast12hour%'; $lighteningcountlast30minutes = '%lighteningcountlast30minutes%'; $lighteningcountlasttime = '%lighteningcountlasttime%'; $lighteningcountmonth = '%lighteningcountmonth%'; $lighteningcountyear = '%lighteningcountyear%'; $chandler = '%chandler%'; $maxdew = '%maxdew%'; $maxdewt = '%maxdewt%'; $mindew = '%mindew%'; $mindewt = '%mindewt%'; $maxdewyest = '%maxdewyest%'; $maxdewyestt = '%maxdewyestt%'; $mindewyest = '%mindewyest%'; $mindewyestt = '%mindewyestt%'; $stationname = '%stationname%'; $raindifffromav = '%raindifffromav%'; $raindifffromavyear = '%raindifffromavyear%'; $gddmonth = '%gddmonth%'; $gddyear = '%gddyear%'; $maxheat = '%maxheat%'; $maxheatt = '%maxheatt%'; $maxheatyest = '%maxheatyest%'; $yeartodateavtemp = '%yeartodateavtemp%'; $monthtodateavtemp = '%monthtodateavtemp%'; $maxchillyest = '%maxchillyest%'; $monthtodatemaxgust = '%monthtodatemaxgust%'; $monthtodateavspeed = '%monthtodateavspeed%'; // MTD average wind speed $monthtodateavgust = '%monthtodateavgust%'; //MTD average wind gust $yeartodateavwind = '%yeartodateavwind%'; // YTD average wind speed $yeartodategstwind = '%yeartodategstwind%'; // YTD avg wind gust $lowbaro = '%lowbaro%'; $lowbarot = '%lowbarot%'; $monthtodatemaxbaro = '%monthtodatemaxbaro%'; // MTD average wind speed $monthtodateminbaro = '%monthtodateminbaro%'; //MTD average wind gust $sunshinehourstodateyear = '%sunshinehourstodateyear%'; $sunshineyesterday = '%sunshineyesterday%'; $avtempsincemidnight = '%avtempsincemidnight%'; $yesterdayavtemp = '%yesterdayavtemp%'; $avgspeedsincereset = '%avgspeedsincereset%'; $maxheatyestt = '%maxheatyestt%'; $windrunyesterday = '%windrunyesterday%'; $currentwdet = '%currentwdet%'; $yesterdaywdet = '%yesterdaywdet%'; $highhum = '%highhum%'; $highhumt = '%highhumt%'; $lowhum = '%lowhum%'; $lowhumt = '%lowhumt%'; $maxhumyest = '%maxhumyest%'; $maxhumyestt = '%maxhumyestt%'; $minhumyest = '%minhumyest%'; $minhumyestt = '%minhumyestt%'; $recordhightempjan = '%recordhightempjan%'; $recordlowtempjan = '%recordlowtempjan%'; $recordhightempfeb = '%recordhightempfeb%'; $recordlowtempfeb = '%recordlowtempfeb%'; $recordhightempmar = '%recordhightempmar%'; $recordlowtempmar = '%recordlowtempmar%'; $recordhightempapr = '%recordhightempapr%'; $recordlowtempapr = '%recordlowtempapr%'; $recordhightempmay = '%recordhightempmay%'; $recordlowtempmay = '%recordlowtempmay%'; $recordhightempjun = '%recordhightempjun%'; $recordlowtempjun = '%recordlowtempjun%'; $recordhightempjul = '%recordhightempjul%'; $recordlowtempjul = '%recordlowtempjul%'; $recordhightempaug = '%recordhightempaug%'; $recordlowtempaug = '%recordlowtempaug%'; $recordhightempsep = '%recordhightempsep%'; $recordlowtempsep = '%recordlowtempsep%'; $recordhightempoct = '%recordhightempoct%'; $recordlowtempoct = '%recordlowtempoct%'; $recordhightempnov = '%recordhightempnov%'; $recordlowtempnov = '%recordlowtempnov%'; $recordhightempdec = '%recordhightempdec%'; $recordlowtempdec = '%recordlowtempdec%'; // average temp and rain by month (V1.08 addition) $avtempjannow = '%avtempjannow%'; $avtempfebnow = '%avtempfebnow%'; $avtempmarnow = '%avtempmarnow%'; $avtempaprnow = '%avtempaprnow%'; $avtempmaynow = '%avtempmaynow%'; $avtempjunnow = '%avtempjunnow%'; $avtempjulnow = '%avtempjulnow%'; $avtempaugnow = '%avtempaugnow%'; $avtempsepnow = '%avtempsepnow%'; $avtempoctnow = '%avtempoctnow%'; $avtempnovnow = '%avtempnovnow%'; $avtempdecnow = '%avtempdecnow%'; $avrainjannow = '%nowrainjan%'; $avrainfebnow = '%nowrainfeb%'; $avrainmarnow = '%nowrainmar%'; $avrainaprnow = '%nowrainapr%'; $avrainmaynow = '%nowrainmay%'; $avrainjunnow = '%nowrainjun%'; $avrainjulnow = '%nowrainjul%'; $avrainaugnow = '%nowrainaug%'; $avrainsepnow = '%nowrainsep%'; $avrainoctnow = '%nowrainoct%'; $avrainnovnow = '%nowrainnov%'; $avraindecnow = '%nowraindec%'; // end of other addons // end of testtags.txt/testtags.php ?>