<?php
// converted tagslist.txt to .\tagslist.php for php tags
// by gen-PHP-tagslist.pl - Version 1.00 - 07-Apr-2006
// Author: Ken True - webmaster-weather.org
// Edited: 20-Apr-2006 to trim unused tags
// Version 1.01 - 25-Jan-2008 -- added Windy-rain to icon list
// Version 1.02 - 24-Jun-2008 -- added variables to replace old trends-inc.html with trends-inc.php
// Version 1.03 - 27-Oct-2008 -- added Snow and WU almanac variables
// Version 1.04 - 03-Jun-2009 -- added moonrisedate/moonsetdate for wxastronomy.php
// Version 1.05 - 11-Jul-2009 -- added tags for printable flyer, alternative dashboard, high/low/avg plugins
//                               Thanks to Mike and Scott for their permission to add the above tags!
// Version 1.06 - 12-Jul-2009 -- added tags for V4.0 of alternative dashboard
// --------------------------------------------------------------------------
// allow viewing of generated source

if ( isset($_REQUEST['sce']) && strtolower($_REQUEST['sce']) == 'view' ) {
//--self downloader --
   $filenameReal = __FILE__;
   $download_size = filesize($filenameReal);
   header('Pragma: public');
   header('Cache-Control: private');
   header('Cache-Control: no-cache, must-revalidate');
   header("Content-type: text/plain");
   header("Accept-Ranges: bytes");
   header("Content-Length: $download_size");
   header('Connection: close');
   
   readfile($filenameReal);
   exit;
}
// General OR Non Weather Specific/SUN/MOON
// ========================================
$time =  '%time%';	// current time
$date =  '%date%';	// current date
$sunrise =  '%sunrise%';	// sun rise time (make sure you have the correct lat/lon
// 		            in view/sun moon)
$time_minute =  '%time-minute%';	// Current minute
$time_hour =  '%time-hour%';	// Current hour
$date_day =  '%date-day%';	// Current day
$date_month =  '%date-month%';	// Current month
$date_year =  '%date-year%';	// Current year
$monthname =  '%monthname%';	// Current month name
$dayname =  '%dayname%';	// Current day name
$sunset =  '%sunset%';	// sunset time
$moonrisedate =  '%moonrisedate%';	// moon rise date
$moonrise =  '%moonrise%';	// moon rise time
$moonsetdate =  '%moonsetdate%';	// moon set date
$moonset =  '%moonset%';	// moon set time
$moonage =  '%moonage%';	// current age of the moon (days since new moon)
$moonphase =  '%moonphase%';	// Moon phase %
$moonphasename = '%moonphasename%'; // 10.36z addition
$marchequinox =  '%marchequinox%';	// March equinox date
$junesolstice =  '%junesolstice%';	// June solstice date
$sepequinox =  '%sepequinox%';	// September equinox date
$decsolstice =  '%decsolstice%';	// December solstice date
$moonperihel =  '%moonperihel%';	// Next Moon perihel date
$moonaphel =  '%moonaphel%';	// Next moon perihel date
$moonperigee =  '%moonperigee%';	// Next moon perigee date
$moonapogee =  '%moonapogee%';	// Next moon apogee date
$newmoon =  '%newmoon%';	// Date/time of the next/last new moon
$nextnewmoon =  '%nextnewmoon%';	// Date/time of the next new moon for next month
$firstquarter =  '%firstquarter%';	// Date/time of the next/last first quarter moon
$lastquarter =  '%lastquarter%';	// Date/time of the next/last last quarter moon
$fullmoon =  '%fullmoon%';	// Date/time of the next/last full moon
$fullmoondate =  '%fullmoondate%';	// Date of the next/last full moon (date only)
$suneclipse =  '%suneclipse%';	// Next sun eclipse
$mooneclipse =  '%mooneclipse%';	// Next moon eclipse date
$easterdate =  '%easterdate%';	// Next easter date
$chinesenewyear =  '%chinesenewyear%';	// Chinese new year
$hoursofpossibledaylight =  '%hoursofpossibledaylight%';	// Total hours/minutes of possible daylight for today
//
$weatherreport =  '%weatherreport%';	// current weather conditions from selected METAR
$stationaltitude =  '%stationaltitude%';	// Station altitude, feet, as set in the units setup
// this under setup)
$stationlatitude =  '%stationlatitude%';	// Latitude (from the sun moon rise/set setup)
$stationlongitude =  '%stationlongitude%';	// Longtitude (from the sun moon rise/set setup)
$windowsuptime = '%windowsuptime%'; // uptime for windows on weather pc
$freememory = '%freememory%'; // amount of free memory on the pc
$Startimedate = '%Startimedate%'; // Time/date WD was started

$NOAAEvent = '%NOAAEvent%'; // NOAA Watch/Warning/Advisory
$noaawarningraw = '%noaawarningraw%'; // NOAA RAW watch/warning/advisory

// ADVISORIES)
// ADVISORIES)

