<?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
// Version 1.07 - 23-Jul-2011 -- added support for multiple plugin scripts for WD - see comments for supported scripts
// Version 1.08 - 04-Aug-2012 -- added support for monthly average tags
/* 
  1.07 includes support for:
  
WebsterWeather:  http://www.websterweatherlive.com/wxScripts.php
  Alt-Dashboard 4.xx Script (Pre-Rainer's JavaScript) 	V4.30 	18-FEB-2011
  Alt-Dashboard 5.xx Script 	V5.20 	18-FEB-2011
  UpdatedAlt-Dashboard 6.xx Script 	V6.20 	27-JUN-2011
  UpdatedMOBILE Dashboard 1.xx Script 	V1.30 	15-JUL-2011
  High/Low/Averages Script Ver 3 Ajax-PHP Template Only 	V3.01 	25-MAR-2011

642weather (MChallis) http://www.642weather.com/weather/scripts-printable-flyer.php
  Printable Flyer Add-on for WD/PHP/AJAX Website Template V1.12  06-Nov-2009

Eastmasonville http://eastmasonvilleweather.com/downloads.php
  Station Records (wxrecords)  V1.13 - 24-May-2011

Relayweather http://www.relayweather.com/downloads.php
  Temperature and Rain Trending (wxglobalwarming) 	V1.0 	20-Jan-2010

end of 1.07 update description
*/
// --------------------------------------------------------------------------
// 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;
}
// Units
// -----
$uomtemp = 'C'; //  = 'C', 'F',  (or  '°C', '°F', or '&deg;C', '&deg;F' )
$uombaro = 'hPa'; //  = 'inHg', 'hPa', 'kPa', 'mb'
$uomwind = 'kts'; //  = 'kts','mph','kmh','km/h','m/s','Bft'
$uomrain = 'mm'; //  = 'mm', 'in'
$datefmt = 'd/m/y'; //  = 'd/m/y', 'm/d/y'
$uomdistance = 'km'; // = 'mi','km'  (for windrun variables)
//
// General OR Non Weather Specific/SUN/MOON
// ========================================
$time =  '20:25';	// current time
$date =  '9/4/2026';	// current date
$sunrise =  '06:05';	// sun rise time (make sure you have the correct lat/lon
// 		            in view/sun moon)
$time_minute =  '25';	// Current minute
$time_hour =  '20';	// Current hour
$date_day =  '09';	// Current day
$date_month =  '04';	// Current month
$date_year =  '2026';	// Current year
$monthname =  'April';	// Current month name
$dayname =  'Thursday';	// Current day name
$sunset =  '19:43';	// sunset time
$moonrisedate =  '09/04/26';	// moon rise date
$moonrise =  '03:34';	// moon rise time
$moonsetdate =  '09/04/26';	// moon set date
$moonset =  '09:16';	// moon set time
$moonage =  'Moon age: 21 days,18 hours,57 minutes,54%';	// current age of the moon (days since new moon)
$moonphase =  '54%';	// Moon phase %
$moonphasename = 'Waning Gibbous Moon'; // 10.36z addition
$marchequinox =  '14:47 UTC 20 March 2026';	// March equinox date
$junesolstice =  '08:25 UTC 21 June 2026';	// June solstice date
$sepequinox =  '00:06 UTC 23 September 2026';	// September equinox date
$decsolstice =  '20:51 UTC 21 December 2026';	// December solstice date
$moonperihel =  '00:24 UTC 4 January 2027';	// Next Moon perihel date
$moonaphel =  '09:17 UTC 5 July 2026';	// Next moon perihel date
$moonperigee =  '06:58 UTC 19 April 2026';	// Next moon perigee date
$moonapogee =  '22:31 UTC 4 May 2026';	// Next moon apogee date
$newmoon =  '01:24 UTC 19 March 2026';	// Date/time of the next/last new moon
$nextnewmoon =  '11:52 UTC 17 April 2026';	// Date/time of the next new moon for next month
$firstquarter =  '19:18 UTC 25 March 2026';	// Date/time of the next/last first quarter moon
$lastquarter =  '04:52 UTC 10 April 2026';	// Date/time of the next/last last quarter moon
$fullmoon =  '02:13 UTC 2 April 2026';	// Date/time of the next/last full moon
$fullmoondate =  '02 April 2026';	// Date of the next/last full moon (date only)
$suneclipse =  '02 August 2027 09:02:55 43%';	// Next sun eclipse
$mooneclipse =  '28 August 2026 04:13:20 93%';	// Next moon eclipse date
$easterdate =  '5 April 2026';	// Next easter date
$chinesenewyear =  '17 February 2026 ()';	// Chinese new year
$hoursofpossibledaylight =  '13:38';	// Total hours/minutes of possible daylight for today
//
$weatherreport =  'Dry';	// current weather conditions from selected METAR
$stationaltitude =  '0';	// Station altitude, feet, as set in the units setup
// this under setup)
$stationlatitude =  '054:19:53';	// Latitude (from the sun moon rise/set setup)
$stationlongitude =  '-001:49:26';	// Longtitude (from the sun moon rise/set setup)
$windowsuptime = '0 Days 9 Hours 42 Minutes 25 Seconds'; // uptime for windows on weather pc
$freememory = '5.69GB'; // amount of free memory on the pc
$Startimedate = '11:01:30 09/04/2026'; // Time/date WD was started