$wdversion = '%wdversion%' . '-(b' . '%wdbuild%' . ')';	// Weather Display version number you are running
$wdversiononly = '%wdversion%';
$wdbuild   = '%wdbuild%';       // Weather Display build number you are running
// %current alarm flashing%....What it says - for the weather warning....
// 
// this under setup)
$noaacityname =  '%noaacityname%';	// City name,from the noaa setup (in the av/ext setup)
// 
// level...enter this under setup)
// 
$timeofnextupdate =  '%timeofnextupdate%';	// Time of next Update/Upload of the weather data to your web page (based on the web table update 
// 
// time)
// 
// must be first selected),,,,repeat up to day 8
$heatcolourword =  '%heatcolourword%';	// How hot/cold it feels at the moment, based on the humidex, used with the conditionscolour.jpg 
// 
// 
// Temperature/Humidity
// ====================
// Current:
// --------
$temperature =  '%temp%';	// temperature
$tempnodp = '%tempnodp%'; // temperature, no decimal place
$humidity =  '%hum%';	// humidity
$dewpt =  '%dew%';	// dew point
$maxtemp =  '%maxtemp%';	// today's maximum temperature
$maxtempt =  '%maxtempt%';	// time this occurred
$mintemp =  '%mintemp%';	// today's minimum temperature
$mintempt =  '%mintempt%';	// time this occurred
// VP soil temperature)
$feelslike =  '%feelslike%';	// Shows heat index or humidex or windchill (if less than 16oC)

$heati =  '%heati%';	// current heat index
$heatinodp =  '%heatinodp%';	// current heat index,no decimal place
$windch =  '%windch%';	// current wind-chill
$windchnodp =  '%windchnodp%';	// current wind-chill, no decimal place
$humidexfaren =  '%humidexfaren%';	// Humidex value in oF
$humidexcelsius =  '%humidexcelsius%';	// Humidex value in oC

$apparenttemp =  '%apparenttemp%';	// Apparent temperature
$apparentsolartemp =  '%apparentsolartemp%';	// Apparent temperature in the sun (you need a solar sensor)
$apparenttempc =  '%apparenttempc%';	// Apparent temperature, C
$apparentsolartempc =  '%apparentsolartempc%';	// Apparent temperature in the sun, C (you need a solar sensor)
$apparenttempf =  '%apparenttempf%';	// Apparent temperature, F
$apparentsolartempf =  '%apparentsolartempf%';	// Apparent temperature in the sun, F (you need a solar sensor)
// 
$WUmaxtemp = '%WUmaxtemp%';	// Todays average max temperature from the selected Wunderground almanac station
$WUmintemp = '%WUmintemp%';	// Todays average min temperature from the selected Wunderground almanac station
// 
$WUmaxtempr = '%WUmaxtempr%';	// Todays record max temperature from the selected Wunderground almanac station
$WUmintempr = '%WUmintempr%';	// Todays record min temperature from the selected Wunderground almanac station
$WUmaxtempryr = '%WUmaxtempryr%';	// Year that it occured
$WUmintempryr = '%WUmintempryr%';	// year that it occured
// 
// 
// Yesterday:
// ----------
$tempchangehour =  '%tempchangehour%';	// Temperature change in the last hour
$maxtempyest =  '%maxtempyest%';	// Yesterday's max temperature
$maxtempyestt =  '%maxtempyestt%';	// Time of yesterday's max temperature
$mintempyest =  '%mintempyest%';	// Yesterday's min temperature
$mintempyestt =  '%mintempyestt%';	// Time of yesterday's min temperature
// 
// 
// Trends:
// -------
$temp24hoursago =  '%temp24hoursago%';	// The temperature 24 hours ago
$humchangelasthour =  '%humchangelasthour%';	// Humidity change last hour
$dewchangelasthour =  '%dewchangelasthour%';	// Dew point change last hour
$barochangelasthour =  '%barochangelasthour%';	// Baro change last hour
// 
// Wind
// ====
// Current:
// --------
// 
$avgspd =  '%avgspd%';	// average wind speed (current)
$gstspd =  '%gstspd%';	// current/gust wind speed
$maxgst =  '%maxgst%';	// today's maximum wind speed
$maxgstt =  '%maxgstt%';	// time this occurred
$maxgsthr =  '%maxgsthr%';	// maximum gust last hour
$dirdeg =  '%dirdeg%';	// wind direction (degrees)
$dirlabel =  '%dirlabel%';	// wind direction (NNE etc)
//$maxgustlastimediatehourtime =  '%maxgustlastimediatehourtime%';	// %maxgustlastimediatehourtime%  time that the max gust last prior 1 hour occured
$avwindlastimediate10 =  '%avwindlastimediate10%';	// Average wind for the last immediate 10 minute period
// $avdir10minute =  '%avdir10minute%';	// average ten minute wind direction (degrees)

$beaufortnum ='%beaufortnum%'; //Beaufort wind force number
$currbftspeed = '%currbftspeed%'; //Current Beaufort wind speed

$bftspeedtext = '%bftspeedtext%'; //Beaufort scale in text (i.e Fresh Breeze)
// 
// 
// Baromometer
// ===========
// Current:
// --------
$baro = '%baro%';  // current barometer
$baroinusa2dp =  '%baroinusa2dp%';	// Current barometer reading in inches, 2 decimal places only.
$trend =  '%trend%';	// amount of change in the last hour
$pressuretrendname =  '%pressuretrendname%';	// pressure trend (i.e. "falling"), last hour
$pressuretrendname3hour =  '%pressuretrendname3hour%';	// pressure trend (i.e. "falling"), last 3 hours

$vpforecasttext = '%vpforecasttext%';	// Forecast text from the Davis VP
// 
// 
// Rain
// ====
// Current:
// --------
$dayrn =  '%dayrn%';	// today's rain
$monthrn =  '%monthrn%';	// rain so far this month
$yearrn =  '%yearrn%';	// rain so far this year
$dayswithnorain =  '%dayswithnorain%';	// Consecutative days with no rain
$dayswithrain =  '%dayswithrain%';	// Days with rain for the month
$dayswithrainyear =  '%dayswithrainyear%';	// Days with rain for the year
$currentrainratehr =  '%currentrainratehr%';	// Current rain rate, mm/hr (or in./hr)
$maxrainrate =  '%maxrainrate%';	// Max rain rate,for the day, mm/min (or in./min)
$maxrainratehr =  '%maxrainratehr%';	// Max rain rate,for the day, mm/hr (or in.mm)
$maxrainratetime =  '%maxrainratetime%';	// Time that occurred
// Yesterday:
// ----------
$yesterdayrain =  '%yesterdayrain%';	// Yesterday rain
//
$vpstormrainstart = '%vpstormrainstart%';  //Davis VP Storm rain start date
$vpstormrain = '%vpstormrain%';           //Davis VP Storm rain value
//
// 
// Sunshine/Solar/ET
// =================
$VPsolar =  '%VPsolar%';	//  Solar energy number (W/M2)
$VPuv =  '%VPuv%';	// UV number 
$highsolar =  '%highsolar%';	// Daily high solar (for Davis VP and Grow stations)
$highuv =  '%highuv%';	// Daily high UV (for Davis VP stations)
$currentsolarpercent =  '%currentsolarpercent%';	// Current solar percent for stations with a temperature solar sensor (like the dallas 1 wire)
$highsolartime =  '%highsolartime%';	// Time that the daily high solar occured
$lowsolartime =  '%lowsolartime%';	// Time that the daily low solar occured
$highuvtime =  '%highuvtime%';	// Time that the daily high UV occured
$lowuvtime =  '%lowuvtime%';	// Time that the daily low UV occured
$highuvyest =  '%highuvyest%';	// Yesterday's high UV
$highuvyesttime =  '%highuvyesttime%';	// Time of yesterday's high UV
$burntime =  '%burntime%';	// Time (minutes) to burn (normal skin) at the current UV rate, from the Davis VP with UV sensor
// 
// the solar setup.
// 
// 
// Number of resynchronizations, The largest number of packets in a row that were received., and the number of CRC errors 
// 
// detected. 
// 
// 
// Record Readings
// ===============
// 
// for current month to date:
// 
$mrecordwindgust =  '%mrecordwindgust%';	// All time record high wind gust
$mrecordhighgustday =  '%mrecordhighgustday%';	// Day of record high wind gust
// 
// 
// Snow
// =====
// 
$snowseasonin = '%snowseasonin.%';	// Snow for season you have entered under input daily weather, inches
$snowmonthin = '%snowmonthin.%';	// Snow for month you have entered under input daily weather, inches
$snowtodayin = '%snowtodayin.%';	// Snow for today you have entered under input daily weather, inches
$snowseasoncm = '%snowseasoncm%';	// Snow for season you have entered under input daily weather, cm
$snowmonthcm = '%snowmonthcm%';	// Snow for month you have entered under input daily weather, cm
$snowtodaycm = '%snowtodaycm%';	// Snow for today you have entered under input daily weather, cm
$snowyesterday = '%snowyesterday%';	// Yesterdays' snow
$snowheight = '%snowheight%';	// Estimated height snow will fall at
$snowheightnew = '%snowheightnew%';	// Estimated height snow will fall at, new formula
// 
$snownowin = '%snownowin.%';	// Current snow depth, inches.
$snownowcm = '%snownowcm%';	// Current snow depth, cm.
// 
$snowrain = '%snowrain%';	// Rain measure by a heated rain gauge when temp below freezing times 10 to give estimated snow fall
$snowdaysthismonth = '%snowdaysthismonth%';	// Days with snow this month
$snowdaysthisyear = '%snowdaysthisyear%';	// Days with snow this year
//
// tags needed for trends-inc.php
//
$temp0minuteago = '%temp0minuteago%';  // ****this one is needed for all the others to work
$wind0minuteago = '%wind0minuteago%';
$gust0minuteago = '%gust0minuteago%';
$dir0minuteago = '%dir0minuteago%';
$hum0minuteago = '%hum0minuteago%';
$dew0minuteago = '%dew0minuteago%';
$baro0minuteago = '%baro0minuteago%';
$rain0minuteago = '%rain0minuteago%';
$VPsolar0minuteago = '%VPsolar0minuteago%';
$VPuv0minuteago = '%VPuv0minuteago%';