/*
$NOAAEvent = 'NO CURRENT ADVISORIES'; // NOAA Watch/Warning/Advisory
$noaawarningraw = '---'; // NOAA RAW watch/warning/advisory
*/

$wdversion = '10.37S' . '-(b' . '152' . ')';	// Weather Display version number you are running
$wdversiononly = '10.37S';
$wdbuild   = '152';       // Weather Display build number you are running
$noaacityname =  '---';	// City name,from the noaa setup (in the av/ext setup)
// 
$timeofnextupdate =  '20:26';	// Time of next Update/Upload of the weather data to your web page (based on the web table update 
// 
$heatcolourword =  '---';	// How hot/cold it feels at the moment, based on the humidex, used with the conditionscolour.jpg 
// 
// 
// Temperature/Humidity
// ====================
// Current:
// --------
$temperature =  '5.3';	// temperature
$tempnodp = '5'; // temperature, no decimal place
$humidity =  '76';	// humidity
$dewpt =  '1.4';	// dew point
$maxtemp =  '11.9';	// today's maximum temperature
$maxtempt =  '08:29';	// time this occurred
$mintemp =  '5.3';	// today's minimum temperature
$mintempt =  '20:15';	// time this occurred
$feelslike =  '2';	// Shows heat index or humidex or windchill (if less than 16oC)

$heati =  '5.3';	// current heat index
$heatinodp =  '5';	// current heat index,no decimal place
$windch =  '2.2';	// current wind-chill
$windchnodp =  '2';	// current wind-chill, no decimal place
$humidexfaren =  '38.3';	// Humidex value in oF
$humidexcelsius =  '3.5';	// Humidex value in oC

$apparenttemp =  '1.6';	// Apparent temperature
$apparentsolartemp =  '1.6';	// Apparent temperature in the sun (you need a solar sensor)
$apparenttempc =  '1.6';	// Apparent temperature, °C
$apparentsolartempc =  '1.6';	// Apparent temperature in the sun, °C (you need a solar sensor)
$apparenttempf =  '34.8';	// Apparent temperature, °F
$apparentsolartempf =  '34.8';	// Apparent temperature in the sun, °F (you need a solar sensor)
// 
$WUmaxtemp = '0.0';	// Todays average max temperature from the selected Wunderground almanac station
$WUmintemp = '0.0';	// Todays average min temperature from the selected Wunderground almanac station
// 
$WUmaxtempr = '0.0';	// Todays record max temperature from the selected Wunderground almanac station
$WUmintempr = '0.0';	// Todays record min temperature from the selected Wunderground almanac station
$WUmaxtempryr = '0';	// Year that it occured
$WUmintempryr = '0';	// year that it occured
// 
// 
// Yesterday:
// ----------
$tempchangehour =  '-1.1';	// Temperature change in the last hour
$maxtempyest =  '20.7';	// Yesterday's max temperature
$maxtempyestt =  '15:18';	// Time of yesterday's max temperature
$mintempyest =  '4.1';	// Yesterday's min temperature
$mintempyestt =  '06:16';	// Time of yesterday's min temperature
// 
// 
// Trends:
// -------
$temp24hoursago =  '14.0';	// The temperature 24 hours ago
$humchangelasthour =  '+6';	// Humidity change last hour
$dewchangelasthour =  '+0.0';	// Dew point change last hour
$barochangelasthour =  '+0.5';	// Baro change last hour
// 
// Wind
// ====
// Current:
// --------
// 
$avgspd =  '7.7';	// average wind speed (current)
$gstspd =  '16.7';	// current/gust wind speed
$maxgst =  '24.0';	// today's maximum wind speed
$maxgstt =  '12:56';	// time this occurred
$maxgsthr =  '18.9 kts  W';	// maximum gust last hour
$dirdeg =  '281';	// wind direction (degrees)
$dirlabel =  'W';	// wind direction (NNE etc)
//$maxgustlastimediatehourtime =  '19:30';	// 19:30  time that the max gust last prior 1 hour occured
$avwindlastimediate10 =  '9.3';	// Average wind for the last immediate 10 minute period
// $avdir10minute =  '297';	// average ten minute wind direction (degrees)

$beaufortnum ='3'; //Beaufort wind force number
$currbftspeed = '5 bft'; //Current Beaufort wind speed

$bftspeedtext = 'Gentle Breeze'; //Beaufort scale in text (i.e Fresh Breeze)
// 
// 
// Baromometer
// ===========
// Current:
// --------
$baro = '1014.2';  // current barometer
$baroinusa2dp =  '29.95 inches';	// Current barometer reading in inches, 2 decimal places only.
$trend =  '+0.5';	// amount of change in the last hour
$pressuretrendname =  'Steady';	// pressure trend (i.e. 'falling'), last hour
$pressuretrendname3hour =  'Rising';	// pressure trend (i.e. 'falling'), last 3 hours

$vpforecasttext = '---';	// Forecast text from the Davis VP
// 
// 
// Rain
// ====
// Current:
// --------
$dayrn =  '  0.0';	// today's rain
$monthrn =  '5.8';	// rain so far this month
$yearrn =  '246.9';	// rain so far this year
$dayswithnorain =  '1';	// Consecutative days with no rain
$dayswithrain =  '4';	// Days with rain for the month
$dayswithrainyear =  '8';	// Days with rain for the year
$currentrainratehr =  '0.00';	// Current rain rate, mm/hr (or in./hr)
$maxrainrate =  '0.0';	// Max rain rate,for the day, mm/min (or in./min)
$maxrainratehr =  '0.0';	// Max rain rate,for the day, mm/hr (or in.mm)
$maxrainratetime =  '00:00';	// Time that occurred
// Yesterday:
// ----------
$yesterdayrain =  '0.0';	// Yesterday rain
//
$vpstormrainstart = '0/0/0';  //Davis VP Storm rain start date
$vpstormrain = '0.0';           //Davis VP Storm rain value
//
// 
// Sunshine/Solar/ET
// =================
$VPsolar =  '0';	//  Solar energy number (W/M2)
$VPuv =  '0.0';	// UV number 
$highsolar =  '356';	// Daily high solar (for Davis VP and Grow stations)
$highuv =  '3.0';	// Daily high UV (for Davis VP stations)
$currentsolarpercent =  '0';	// Current solar percent for stations with a temperature solar sensor (like the dallas 1 wire)
$highsolartime =  '16:35';	// Time that the daily high solar occured
$lowsolartime =  '00:00';	// Time that the daily low solar occured
$highuvtime =  '16:34';	// Time that the daily high UV occured
$lowuvtime =  '00:00';	// Time that the daily low UV occured
$highuvyest =  '8.0';	// Yesterday's high UV
$highuvyesttime =  '13:05';	// Time of yesterday's high UV
$burntime =  '720';	// 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 =  '43.9';	// All time record high wind gust
$mrecordhighgustday =  '5';	// Day of record high wind gust
// 
// 
// Snow
// =====
// 
$snowseasonin = '0.00';	// Snow for season you have entered under input daily weather, inches
$snowmonthin = '0';	// Snow for month you have entered under input daily weather, inches
$snowtodayin = '0.00';	// Snow for today you have entered under input daily weather, inches
$snowseasoncm = '0.0';	// Snow for season you have entered under input daily weather, cm
$snowmonthcm = '0';	// Snow for month you have entered under input daily weather, cm
$snowtodaycm = '0.0';	// Snow for today you have entered under input daily weather, cm
$snowyesterday = '0';	// Yesterdays' snow
$snowheight = '407';	// Estimated height snow will fall at
$snowheightnew = '1150';	// Estimated height snow will fall at, new formula
// 
$snownowin = '0.00';	// Current snow depth, inches.
$snownowcm = '0.0';	// Current snow depth, cm.
// 
$snowrain = '0.0';	// Rain measure by a heated rain gauge when temp below freezing times 10 to give estimated snow fall
$snowdaysthismonth = '0';	// Days with snow this month
$snowdaysthisyear = '0';	// Days with snow this year
//
// tags needed for trends-inc.php
//
$temp0minuteago = '5.3';  // ****this one is needed for all the others to work
$wind0minuteago = '8';
$gust0minuteago = '17';
$dir0minuteago = 'WNW';
$hum0minuteago = '76';
$dew0minuteago = '1.4';
$baro0minuteago = '1014.2';
$rain0minuteago = '0.0';
$VPsolar0minuteago = '0';
$VPuv0minuteago = '0.0';

$temp5minuteago = '5.3';  
$wind5minuteago = '6';
$gust5minuteago = '16';
$dir5minuteago = 'WNW';
$hum5minuteago = '75';
$dew5minuteago = '1.2';
$baro5minuteago = '1014.1';
$rain5minuteago = '0.0';
$VPsolar5minuteago = '0';
$VPuv5minuteago = '0.0';

$temp10minuteago = '5.4';  
$wind10minuteago = '8';
$gust10minuteago = '15';
$dir10minuteago = 'WNW';
$hum10minuteago = '74';
$dew10minuteago = '1.1';
$baro10minuteago = '1013.9';
$rain10minuteago = '0.0';
$VPsolar10minuteago = '0';
$VPuv10minuteago = '0.0';

$temp15minuteago = '5.4';  
$wind15minuteago = '11';
$gust15minuteago = '15';
$dir15minuteago = 'WNW';
$hum15minuteago = '73';
$dew15minuteago = '0.9';
$baro15minuteago = '1013.8';
$rain15minuteago = '0.0';
$VPsolar15minuteago = '1';
$VPuv15minuteago = '0.0';

$temp20minuteago = '5.4';  
$wind20minuteago = '5';
$gust20minuteago = '15';
$dir20minuteago = 'WNW';
$hum20minuteago = '73';
$dew20minuteago = '0.9';
$baro20minuteago = '1013.7';
$rain20minuteago = '0.0';
$VPsolar20minuteago = '1';
$VPuv20minuteago = '0.0';