$temp5minuteago = '%temp5minuteago%';  
$wind5minuteago = '%wind5minuteago%';
$gust5minuteago = '%gust5minuteago%';
$dir5minuteago = '%dir5minuteago%';
$hum5minuteago = '%hum5minuteago%';
$dew5minuteago = '%dew5minuteago%';
$baro5minuteago = '%baro5minuteago%';
$rain5minuteago = '%rain5minuteago%';
$VPsolar5minuteago = '%VPsolar5minuteago%';
$VPuv5minuteago = '%VPuv5minuteago%';

$temp10minuteago = '%temp10minuteago%';  
$wind10minuteago = '%wind10minuteago%';
$gust10minuteago = '%gust10minuteago%';
$dir10minuteago = '%dir10minuteago%';
$hum10minuteago = '%hum10minuteago%';
$dew10minuteago = '%dew10minuteago%';
$baro10minuteago = '%baro10minuteago%';
$rain10minuteago = '%rain10minuteago%';
$VPsolar10minuteago = '%VPsolar10minuteago%';
$VPuv10minuteago = '%VPuv10minuteago%';

$temp15minuteago = '%temp15minuteago%';  
$wind15minuteago = '%wind15minuteago%';
$gust15minuteago = '%gust15minuteago%';
$dir15minuteago = '%dir15minuteago%';
$hum15minuteago = '%hum15minuteago%';
$dew15minuteago = '%dew15minuteago%';
$baro15minuteago = '%baro15minuteago%';
$rain15minuteago = '%rain15minuteago%';
$VPsolar15minuteago = '%VPsolar15minuteago%';
$VPuv15minuteago = '%VPuv15minuteago%';

$temp20minuteago = '%temp20minuteago%';  
$wind20minuteago = '%wind20minuteago%';
$gust20minuteago = '%gust20minuteago%';
$dir20minuteago = '%dir20minuteago%';
$hum20minuteago = '%hum20minuteago%';
$dew20minuteago = '%dew20minuteago%';
$baro20minuteago = '%baro20minuteago%';
$rain20minuteago = '%rain20minuteago%';
$VPsolar20minuteago = '%VPsolar20minuteago%';
$VPuv20minuteago = '%VPuv20minuteago%';

$temp30minuteago = '%temp30minuteago%';  
$wind30minuteago = '%wind30minuteago%';
$gust30minuteago = '%gust30minuteago%';
$dir30minuteago = '%dir30minuteago%';
$hum30minuteago = '%hum30minuteago%';
$dew30minuteago = '%dew30minuteago%';
$baro30minuteago = '%baro30minuteago%';
$rain30minuteago = '%rain30minuteago%';
$VPsolar30minuteago = '%VPsolar30minuteago%';
$VPuv30minuteago = '%VPuv30minuteago%';

$temp45minuteago = '%temp45minuteago%';  
$wind45minuteago = '%wind45minuteago%';
$gust45minuteago = '%gust45minuteago%';
$dir45minuteago = '%dir45minuteago%';
$hum45minuteago = '%hum45minuteago%';
$dew45minuteago = '%dew45minuteago%';
$baro45minuteago = '%baro45minuteago%';
$rain45minuteago = '%rain45minuteago%';
$VPsolar45minuteago = '%VPsolar45minuteago%';
$VPuv45minuteago = '%VPuv45minuteago%';

$temp60minuteago = '%temp60minuteago%';  
$wind60minuteago = '%wind60minuteago%';
$gust60minuteago = '%gust60minuteago%';
$dir60minuteago = '%dir60minuteago%';
$hum60minuteago = '%hum60minuteago%';
$dew60minuteago = '%dew60minuteago%';
$baro60minuteago = '%baro60minuteago%';
$rain60minuteago = '%rain60minuteago%';
$VPsolar60minuteago = '%VPsolar60minuteago%';
$VPuv60minuteago = '%VPuv60minuteago%';

$temp75minuteago = '%temp75minuteago%';  
$wind75minuteago = '%wind75minuteago%';
$gust75minuteago = '%gust75minuteago%';
$dir75minuteago = '%dir75minuteago%';
$hum75minuteago = '%hum75minuteago%';
$dew75minuteago = '%dew75minuteago%';
$baro75minuteago = '%baro75minuteago%';
$rain75minuteago = '%rain75minuteago%';
$VPsolar75minuteago = '%VPsolar75minuteago%';
$VPuv75minuteago = '%VPuv75minuteago%';

$temp90minuteago = '%temp90minuteago%';  
$wind90minuteago = '%wind90minuteago%';
$gust90minuteago = '%gust90minuteago%';
$dir90minuteago = '%dir90minuteago%';
$hum90minuteago = '%hum90minuteago%';
$dew90minuteago = '%dew90minuteago%';
$baro90minuteago = '%baro90minuteago%';
$rain90minuteago = '%rain90minuteago%';
$VPsolar90minuteago = '%VPsolar90minuteago%';
$VPuv90minuteago = '%VPuv90minuteago%';

$temp105minuteago = '%temp105minuteago%';  
$wind105minuteago = '%wind105minuteago%';
$gust105minuteago = '%gust105minuteago%';
$dir105minuteago = '%dir105minuteago%';
$hum105minuteago = '%hum105minuteago%';
$dew105minuteago = '%dew105minuteago%';
$baro105minuteago = '%baro105minuteago%';
$rain105minuteago = '%rain105minuteago%';
$VPsolar105minuteago = '%VPsolar105minuteago%';
$VPuv105minuteago = '%VPuv105minuteago%';

$temp120minuteago = '%temp120minuteago%';  
$wind120minuteago = '%wind120minuteago%';
$gust120minuteago = '%gust120minuteago%';
$dir120minuteago = '%dir120minuteago%';
$hum120minuteago = '%hum120minuteago%';
$dew120minuteago = '%dew120minuteago%';
$baro120minuteago = '%baro120minuteago%';
$rain120minuteago = '%rain120minuteago%';
$VPsolar120minuteago = '%VPsolar120minuteago%';
$VPuv120minuteago = '%VPuv120minuteago%';

$VPet = '%VPet%';
$VPetmonth = '%VPetmonth%';
$dateoflastrainalways = '%dateoflastrainalways%';
$highbaro = '%highbaro%';
$highbarot = '%highbarot%';
$highsolaryest = '%highsolaryest%';
$highsolaryesttime = '%highsolaryesttime%';
$hourrn = '%hourrn%';
$maxaverageyest = '%maxaverageyest%';
$maxaverageyestt = '%maxaverageyestt%';
$maxavgdirectionletter = '%maxavgdirectionletter%';
$maxavgspd = '%maxavgspd%';
$maxavgspdt = '%maxavgspdt%';
$maxbaroyest = '%maxbaroyest%';
$maxbaroyestt = '%maxbaroyestt%';
$maxgstdirectionletter = '%maxgstdirectionletter%';
$maxgustyest = '%maxgustyest%';
$maxgustyestt = '%maxgustyestt%';
$mcoldestdayonrecord = '%mcoldestdayonrecord%';
$mcoldestnightonrecord = '%mcoldestnightonrecord%';
$minchillyest = '%minchillyest%';
$minchillyestt = '%minchillyestt%';
$minwindch = '%minwindch%';
$minwindcht = '%minwindcht%';
$mrecordhighavwindday = '%mrecordhighavwindday%';
$mrecordhighavwindmonth = '%mrecordhighavwindmonth%';
$mrecordhighavwindyear = '%mrecordhighavwindyear%';
$mrecordhighbaro = '%mrecordhighbaro%';
$mrecordhighbaroday = '%mrecordhighbaroday%';
$mrecordhighbaromonth = '%mrecordhighbaromonth%';
$mrecordhighbaroyear = '%mrecordhighbaroyear%';
$mrecordhighgustmonth = '%mrecordhighgustmonth%';
$mrecordhighgustyear = '%mrecordhighgustyear%';
$mrecordhightemp = '%mrecordhightemp%';
$mrecordhightempday = '%mrecordhightempday%';
$mrecordhightempmonth = '%mrecordhightempmonth%';
$mrecordhightempyear = '%mrecordhightempyear%';
$mrecordlowchill = '%mrecordlowchill%';
$mrecordlowchillday = '%mrecordlowchillday%';
$mrecordlowchillmonth = '%mrecordlowchillmonth%';
$mrecordlowchillyear = '%mrecordlowchillyear%';
$mrecordlowtemp = '%mrecordlowtemp%';
$mrecordlowtempday = '%mrecordlowtempday%';
$mrecordlowtempmonth = '%mrecordlowtempmonth%';
$mrecordlowtempyear = '%mrecordlowtempyear%';
$mrecordwindspeed = '%mrecordwindspeed%';
$mwarmestdayonrecord = '%mwarmestdayonrecord%';
$mwarmestnightonrecord = '%mwarmestnightonrecord%';
$raincurrentweek = '%raincurrentweek%';
$raintodatemonthago = '%raintodatemonthago%';
$raintodateyearago = '%raintodateyearago%';
$timeoflastrainalways = '%timeoflastrainalways%';
$windruntodatethismonth = '%windruntodatethismonth%';
$windruntodatethisyear = '%windruntodatethisyear%';
$windruntoday = '%windruntoday%';
$yesterdaydaviset = '%yesterdaydaviset%';
$yrecordhighavwindday = '%yrecordhighavwindday%';
$yrecordhighavwindmonth = '%yrecordhighavwindmonth%';
$yrecordhighavwindyear = '%yrecordhighavwindyear%';
$yrecordhighbaro = '%yrecordhighbaro%';
$yrecordhighbaroday = '%yrecordhighbaroday%';
$yrecordhighbaromonth = '%yrecordhighbaromonth%';
$yrecordhighbaroyear = '%yrecordhighbaroyear%';
$yrecordhighgustday = '%yrecordhighgustday%';
$yrecordhighgustmonth = '%yrecordhighgustmonth%';
$yrecordhighgustyear = '%yrecordhighgustyear%';
$yrecordhightemp = '%yrecordhightemp%';
$yrecordhightempday = '%yrecordhightempday%';
$yrecordhightempmonth = '%yrecordhightempmonth%';
$yrecordhightempyear = '%yrecordhightempyear%';
$yrecordlowchill = '%yrecordlowchill%';
$yrecordlowchillday = '%yrecordlowchillday%';
$yrecordlowchillmonth = '%yrecordlowchillmonth%';
$yrecordlowchillyear = '%yrecordlowchillyear%';
$yrecordlowtemp = '%yrecordlowtemp%';
$yrecordlowtempday = '%yrecordlowtempday%';
$yrecordlowtempmonth = '%yrecordlowtempmonth%';
$yrecordlowtempyear = '%yrecordlowtempyear%';
$yrecordwindgust = '%yrecordwindgust%';
$yrecordwindspeed = '%yrecordwindspeed%';
$daysTmaxGT30C = '%daysTmax>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%' . "<br />" . '%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