$temp30minuteago = '5.7';  
$wind30minuteago = '5';
$gust30minuteago = '14';
$dir30minuteago = ' NW';
$hum30minuteago = '72';
$dew30minuteago = '1.0';
$baro30minuteago = '1013.7';
$rain30minuteago = '0.0';
$VPsolar30minuteago = '4';
$VPuv30minuteago = '0.0';

$temp45minuteago = '5.9';  
$wind45minuteago = '4';
$gust45minuteago = '16';
$dir45minuteago = 'WNW';
$hum45minuteago = '72';
$dew45minuteago = '1.3';
$baro45minuteago = '1013.7';
$rain45minuteago = '0.0';
$VPsolar45minuteago = '8';
$VPuv45minuteago = '0.0';

$temp60minuteago = '6.4';  
$wind60minuteago = '7';
$gust60minuteago = '14';
$dir60minuteago = ' W ';
$hum60minuteago = '70';
$dew60minuteago = '1.4';
$baro60minuteago = '1013.7';
$rain60minuteago = '0.0';
$VPsolar60minuteago = '16';
$VPuv60minuteago = '0.0';

$temp75minuteago = '6.8';  
$wind75minuteago = '7';
$gust75minuteago = '15';
$dir75minuteago = 'WNW';
$hum75minuteago = '69';
$dew75minuteago = '1.5';
$baro75minuteago = '1013.5';
$rain75minuteago = '0.0';
$VPsolar75minuteago = '23';
$VPuv75minuteago = '0.0';

$temp90minuteago = '7.3';  
$wind90minuteago = '9';
$gust90minuteago = '14';
$dir90minuteago = ' NW';
$hum90minuteago = '70';
$dew90minuteago = '2.2';
$baro90minuteago = '1013.2';
$rain90minuteago = '0.0';
$VPsolar90minuteago = '32';
$VPuv90minuteago = '0.0';

$temp105minuteago = '7.7';  
$wind105minuteago = '8';
$gust105minuteago = '17';
$dir105minuteago = ' NW';
$hum105minuteago = '72';
$dew105minuteago = '3.0';
$baro105minuteago = '1012.9';
$rain105minuteago = '0.0';
$VPsolar105minuteago = '39';
$VPuv105minuteago = '0.0';

$temp120minuteago = '7.8';  
$wind120minuteago = '8';
$gust120minuteago = '18';
$dir120minuteago = ' NW';
$hum120minuteago = '72';
$dew120minuteago = '3.0';
$baro120minuteago = '1012.9';
$rain120minuteago = '0.0';
$VPsolar120minuteago = '56';
$VPuv120minuteago = '0.0';

$VPet = '0.0';
$VPetmonth = '14.0';
$dateoflastrainalways = '7/4/2026';
$highbaro = '1018.6 ';
$highbarot = '00:00';
$highsolaryest = '863.5';
$highsolaryesttime = '13:05';
$hourrn = '0.0';
$maxaverageyest = '10.3';
$maxaverageyestt = '15:53';
$maxavgdirectionletter = 'WNW';
$maxavgspd = '20.8';
$maxavgspdt = '14:46';
$maxbaroyest = '1023.0 ';
$maxbaroyestt = '00:20';
$maxgstdirectionletter = 'WSW';
$maxgustyest = '14.0 kts WNW';
$maxgustyestt = '16:44';
$mcoldestdayonrecord = '6.0C  on: 05 Apr 2026';
$mcoldestnightonrecord = '1.8C  on: 06 Apr 2026';
$minchillyest = '2.3';
$minchillyestt = '06:46';
$minwindch = '0.5';
$minwindcht = '20:22';
$mrecordhighavwindday = '5';
$mrecordhighavwindmonth = '4';
$mrecordhighavwindyear = '2026';
$mrecordhighbaro = '1027.1';
$mrecordhighbaroday = '1';
$mrecordhighbaromonth = '4';
$mrecordhighbaroyear = '2026';
$mrecordhighgustmonth = '4';
$mrecordhighgustyear = '2026';
$mrecordhightemp = '20.7';
$mrecordhightempday = '8';
$mrecordhightempmonth = '4';
$mrecordhightempyear = '2026';
$mrecordlowchill = '-3.1';
$mrecordlowchillday = '4';
$mrecordlowchillmonth = '4';
$mrecordlowchillyear = '2026';
$mrecordlowtemp = '-0.5';
$mrecordlowtempday = '4';
$mrecordlowtempmonth = '4';
$mrecordlowtempyear = '2026';
$mrecordwindspeed = '31.7';
$mwarmestdayonrecord = '14.3C  on: 08 Apr 2026';
$mwarmestnightonrecord = '12.0C  on: 09 Apr 2026';
$raincurrentweek = '5.8';
$raintodatemonthago = '0.0';
$raintodateyearago = '0.0';
$timeoflastrainalways = ' 16:54';
$windruntodatethismonth = '1828.35 km';
$windruntodatethisyear = '5086.20 km';
$windruntoday = '202.58';
$yesterdaydaviset = '0.0';
$yrecordhighavwindday = '5';
$yrecordhighavwindmonth = '4';
$yrecordhighavwindyear = '2026';
$yrecordhighbaro = '1028.1';
$yrecordhighbaroday = '28';
$yrecordhighbaromonth = '3';
$yrecordhighbaroyear = '2026';
$yrecordhighgustday = '5';
$yrecordhighgustmonth = '4';
$yrecordhighgustyear = '2026';
$yrecordhightemp = '20.7';
$yrecordhightempday = '8';
$yrecordhightempmonth = '4';
$yrecordhightempyear = '2026';
$yrecordlowchill = '-4.8';
$yrecordlowchillday = '13';
$yrecordlowchillmonth = '3';
$yrecordlowchillyear = '2026';
$yrecordlowtemp = '-0.5';
$yrecordlowtempday = '4';
$yrecordlowtempmonth = '4';
$yrecordlowtempyear = '2026';
$yrecordwindgust = '43.9';
$yrecordwindspeed = '31.7';
$daysTmaxGT30C = '0';
$daysTmaxGT25C = '0';
$daysTminLT0C = '2';
$daysTminLTm15C = '0';

// 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 = '1';                // icon number

   $current_icon = $icon_array[1]; // name of our condition icon
// ----------------------------------------------------------------------------------
//   $current_summary = 'Dry' . '<br />' . 'Night time/Dry ';
   $weathercond = 'Dry';
   $Currentsolardescription = 'Night time/Dry ';
   $current_summary = $Currentsolardescription;
   $current_summary = preg_replace('|^/[^/]+/|','',$current_summary);
   $current_summary = preg_replace('|\\\\|',', ',$current_summary);
   $current_summary = preg_replace('|/|',', ',$current_summary);
//  
//  
$cloudheightfeet =  '1603';	// Estimated cloud base height, feet, (based on dew point, and you height above sea  level...enter
$cloudheightmeters =  '489';	// 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 = '19:30';        // time that the max gust last prior 1 hour occured
$minbaroyest  = '1018.3 ';
$minbaroyestt = '23:36';
$mrecordlowbaro = '989.5';
$mrecordlowbaroday = '5';
$mrecordlowbaromonth = '4';
$mrecordlowbaroyear = '2026';
$yrecordlowbaro = '987.1';
$yrecordlowbaroday = '13';
$yrecordlowbaromonth = '3';
$yrecordlowbaroyear = '2026';
// end mchallis tags added to testtags.txt for printable flyer
// ----------------------------------------------------------------------------------------------------
// New WebsterWeatherLive VER 4.10 tags
//----------------------------------------------
$lighteningbearing = '0';
$lighteningdistance = '9';
$lighteningcountlasthournextstorm = '0';
$lighteningcountlastminutenextstorm = '0';
$lighteningcountlast12hournextstorm = '0';
$lighteningcountlast30minutesnextstorm = '0';
$timeofdaygreeting = 'Evening';
$avwindlastimediate60 = '8.1'; // average wind speed
$avwindlastimediate120 = '7.7'; // average wind speed
$currentmonthaveragerain = '---'; // average rain for current month
//
// version 5.00+ 
$avwindlastimediate15 = '8.0'; // average wind speed
$avwindlastimediate30 = '6.9'; // average wind speed
$todayhihumidex = '12.9'; //daily high humidex
$todaylohumidex = '3.4'; //Daily low Humidex
//Version 5.02
$dayornight = 'Night'; // Day or night flag

//Version 6.20
$tempchangelasthourfaren = '-2.1'; //For snow prediction
$abshum = '4.97'; //For snow prediction
$maxtemp4today = '---'; // max from station's records
$mintemp4today = '---'; // min from station's records
$maxtemp4todayyr = '2026'; // max year from station's records
$mintemp4todayyr = '2026'; // min year from station's records
$avsnowjan = '---'; //Average snow for jan from your inputted snow data (cm)
$avsnowfeb = '0.0'; //Average snow for feb from your inputted snow data (cm)
$avsnowmar = '---'; //Average snow for mar from your inputted snow data (cm)
$avsnowapr = '0.0'; //Average snow for apr from your inputted snow data (cm)
$avsnowmay = '---'; //Average snow for may from your inputted snow data (cm)
$avsnowjun = '---'; //Average snow for may from your inputted snow data (cm)
$avsnowjul = '---'; //Average snow for jul from your inputted snow data (cm)
$avsnowaug = '---'; //Average snow for aug from your inputted snow data (cm)
$avsnowsep = '---'; //Average snow for sep from your inputted snow data (cm)
$avsnowoct = '---'; //Average snow for oct from your inputted snow data (cm)
$avsnownov = '---'; //Average snow for nov from your inputted snow data (cm)
$avsnowdec = '---'; //Average snow for dec from your inputted snow data (cm)
$avsnowjannow = '---';
$avsnowfebnow = '0.0';
$avsnowmarnow = '---';
$avsnowaprnow = '0.0';
$avsnowmaynow = '---';
$avsnowjunnow = '---';
$avsnowjulnow = '---';
$avsnowaugnow = '---';
$avsnowsepnow = '---';
$avsnowoctnow = '---';
$avsnownovnow = '---';
$avsnowdecnow = '---';
// 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 = '0.0';
$avtempfebnow = '0.0';
$avtempmarnow = '7.4';
$avtempaprnow = '8.3';
$avtempmaynow = '0.0';
$avtempjunnow = '0.0';
$avtempjulnow = '0.0';
$avtempaugnow = '0.0';
$avtempsepnow = '0.0';
$avtempoctnow = '0.0';
$avtempnovnow = '0.0';
$avtempdecnow = '0.0';
$avtempjan = '0.0';//Average temperature for january from your data
$avtempfeb = '0.0';//Average temperature for february from your data
$avtempmar = '7.4';//Average temperature for march from your data
$avtempapr = '8.3';//Average temperature for april from your data
$avtempmay = '0.0';//Average temperature for may from your data
$avtempjun = '0.0';//Average temperature for june from your data
$avtempjul = '0.0';//Average temperature for july from your data
$avtempaug = '0.0';//Average temperature for august from your data
$avtempsep = '0.0';//Average temperature for september from your data
$avtempoct = '0.0';//Average temperature for october from your data
$avtempnov = '0.0';//Average temperature for november from your data
$avtempdec = '0.0';//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 = '0.0';
$avrainfeb = '113.0';
$avrainmar = '28.2';
$avrainapr = '0.0';
$avrainmay = '0.0';
$avrainjun = '0.0';
$avrainjul = '0.0';
$avrainaug = '0.0';
$avrainsep = '0.0';
$avrainoct = '0.0';
$avrainnov = '0.0';
$avraindec = '0.0';