// ----------------------------------------------------------------------------------------------------

// begin Webster Weather Live alternative dashboard plugin tags
// Note: duplicated named tags commented out
// Modifications for Webster Weather LIVE's Dashboard Modifications
// NOTE: See instruction and comments for directions
// Add this code in right before the section called
// General OR Non Weather Specific/SUN/MOON in the file
// in your c:\wDisplay\webfiles directory
// ========================================================
$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
$warmestdayonrecord = '%warmestdayonrecord%';  //Warmest Day on Record
$coldestdayonrecord = '%coldestdayonrecord%';  //coldest Day on Record
$warmestnightonrecord = '%warmestnightonrecord%';  //Warmest Night on Record
$coldestnightonrecord = '%coldestnightonrecord%';  //coldest Day on Record
$recordhightemp = '%recordhightemp%';   // Record high temp
$recordhightempmonth = '%recordhightempmonth%';   // Record high temp month
$recordhightempday = '%recordhightempday%';   // Record high temp day
$recordhightempyear = '%recordhightempyear%';   // Record high temp year
$recordlowtemp = '%recordlowtemp%';   // Record low temp
$recordlowtempmonth = '%recordlowtempmonth%';   // Record low temp month
$recordlowtempday = '%recordlowtempday%';   // Record low temp day
$recordlowtempyear = '%recordlowtempyear%';   // Record low temp year
$recordlowchillmonth = '%recordlowchillmonth%';   // Record low temp month
$recordlowchillday = '%recordlowchillday%';   // Record low temp day
$recordlowchillyear = '%recordlowchillyear%';   // Record low temp year
$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
$recordlowchill = '%recordlowchill%';  //record low windchill
$airdensity = '%airdensity%';  //air density
$solarnoon = '%solarnoon%'; // Solar noon
$changeinday = '%changeinday%';  // change in day length since yesterday
// You can comment out the next 6 WU tags if you don't use the Weather Underground Records option
// Snow tags for USA - Comment out if using CM
// Snow tags for Metric - unComment out if using CM
// End of snow tages to change
$etcurrentweek = '%etcurrentweek%'; // ET total for the last 7 days
// 
// NEW TAGS in Version 2.75
//
$sunshinehourstodateday = '%sunshinehourstodateday%';
$sunshinehourstodatemonth = '%sunshinehourstodatemonth%';
$maxsolarfortime = '%maxsolarfortime%';
$wetbulb = '%wetbulb%';
//
// NEW TAGS in Version 2.80
// Not needed if not using Lightning display!
//
$lighteningcountlasthour = '%lighteningcountlasthour%';
$lighteningcountlastminute = '%lighteningcountlastminute%';
$lighteningcountlast5minutes = '%lighteningcountlast5minutes%';
$lighteningcountlast12hour = '%lighteningcountlast12hour%';
$lighteningcountlast30minutes = '%lighteningcountlast30minutes%';
$lighteningcountlasttime = '%lighteningcountlasttime%';
$lighteningcountmonth = '%lighteningcountmonth%';
$lighteningcountyear = '%lighteningcountyear%';
//  End of Lightning tags
//
//  NEW TAGS IN VERSION 3.00
//
$chandler = '%chandler%';

//  New tags in Version 4.00
$maxdew = '%maxdew%';
$maxdewt = '%maxdewt%';
$mindew = '%mindew%';
$mindewt = '%mindewt%';
$maxdewyest = '%maxdewyest%';
$maxdewyestt = '%maxdewyestt%';
$mindewyest = '%mindewyest%';
$mindewyestt = '%mindewyestt%';
$mrecordhighdew = '%mrecordhighdew%';
$mrecordhighdewmonth = '%mrecordhighdewmonth%';
$mrecordhighdewday = '%mrecordhighdewday%';
$mrecordlowdew = '%mrecordlowdew%';
$mrecordlowdewmonth = '%mrecordlowdewmonth%';
$mrecordlowdewday = '%mrecordlowdewday%';
$yrecordhighdew = '%yrecordhighdew%';
$yrecordhighdewmonth = '%yrecordhighdewmonth%';
$yrecordhighdewday = '%yrecordhighdewday%';
$yrecordlowdew = '%yrecordlowdew%';
$yrecordlowdewmonth = '%yrecordlowdewmonth%';
$yrecordlowdewday = '%yrecordlowdewday%';
$recordhighdew = '%recordhighdew%';
$recordhighdewyear = '%recordhighdewyear%';
$recordhighdewmonth = '%recordhighdewmonth%';
$recordhighdewday = '%recordhighdewday%';
$recordlowdew = '%recordlowdew%';
$recordlowdewyear = '%recordlowdewyear%';
$recordlowdewmonth = '%recordlowdewmonth%';
$recordlowdewday = '%recordlowdewday%';
$stationname = '%stationname%';
$raindifffromav = '%raindifffromav%';
$raindifffromavyear = '%raindifffromavyear%';
$gddmonth = '%gddmonth%';
$gddyear = '%gddyear%';