$avrainjannow = '---';
$avrainfebnow = '113.0';
$avrainmarnow = '28.2';
$avrainaprnow = '5.8';
$avrainmaynow = '---';
$avrainjunnow = '---';
$avrainjulnow = '---';
$avrainaugnow = '---';
$avrainsepnow = '---';
$avrainoctnow = '---';
$avrainnovnow = '---';
$avraindecnow = '---';
//End Rain Trending
// end of relayweather tags
// ----------------------------------------------------------------------------------------------------
// eastmasonville wxrecord.php tags
$recordhightemp = '20.7';
$recordlowtemp = '-0.5';
$recordhighheatindex = '20.7';
$recordlowchill = '-4.8';
$warmestdayonrecord = '14.3 C  on: 08 Apr 2026';
$warmestnightonrecord = '12.0C  on: 09 Apr 2026';
$coldestdayonrecord = '4.9C  on: 13 Mar 2026';
$coldestnightonrecord = '1.8C  on: 06 Apr 2026';
$recordwindgust = '43.9';
$recordwindspeed = '31.7';
$recordhighwindrun = '380.2';
$recorddailyrain = '19.6';
$recordhighrainmth = '28.2';
$recordrainrate = '0.4';
$recorddayswithrain = '3';
$recorddaysnorain = '5';
$recordhighdew = '12.6';
$recordlowdew = '-2.0';
$recordhighhum = '95';
$recordlowhum = '41';
$recordhighbaro = '1028.1';
$recordlowbaro = '987.1';
$recordhighsolar = '916.0';
$recordhightempmonth = '4';
$recordhightempday = '8';
$recordhightempyear = '2026';
$recordlowtempmonth = '4';
$recordlowtempday = '4';
$recordlowtempyear = '2026';
$recordhighheatindexmonth = '4';
$recordhighheatindexday = '8';
$recordhighheatindexyear = '2026';
$recordlowchillmonth = '3';
$recordlowchillday = '13';
$recordlowchillyear = '2026';
$recordhighgustmonth = '4';
$recordhighgustday = '5';
$recordhighgustyear = '2026';
$recordhighavwindmonth = '4';
$recordhighavwindday = '5';
$recordhighavwindyear = '2026';
$recordhighwindrunmth = '3';
$recordhighwindrunday = '13';
$recordhighwindrunyr = '2026';
$recorddailyrainmonth = '3';
$recorddailyrainday = '12';
$recorddailyrainyear = '2026';
$recordhighrainmthmth = '3';
$recordhighrainmthyr = '2026';
$recordrainratemonth = '4';
$recordrainrateday = '7';
$recordrainrateyear = '2026';
$recorddayswithrainmonth = '4';
$recorddayswithrainday = '5';
$recorddayswithrainyear = '2026';
$recorddaysnorainmonth = '3';
$recorddaysnorainday = '24';
$recorddaysnorainyear = '2026';
$recordhighdewmonth = '4';
$recordhighdewday = '8';
$recordhighdewyear = '2026';
$recordlowdewmonth = '4';
$recordlowdewday = '6';
$recordlowdewyear = '2026';
$recordhighhummonth = '3';
$recordhighhumday = '12';
$recordhighhumyear = '2026';
$recordlowhummonth = '4';
$recordlowhumday = '6';
$recordlowhumyear = '2026';
$recordhighbaromonth = '3';
$recordhighbaroday = '28';
$recordhighbaroyear = '2026';
$recordlowbaromonth = '3';
$recordlowbaroday = '13';
$recordlowbaroyear = '2026';
$recordhighsolarmonth = '4';
$recordhighsolarday = '3';
$recordhighsolaryear = '2026';
$recordhighuv = '8.0';
$recordhighuvmonth = '4';
$recordhighuvday = '3';
$recordhighuvyear = '2026';

$yrecordhighheatindex = '20.7';
$yrecordhighheatindexmonth = '4';
$yrecordhighheatindexday = '8';
$yrecordhighheatindexyear = '2026';
$ywarmestdayonrecord = '14.3C  on: 08 Apr 2026';
$ywarmestnightonrecord = '12.0C  on: 09 Apr 2026';
$ycoldestdayonrecord = '4.9C  on: 13 Mar 2026';
$ycoldestnightonrecord = '1.8C  on: 06 Apr 2026';
$yrecordhighwindrun = '380.2';
$yrecordhighwindrunmth = '3';
$yrecordhighwindrunday = '13';
$yrecordhighwindrunyr = '2026';
$yrecorddailyrain = '19.6';
$yrecordhighrainmth = '28.2';
$yrecordrainrate = '0.4';
$yrecorddayswithrain = '3';
$yrecorddaysnorain = '5';
$yrecordhighdew = '12.6';
$yrecordlowdew = '-2.0';
$yrecordhighhum = '95';
$yrecordlowhum = '41';
$yrecorddailyrainmonth = '3';
$yrecorddailyrainday = '12';
$yrecorddailyrainyear = '2026';
$yrecordhighrainmthmth = '3';
$yrecordhighrainmthyr = '2026';
$yrecordrainratemonth = '4';
$yrecordrainrateday = '7';
$yrecordrainrateyear = '2026';
$yrecorddayswithrainmonth = '4';
$yrecorddayswithrainday = '5';
$yrecorddaysnorainmonth = '3';
$yrecorddaysnorainday = '24';
$yrecordhighdewmonth = '4';
$yrecordhighdewday = '8';
$yrecordhighdewyear = '2026';
$yrecordlowdewmonth = '4';
$yrecordlowdewday = '6';
$yrecordlowdewyear = '2026';
$yrecordhighhummonth = '3';
$yrecordhighhumday = '12';
$yrecordhighhumyear = '2026';
$yrecordlowhummonth = '4';
$yrecordlowhumday = '6';
$yrecordlowhumyear = '2026';
$yrecordhighsolar = '916.0';
$yrecordhighsolarmonth = '4';
$yrecordhighsolarday = '3';
$yrecordhighsolaryear = '2026';
$yrecordhighuv = '8.0';
$yrecordhighuvmonth = '4';
$yrecordhighuvday = '3';
$yrecordhighuvyear = '2026';