// end of WebsterWeatherLive Alternative Dashboard plugin tags

// ----------------------------------------------------------------------------------------------------

// begin WebsterWeatherLive High/Low/Average plugin page tags
// Note: duplicated tags have been removed
//
// Modifications for Webster Weather Live's Modifications
// NOTE: These are all using US measurements!!
// Add this code in right before the section called
// General OR Non Weather Specific/SUN/MOON in the file
// in your c:\wDisplay\webfiles directory
// Version 1.1 - 17-FEB-2009 Initial Release
// Version 1.2 - 10-MAR-2009 Fixed snow tags for CM measurements
// ========================================================
$recordhighheatindex = '%recordhighheatindex%';
$recordhighheatindexmonth = '%recordhighheatindexmonth%';   // Record high heatindex month
$recordhighheatindexday = '%recordhighheatindexday%';   // Record high heatindex day
$recordhighheatindexyear = '%recordhighheatindexyear%';   // Record high heatindex year 
$recordhighbaromonth = '%recordhighbaromonth%';   // Record high baro month
$recordhighbaroday = '%recordhighbaroday%';   // Record high baro day
$recordhighbaroyear = '%recordhighbaroyear%';   // Record high baro year 
$recordlowbaromonth = '%recordlowbaromonth%';   // Record low baro month
$recordlowbaroday = '%recordlowbaroday%';   // Record low baro day
$recordlowbaroyear = '%recordlowbaroyear%';   // Record low baro year 
$recorddailyrainmonth = '%recorddailyrainmonth%';   // Record daily rain month
$recorddailyrainday = '%recorddailyrainday%';   // Record daily rain day
$recorddailyrainyear = '%recorddailyrainyear%';   // Record daily rain year
$recorddailyrain = '%recorddailyrain%'; // Record Daily Rain 
$maxheat = '%maxheat%';
$maxheatt = '%maxheatt%'; 
$maxheatyest = '%maxheatyest%';  
$mrecordhighheatindex = '%mrecordhighheatindex%';
$yrecordhighheatindex = '%yrecordhighheatindex%';
// You can comment out the next 6 lines if you do not use Weather Underground history
// Next 4 Lines are US snow measurements (Comment out if using CM)
// Next 4 lines are METRIC snow measurements (Uncomment to use these)
// End of snow tags to change
$yeartodateavtemp = '%yeartodateavtemp%'; 
$monthtodateavtemp = '%monthtodateavtemp%'; 
$maxchillyest = '%maxchillyest%'; 
$monthtodatemaxgust = '%monthtodatemaxgust%'; 
$recordwindspeed = '%recordwindspeed%'; // All Time Record Avg Wind Speed
$recordwindgust = '%recordwindgust%'; // All Time Record wind gust
$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
$recordhighbaro = '%recordhighbaro%'; // All Time Record Avg Wind Speed
$recordlowbaro = '%recordlowbaro%'; // All Time Record wind gust
$recordhighavwindmonth = '%recordhighavwindmonth%'; 
$recordhighavwindday = '%recordhighavwindday%';
$recordhighavwindyear = '%recordhighavwindyear%';
$recordhighgustmonth = '%recordhighavwindmonth%';
$recordhighgustday = '%recordhighavwindday%';
$recordhighgustyear = '%recordhighavwindyear%';
$sunshinehourstodateyear = '%sunshinehourstodateyear%'; 
$sunshineyesterday = '%sunshineyesterday%';
$mrecordhighsolar = '%mrecordhighsolar%';  
$yrecordhighsolar = '%yrecordhighsolar%';
$recordhighsolar = '%recordhighsolar%'; 
$recordhighsolarmonth = '%recordhighsolarmonth%'; 
$recordhighsolarday = '%recordhighsolarday%';
$recordhighsolaryear = '%recordhighsolaryear%';
$mrecordhighuv = '%mrecordhighuv%';  
$yrecordhighuv = '%yrecordhighuv%';
$recordhighuv = '%recordhighuv%'; 
$recordhighuvmonth = '%recordhighuvmonth%'; 
$recordhighuvday = '%recordhighuvday%';
$recordhighuvyear = '%recordhighuvyear%';
$avtempsincemidnight = '%avtempsincemidnight%';
$yesterdayavtemp = '%yesterdayavtemp%';
$avgspeedsincereset = '%avgspeedsincereset%';
$maxheatyestt = '%maxheatyestt%';
$recorddayswithrain = '%recorddayswithrain%';
$recorddayswithrainmonth = '%recorddayswithrainmonth%';
$recorddayswithrainday = '%recorddayswithrainday%';
$recorddayswithrainyear = '%recorddayswithrainyear%';
$mrecorddailyrain = '%mrecorddailyrain%';
$yrecorddailyrain = '%yrecorddailyrain%';
$mrecordhighheatindexday = '%mrecordhighheatindexday%';
$mrecordhighheatindexmonth = '%mrecordhighheatindexmonth%';
$yrecordhighheatindexday = '%yrecordhighheatindexday%';
$yrecordhighheatindexmonth = '%yrecordhighheatindexmonth%';
$mrecordhighsolarday = '%mrecordhighsolarday%';
$mrecordhighsolarmonth = '%mrecordhighsolarmonth%';
$yrecordhighsolarday = '%yrecordhighsolarday%';
$yrecordhighsolarmonth = '%yrecordhighsolarmonth%';
$mrecordhighuvday = '%mrecordhighuvday%';
$mrecordhighuvmonth = '%mrecordhighuvmonth%';
$yrecordhighuvday = '%yrecordhighuvday%';
$yrecordhighuvmonth = '%yrecordhighuvmonth%';
$windrunyesterday = '%windrunyesterday%';
$recordhighwindrun = '%recordhighwindrun%';
$recordhighwindrunday = '%recordhighwindrunday%';
$recordhighwindrunmth = '%recordhighwindrunmth%';
$recordhighwindrunyr = '%recordhighwindrunyr%';
$currentwdet = '%currentwdet%';
$yesterdaywdet = '%yesterdaywdet%';
$highhum = '%highhum%';
$highhumt = '%highhumt%';
$lowhum = '%lowhum%';
$lowhumt = '%lowhumt%';
$maxhumyest = '%maxhumyest%';
$maxhumyestt = '%maxhumyestt%';
$minhumyest = '%minhumyest%';
$minhumyestt = '%minhumyestt%';
$mrecordhighhum = '%mrecordhighhum%';
$mrecordhighhummonth = '%mrecordhighhummonth%';
$mrecordhighhumday = '%mrecordhighhumday%';
$mrecordlowhum = '%mrecordlowhum%';
$mrecordlowhummonth = '%mrecordlowhummonth%';
$mrecordlowhumday = '%mrecordlowhumday%';
$yrecordhighhum = '%yrecordhighhum%';
$yrecordhighhummonth = '%yrecordhighhummonth%';
$yrecordhighhumday = '%yrecordhighhumday%';
$yrecordlowhum = '%yrecordlowhum%';
$yrecordlowhummonth = '%yrecordlowhummonth%';
$yrecordlowhumday = '%yrecordlowhumday%';
$recordhighhum = '%recordhighhum%';
$recordhighhumyear = '%recordhighhumyear%';
$recordhighhummonth = '%recordhighhummonth%';
$recordhighhumday = '%recordhighhumday%';
$recordlowhum = '%recordlowhum%';
$recordlowhumyear = '%recordlowhumyear%';
$recordlowhummonth = '%recordlowhummonth%';
$recordlowhumday = '%recordlowhumday%';