$mrecordhighheatindex = '20.7';
$mrecordhighheatindexmonth = '4';
$mrecordhighheatindexday = '8';
$mrecordhighheatindexyear = '2026';
$mrecordhighwindrun = '332.8';
$mrecordhighwindrunmth = '4';
$mrecordhighwindrunday = '5';
$mrecordhighwindrunyr = '2026';
$mrecorddailyrain = '4.3';
$mrecordhighrainmth = '28.2';
$mrecordrainrate = '0.4';
$mrecorddayswithrain = '3';
$mrecorddaysnorain = '3';
$mrecordhighdew = '12.6';
$mrecordlowdew = '-2.0';
$mrecordhighhum = '95';
$mrecordlowhum = '41';
$mrecorddailyrainmonth = '4';
$mrecorddailyrainday = '7';
$mrecorddailyrainyear = '2026';
$mrecordhighrainmthmth = '4';
$mrecordhighrainmthyr = '2026';
$mrecordrainratemonth = '4';
$mrecordrainrateday = '7';
$mrecordrainrateyear = '2026';
$mrecorddayswithrainmonth = '4';
$mrecorddayswithrainday = '5';
$mrecorddaysnorainmonth = '4';
$mrecorddaysnorainday = '3';
$mrecordhighdewmonth = '4';
$mrecordhighdewday = '8';
$mrecordhighdewyear = '2026';
$mrecordlowdewmonth = '4';
$mrecordlowdewday = '6';
$mrecordlowdewyear = '2026';
$mrecordhighhummonth = '4';
$mrecordhighhumday = '3';
$mrecordhighhumyear = '2026';
$mrecordlowhummonth = '4';
$mrecordlowhumday = '6';
$mrecordlowhumyear = '2026';
$myrecordhighbaromonth = '4';
$mrecordhighsolar = '916.0';
$mrecordhighsolarmonth = '4';
$mrecordhighsolarday = '3';
$mrecordhighsolaryear = '2026';
$mrecordhighuv = '8.0';
$mrecordhighuvmonth = '4';
$mrecordhighuvday = '3';
$mrecordhighuvyear = '2026';
// end of eastmasonville wxrecord.php tags
// ----------------------------------------------------------------------------------------------------
// other addons
$vpissstatus = 'Ok';      // VP ISS Status
$vpreception2 = '%vpreception2%'; // VP Current reception %  *** NEW IN V1.01
$vpconsolebattery = '%vpconsolebattery%'; // VP Console Battery Volts *** NEW IN V1.01
$firewi = '0.8'; // Fire Weather Index
$avtempweek = '8.1';    // Average Weekly Temp
$hddday = '6.4';        // Heating Degree for day
$hddmonth = '87.9';    // Heating Degree for month to date
$hddyear = '338.8';    // Heating Degree for year to date
$cddday = '0.0';        // Cooling Degree for day
$cddmonth = '0.0';    // Cooling Degree for month to date
$cddyear = '0.0';    // Cooling Degree for year to date
$minchillweek = '-2.4';  // Minimum Wind Chill over past 7 days 
$maxheatweek = '24.7';  // Maximum Heat Index for the Week *** NEW IN V2.00
$airdensity = '1.27';  //air density
$solarnoon = '12:54'; // Solar noon
$changeinday = '00:04:19';  // change in day length since yesterday
$etcurrentweek = '11.7'; // ET total for the last 7 days
$sunshinehourstodateday = '00:38';
$sunshinehourstodatemonth = '23:02';
$maxsolarfortime = '0';
$wetbulb = '3.7';
$lighteningcountlasthour = '0';
$lighteningcountlastminute = '0';
$lighteningcountlast5minutes = '0';
$lighteningcountlast12hour = '0';
$lighteningcountlast30minutes = '0';
$lighteningcountlasttime = '04/09/2026 20:24:12';
$lighteningcountmonth = '0';
$lighteningcountyear = '0';
$chandler = '0.5';
$maxdew = '9.7';
$maxdewt = '07:36';
$mindew = '0.9';
$mindewt = '19:51';
$maxdewyest = '12.6';
$maxdewyestt = '16:53';
$mindewyest = '2.6';
$mindewyestt = '06:11';
$stationname = 'Home pole';
$raindifffromav = '---';
$raindifffromavyear = '246.9';
$gddmonth = '18.0';
$gddyear = '31.6';
$maxheat = '11.9';
$maxheatt = '08:29'; 
$maxheatyest = '20.7';  
$yeartodateavtemp = '7.8'; 
$monthtodateavtemp = '8.3'; 
$maxchillyest = '20.7'; 
$monthtodatemaxgust = '44.0'; 
$monthtodateavspeed = '4.7'; // MTD average wind speed
$monthtodateavgust = '9.4'; //MTD average wind gust
$yeartodateavwind = '5.6'; // YTD average wind speed
$yeartodategstwind = '11.3'; // YTD avg wind gust
$lowbaro = '1010.5 ';
$lowbarot = '12:26';
$monthtodatemaxbaro = '1027.1'; // MTD average wind speed
$monthtodateminbaro = '989.6'; //MTD average wind gust
$sunshinehourstodateyear = '23:02'; 
$sunshineyesterday = '01:26';
$avtempsincemidnight = '9.8';
$yesterdayavtemp = '12.3';
$avgspeedsincereset = '5.4';
$maxheatyestt = '15:18';
$windrunyesterday = '134.68';
$currentwdet = '1.1';
$yesterdaywdet = '2.4';
$highhum = '95';
$highhumt = '04:24';
$lowhum = '66';
$lowhumt = '17:19';
$maxhumyest = '91';
$maxhumyestt = '06:47';
$minhumyest = '57';
$minhumyestt = '15:05';
$recordhightempjan = '---';
$recordlowtempjan = '---';
$recordhightempfeb = '---';
$recordlowtempfeb = '---';
$recordhightempmar = '16.5';
$recordlowtempmar = '1.0';
$recordhightempapr = '20.7';
$recordlowtempapr = '-0.5';
$recordhightempmay = '---';
$recordlowtempmay = '---';
$recordhightempjun = '---';
$recordlowtempjun = '---';
$recordhightempjul = '---';
$recordlowtempjul = '---';
$recordhightempaug = '---';
$recordlowtempaug = '---';
$recordhightempsep = '---';
$recordlowtempsep = '---';
$recordhightempoct = '---';
$recordlowtempoct = '---';
$recordhightempnov = '---';
$recordlowtempnov = '---';
$recordhightempdec = '---';
$recordlowtempdec = '---';

// average temp and rain by month (V1.08 addition)

$avtempjannow = '0.0';
$avtempfebnow = '0.0';
$avtempmarnow = '7.4';
$avtempaprnow = '8.3';
$avtempmaynow = '0.0';
$avtempjunnow = '0.0';
$avtempjulnow = '0.0';
$avtempaugnow = '0.0';
$avtempsepnow = '0.0';
$avtempoctnow = '0.0';
$avtempnovnow = '0.0';
$avtempdecnow = '0.0';

$avrainjannow = '---';
$avrainfebnow = '113.0';
$avrainmarnow = '28.2';
$avrainaprnow = '5.8';
$avrainmaynow = '---';
$avrainjunnow = '---';
$avrainjulnow = '---';
$avrainaugnow = '---';
$avrainsepnow = '---';
$avrainoctnow = '---';
$avrainnovnow = '---';
$avraindecnow = '---';

// end of other addons
// end of testtags.txt/testtags.php
?>