// 
// Monthly High/low/avg Hometownzone Mod
// You can ship this section if you do not plan
// to use the Monthly.php script 
//
$recordhightempjan = '%recordhightempjan%';
$recordlowtempjan = '%recordlowtempjan%';
$avtempjan = '%avtempjan%';
$avrainjan = '%avrainjan%';
$recordhightempfeb = '%recordhightempfeb%';
$recordlowtempfeb = '%recordlowtempfeb%';
$avtempfeb = '%avtempfeb%';
$avrainfeb = '%avrainfeb%';
$recordhightempmar = '%recordhightempmar%';
$recordlowtempmar = '%recordlowtempmar%';
$avtempmar = '%avtempmar%';
$avrainmar = '%avrainmar%';
$recordhightempapr = '%recordhightempapr%';
$recordlowtempapr = '%recordlowtempapr%';
$avtempapr = '%avtempapr%';
$avrainapr = '%avrainapr%';
$recordhightempmay = '%recordhightempmay%';
$recordlowtempmay = '%recordlowtempmay%';
$avtempmay = '%avtempmay%';
$avrainmay = '%avrainmay%';
$recordhightempjun = '%recordhightempjun%';
$recordlowtempjun = '%recordlowtempjun%';
$avtempjun = '%avtempjun%';
$avrainjun = '%avrainjun%';
$recordhightempjul = '%recordhightempjul%';
$recordlowtempjul = '%recordlowtempjul%';
$avtempjul = '%avtempjul%';
$avrainjul = '%avrainjul%';
$recordhightempaug = '%recordhightempaug%';
$recordlowtempaug = '%recordlowtempaug%';
$avtempaug = '%avtempaug%';
$avrainaug = '%avrainaug%';
$recordhightempsep = '%recordhightempsep%';
$recordlowtempsep = '%recordlowtempsep%';
$avtempsep = '%avtempsep%';
$avrainsep = '%avrainsep%';
$recordhightempoct = '%recordhightempoct%';
$recordlowtempoct = '%recordlowtempoct%';
$avtempoct = '%avtempoct%';
$avrainoct = '%avrainoct%';
$recordhightempnov = '%recordhightempnov%';
$recordlowtempnov = '%recordlowtempnov%';
$avtempnov = '%avtempnov%';
$avrainnov = '%avrainnov%';
$recordhightempdec = '%recordhightempdec%';
$recordlowtempdec = '%recordlowtempdec%';
$avtempdec = '%avtempdec%';
$avraindec = '%avraindec%';

// end of Webster Weather Live tags for High/Low/Average plugin
// ----------------------------------------------------------------------------------------------------
// end of testtags.txt/testtags.php
?>
