<?php // YOU MUST EDIT THE ABOVE LINE BY CHANGING '<' INTO '<' // To be acceptable to Wiki it cannot be a PHP file, but it must be PHP to work on your site # # cumuluswebtags.txt (PHP) - Last modified: 4 March 2015 # // Initial Author: Ray Beriau // Version 1.00 - 10-Aug-2009 -- created this tag list // Version 1.01 - 17-Aug-2009 -- added missing tags // Version 1.02 - 02-Sep-2009 -- slight modifications to the header // Version 1.03 - 13-Nov-2009 -- added new tags // Version 1.04 - 15-Nov-2009 -- corrected comments on a tag // Version 1.05 - 14-Dec-2009 -- new tag added // Version 1.06 - 16-Dec-2009 -- new tag added // Version 1.07 - 22-Dec-2009 -- new tag added // Version 1.08 - 23-Dec-2009 -- new tag added // Version 1.09 - 11-Jan-2010 -- modified Davis battery tags // Version 1.10 - 16-Jan-2010 -- added new altimeter pressure tag // Version 1.11 - 26-Jan-2010 -- added new currcond tag // Version 1.12 - 06-Oct-2010 -- added new tags (Ver 1.9.1 Beta onwards) // Version 1.13 - 16-Feb-2011 -- added new tags (Ver 1.9.1 Beta onwards) // Version 1.14 - 22-Feb-2011 -- added new tags (Ver 1.9.1 Beta build 891 onwards) // Version 1.15 - 06-Apr-2011 -- confirmed all tags for Ver 1.9.1 release -- 400 in total. // Version 1.15a- 13-Jul-2011 -- fixed type with the $dewpointH tag // Version 1.16 - 11-Oct-2011 -- added new tags (Ver 1.9.2 of Cumulus) // Version 1.18 - 29-Dec-2011 -- added new tags up to v1.9.2 build1026 and fixed a number of entries (480 tags) # Version 2.00 - 6-Jan-2015 -- updated to v1.9.4 b 1099 (625 tags, - NOTE that monthly all-time tags are arrays each with 13 elements ) # Version 2.01 - 4-Mar-2015 -- tried to ensure that any numerical value that might contain dashes in certain circumstances is now in quotes // ------------------------------------------------------------------------------------------------ // allow viewing of generated source check_sourceview (__FILE__); // Include this line in any other PHP that has cumuluswebtags.txt in an include or require, then the function that follows does not need to be repeated in each PHP document // Note that as the function has a parameter, if you use it in another PHP script, one can specify the full path name of any included/required file and the function will list that source // ------------------------------------------------------------------------------------------------ function check_sourceview ($filenameReal) { if ((isset($_GET['view']) && (strtolower($_GET['view']) == 'sce' || strtolower($_GET['view']) == 'src')) or (isset($_REQUEST['sce']) && ( strtolower($_REQUEST['sce']) == 'view' || strtolower($_REQUEST['sce']) == 'show'))) { // Note all the alternative query-string attribute=value pairs allowed to request source listing in this function $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; } } // ------------------------------------------------------------------------------------------------ # List of all Cumulus web tags assigned as PHP variables $AllocatedMemory='69,76 MB'; $altimeterpressure=1027,05; $altitude='367 m'; $apptemp=5,9; $apptempH=25,2; $apptempL=-14,5; $apptempTH=6,7; $apptempTL=-4,6; $apptempYH=7,7; $apptempYL=0,3; $avgbearing=42; $avgtemp=5,8; $avgtempY=8,4; $battery='4,73v'; // does not apply to all weather station types $bearing=46; $BearingRangeFrom=338; $BearingRangeFrom10=330; $BearingRangeTo=83; $BearingRangeTo10=090; $bearingTM=36; $bearingYM=355; $beaudesc='Gentle breeze'; $beaufort='F3'; $beaufortnumber=3; $build=1099; // ------------------------------------------------------------------------------------------------ # Monthly All Time Records $ByMonthAppTempH = Array(); // The following is not quoted because you should have a numerical value for the current month $ByMonthAppTempH[0]=25,2; // defaults to current month // The following are quoted because you might not have values for all months on your implementation $ByMonthAppTempH[1]='12,5'; // January $ByMonthAppTempH[2]='15,0'; //February $ByMonthAppTempH[3]='22,4'; // March $ByMonthAppTempH[4]='25,2'; // April $ByMonthAppTempH[5]='---'; // May $ByMonthAppTempH[6]='---'; // June $ByMonthAppTempH[7]='---'; // July $ByMonthAppTempH[8]='---'; // August $ByMonthAppTempH[9]='---'; //September $ByMonthAppTempH[10]='---'; // October $ByMonthAppTempH[11]='---'; // November $ByMonthAppTempH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthAppTempHT=array(); $ByMonthAppTempHT[0]='at 16:33 on 08 avril 2017'; // defaults to current month $ByMonthAppTempHT[1]='at 14:58 on 31 janvier 2017'; // January $ByMonthAppTempHT[2]='at 15:08 on 15 février 2017'; //February $ByMonthAppTempHT[3]='at 16:04 on 30 mars 2017'; // March $ByMonthAppTempHT[4]='at 16:33 on 08 avril 2017'; // April $ByMonthAppTempHT[5]='----'; // May $ByMonthAppTempHT[6]='----'; // June $ByMonthAppTempHT[7]='----'; // July $ByMonthAppTempHT[8]='----'; // August $ByMonthAppTempHT[9]='----'; //September $ByMonthAppTempHT[10]=''; // October $ByMonthAppTempHT[11]=''; // November $ByMonthAppTempHT[12]=''; //December // ------------------------------------------------------------------------------------------------ $ByMonthAppTempL=array(); $ByMonthAppTempL[0]=-4,6; // defaults to current month $ByMonthAppTempL[1]='-14,5'; // January $ByMonthAppTempL[2]='-7,3'; //February $ByMonthAppTempL[3]='-4,7'; // March $ByMonthAppTempL[4]='-4,6'; // April $ByMonthAppTempL[5]='---'; // May $ByMonthAppTempL[6]='---'; // June $ByMonthAppTempL[7]='---'; // July $ByMonthAppTempL[8]='---'; // August $ByMonthAppTempL[9]='---'; //September $ByMonthAppTempL[10]='---'; // October $ByMonthAppTempL[11]='---'; // November $ByMonthAppTempL[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthAppTempLT=array(); $ByMonthAppTempLT[0]='at 07:12 on 19 avril 2017'; // defaults to current month $ByMonthAppTempLT[1]='at 06:52 on 19 janvier 2017'; // January $ByMonthAppTempLT[2]='at 07:30 on 10 février 2017'; //February $ByMonthAppTempLT[3]='at 06:41 on 24 mars 2017'; // March $ByMonthAppTempLT[4]='at 07:12 on 19 avril 2017'; // April $ByMonthAppTempLT[5]='----'; // May $ByMonthAppTempLT[6]='----'; // June $ByMonthAppTempLT[7]='----'; // July $ByMonthAppTempLT[8]='----'; // August $ByMonthAppTempLT[9]='----'; //September $ByMonthAppTempLT[10]='----'; // October $ByMonthAppTempLT[11]='----'; // November $ByMonthAppTempLT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDailyRainH=array(); $ByMonthDailyRainH[0]=7,2; // defaults to current month $ByMonthDailyRainH[1]='12,4'; // January $ByMonthDailyRainH[2]='22,0'; //February $ByMonthDailyRainH[3]='35,0'; // March $ByMonthDailyRainH[4]='7,2'; // April $ByMonthDailyRainH[5]='---'; // May $ByMonthDailyRainH[6]='---'; // June $ByMonthDailyRainH[7]='---'; // July $ByMonthDailyRainH[8]='---'; // August $ByMonthDailyRainH[9]='---'; //September $ByMonthDailyRainH[10]='---'; // October $ByMonthDailyRainH[11]='---'; // November $ByMonthDailyRainH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDailyRainHT=array(); $ByMonthDailyRainHT[0]='on 01 avril 2017'; // defaults to current month $ByMonthDailyRainHT[1]='on 12 janvier 2017'; // January $ByMonthDailyRainHT[2]='on 28 février 2017'; //February $ByMonthDailyRainHT[3]='on 04 mars 2017'; // March $ByMonthDailyRainHT[4]='on 01 avril 2017'; // April $ByMonthDailyRainHT[5]='----'; // May $ByMonthDailyRainHT[6]='----'; // June $ByMonthDailyRainHT[7]='----'; // July $ByMonthDailyRainHT[8]='----'; // August $ByMonthDailyRainHT[9]='----'; //September $ByMonthDailyRainHT[10]='----'; // October $ByMonthDailyRainHT[11]='----'; // November $ByMonthDailyRainHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointH=array(); $ByMonthDewPointH[0]=15,0; // defaults to current month $ByMonthDewPointH[1]='9,3'; // January $ByMonthDewPointH[2]='10,5'; //February $ByMonthDewPointH[3]='12,1'; // March $ByMonthDewPointH[4]='15,0'; // April $ByMonthDewPointH[5]='---'; // May $ByMonthDewPointH[6]='---'; // June $ByMonthDewPointH[7]='---'; // July $ByMonthDewPointH[8]='---'; // August $ByMonthDewPointH[9]='---'; //September $ByMonthDewPointH[10]='---'; // October $ByMonthDewPointH[11]='---'; // November $ByMonthDewPointH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointHT=array(); $ByMonthDewPointHT[0]='at 16:55 on 10 avril 2017'; // defaults to current month $ByMonthDewPointHT[1]='at 19:46 on 12 janvier 2017'; // January $ByMonthDewPointHT[2]='at 13:12 on 14 février 2017'; //February $ByMonthDewPointHT[3]='at 14:52 on 10 mars 2017'; // March $ByMonthDewPointHT[4]='at 16:55 on 10 avril 2017'; // April $ByMonthDewPointHT[5]='----'; // May $ByMonthDewPointHT[6]='----'; // June $ByMonthDewPointHT[7]='----'; // July $ByMonthDewPointHT[8]='----'; // August $ByMonthDewPointHT[9]='----'; //September $ByMonthDewPointHT[10]='----'; // October $ByMonthDewPointHT[11]='----'; // November $ByMonthDewPointHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointL=array(); $ByMonthDewPointL[0]=-4,5; // defaults to current month $ByMonthDewPointL[1]='-11,9'; // January $ByMonthDewPointL[2]='-5,1'; //February $ByMonthDewPointL[3]='-2,5'; // March $ByMonthDewPointL[4]='-4,5'; // April $ByMonthDewPointL[5]='---'; // May $ByMonthDewPointL[6]='---'; // June $ByMonthDewPointL[7]='---'; // July $ByMonthDewPointL[8]='---'; // August $ByMonthDewPointL[9]='---'; //September $ByMonthDewPointL[10]='---'; // October $ByMonthDewPointL[11]='---'; // November $ByMonthDewPointL[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointLT=array(); $ByMonthDewPointLT[0]='at 15:14 on 19 avril 2017'; // defaults to current month $ByMonthDewPointLT[1]='at 08:49 on 19 janvier 2017'; // January $ByMonthDewPointLT[2]='at 07:26 on 10 février 2017'; //February $ByMonthDewPointLT[3]='at 04:09 on 24 mars 2017'; // March $ByMonthDewPointLT[4]='at 15:14 on 19 avril 2017'; // April $ByMonthDewPointLT[5]='----'; // May $ByMonthDewPointLT[6]='----'; // June $ByMonthDewPointLT[7]='----'; // July $ByMonthDewPointLT[8]='----'; // August $ByMonthDewPointLT[9]='----'; //September $ByMonthDewPointLT[10]='----'; // October $ByMonthDewPointLT[11]='----'; // November $ByMonthDewPointLT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthGustH=array(); $ByMonthGustH[0]=43; // defaults to current month $ByMonthGustH[1]='58'; // January $ByMonthGustH[2]='76'; //February $ByMonthGustH[3]='60'; // March $ByMonthGustH[4]='43'; // April $ByMonthGustH[5]='---'; // May $ByMonthGustH[6]='---'; // June $ByMonthGustH[7]='---'; // July $ByMonthGustH[8]='---'; // August $ByMonthGustH[9]='---'; //September $ByMonthGustH[10]='---'; // October $ByMonthGustH[11]='---'; // November $ByMonthGustH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthGustHT=array(); $ByMonthGustHT[0]='at 16:22 on 18 avril 2017'; // defaults to current month $ByMonthGustHT[1]='at 13:58 on 27 janvier 2017'; // January $ByMonthGustHT[2]='at 10:32 on 13 février 2017'; //February $ByMonthGustHT[3]='at 11:47 on 06 mars 2017'; // March $ByMonthGustHT[4]='at 16:22 on 18 avril 2017'; // April $ByMonthGustHT[5]='----'; // May $ByMonthGustHT[6]='----'; // June $ByMonthGustHT[7]='----'; // July $ByMonthGustHT[8]='----'; // August $ByMonthGustHT[9]='----'; //September $ByMonthGustHT[10]='----'; // October $ByMonthGustHT[11]='----'; // November $ByMonthGustHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHeatIndexH=array(); $ByMonthHeatIndexH[0]=25,4; // defaults to current month $ByMonthHeatIndexH[1]='13,4'; // January $ByMonthHeatIndexH[2]='16,2'; //February $ByMonthHeatIndexH[3]='22,8'; // March $ByMonthHeatIndexH[4]='25,4'; // April $ByMonthHeatIndexH[5]='---'; // May $ByMonthHeatIndexH[6]='---'; // June $ByMonthHeatIndexH[7]='---'; // July $ByMonthHeatIndexH[8]='---'; // August $ByMonthHeatIndexH[9]='---'; //September $ByMonthHeatIndexH[10]='---'; // October $ByMonthHeatIndexH[11]='---'; // November $ByMonthHeatIndexH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHeatIndexHT=array(); $ByMonthHeatIndexHT[0]=''; // defaults to current month $ByMonthHeatIndexHT[1]='at 14:57 on 31 janvier 2017'; // January $ByMonthHeatIndexHT[2]='at 15:40 on 15 février 2017'; //February $ByMonthHeatIndexHT[3]='at 16:04 on 30 mars 2017'; // March $ByMonthHeatIndexHT[4]='at 17:39 on 08 avril 2017'; // April $ByMonthHeatIndexHT[5]='----'; // May $ByMonthHeatIndexHT[6]='----'; // June $ByMonthHeatIndexHT[7]='----'; // July $ByMonthHeatIndexHT[8]='----'; // August $ByMonthHeatIndexHT[9]='----'; //September $ByMonthHeatIndexHT[10]='----'; // October $ByMonthHeatIndexHT[11]='----'; // November $ByMonthHeatIndexHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHighDailyTempRange=array(); $ByMonthHighDailyTempRange[0]=21,0; // defaults to current month $ByMonthHighDailyTempRange[1]='16,2'; // January $ByMonthHighDailyTempRange[2]='15,5'; //February $ByMonthHighDailyTempRange[3]='18,3'; // March $ByMonthHighDailyTempRange[4]='21,0'; // April $ByMonthHighDailyTempRange[5]='---'; // May $ByMonthHighDailyTempRange[6]='---'; // June $ByMonthHighDailyTempRange[7]='---'; // July $ByMonthHighDailyTempRange[8]='---'; // August $ByMonthHighDailyTempRange[9]='---'; //September $ByMonthHighDailyTempRange[10]='---'; // October $ByMonthHighDailyTempRange[11]='---'; // November $ByMonthHighDailyTempRange[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHighDailyTempRangeT=array(); $ByMonthHighDailyTempRangeT[0]='on 08 avril 2017'; // defaults to current month $ByMonthHighDailyTempRangeT[1]='on 20 janvier 2017'; // January $ByMonthHighDailyTempRangeT[2]='on 18 février 2017'; //February $ByMonthHighDailyTempRangeT[3]='on 17 mars 2017'; // March $ByMonthHighDailyTempRangeT[4]='on 08 avril 2017'; // April $ByMonthHighDailyTempRangeT[5]='----'; // May $ByMonthHighDailyTempRangeT[6]='----'; // June $ByMonthHighDailyTempRangeT[7]='----'; // July $ByMonthHighDailyTempRangeT[8]='----'; // August $ByMonthHighDailyTempRangeT[9]='----'; //September $ByMonthHighDailyTempRangeT[10]='----'; // October $ByMonthHighDailyTempRangeT[11]='----'; // November $ByMonthHighDailyTempRangeT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHourlyRainH=array(); $ByMonthHourlyRainH[0]=4,8; // defaults to current month $ByMonthHourlyRainH[1]='3,0'; // January $ByMonthHourlyRainH[2]='5,6'; //February $ByMonthHourlyRainH[3]='8,0'; // March $ByMonthHourlyRainH[4]='4,8'; // April $ByMonthHourlyRainH[5]='---'; // May $ByMonthHourlyRainH[6]='---'; // June $ByMonthHourlyRainH[7]='---'; // July $ByMonthHourlyRainH[8]='---'; // August $ByMonthHourlyRainH[9]='---'; //September $ByMonthHourlyRainH[10]='---'; // October $ByMonthHourlyRainH[11]='---'; // November $ByMonthHourlyRainH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHourlyRainHT=array(); $ByMonthHourlyRainHT[0]='at 00:00 on 01 avril 2017'; // defaults to current month $ByMonthHourlyRainHT[1]='at 20:15 on 12 janvier 2017'; // January $ByMonthHourlyRainHT[2]='at 09:52 on 28 février 2017'; //February $ByMonthHourlyRainHT[3]='at 23:47 on 31 mars 2017'; // March $ByMonthHourlyRainHT[4]='at 00:00 on 01 avril 2017'; // April $ByMonthHourlyRainHT[5]='----'; // May $ByMonthHourlyRainHT[6]='----'; // June $ByMonthHourlyRainHT[7]='----'; // July $ByMonthHourlyRainHT[8]='----'; // August $ByMonthHourlyRainHT[9]='----'; //September $ByMonthHourlyRainHT[10]='----'; // October $ByMonthHourlyRainHT[11]='----'; // November $ByMonthHourlyRainHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumH=array(); $ByMonthHumH[0]=97; // defaults to current month $ByMonthHumH[1]='100'; // January $ByMonthHumH[2]='98'; //February $ByMonthHumH[3]='98'; // March $ByMonthHumH[4]='97'; // April $ByMonthHumH[5]='---'; // May $ByMonthHumH[6]='---'; // June $ByMonthHumH[7]='---'; // July $ByMonthHumH[8]='---'; // August $ByMonthHumH[9]='---'; //September $ByMonthHumH[10]='---'; // October $ByMonthHumH[11]='---'; // November $ByMonthHumH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumHT=array(); $ByMonthHumHT[0]='at 05:00 on 01 avril 2017'; // defaults to current month $ByMonthHumHT[1]='at 17:52 on 11 janvier 2017'; // January $ByMonthHumHT[2]='at 10:18 on 07 février 2017'; //February $ByMonthHumHT[3]='at 08:33 on 08 mars 2017'; // March $ByMonthHumHT[4]='at 05:00 on 01 avril 2017'; // April $ByMonthHumHT[5]='----'; // May $ByMonthHumHT[6]='----'; // June $ByMonthHumHT[7]='----'; // July $ByMonthHumHT[8]='----'; // August $ByMonthHumHT[9]='----'; //September $ByMonthHumHT[10]='----'; // October $ByMonthHumHT[11]='----'; // November $ByMonthHumHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumL=array(); $ByMonthHumL[0]=30; // defaults to current month $ByMonthHumL[1]='34'; // January $ByMonthHumL[2]='39'; //February $ByMonthHumL[3]='28'; // March $ByMonthHumL[4]='30'; // April $ByMonthHumL[5]='---'; // May $ByMonthHumL[6]='---'; // June $ByMonthHumL[7]='---'; // July $ByMonthHumL[8]='---'; // August $ByMonthHumL[9]='---'; //September $ByMonthHumL[10]='---'; // October $ByMonthHumL[11]='---'; // November $ByMonthHumL[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumLT=array(); $ByMonthHumLT[0]='at 17:40 on 08 avril 2017'; // defaults to current month $ByMonthHumLT[1]='at 15:17 on 23 janvier 2017'; // January $ByMonthHumLT[2]='at 15:37 on 25 février 2017'; //February $ByMonthHumLT[3]='at 17:03 on 11 mars 2017'; // March $ByMonthHumLT[4]='at 17:40 on 08 avril 2017'; // April $ByMonthHumLT[5]='----'; // May $ByMonthHumLT[6]='----'; // June $ByMonthHumLT[7]='----'; // July $ByMonthHumLT[8]='----'; // August $ByMonthHumLT[9]=''; //September $ByMonthHumLT[10]='----'; // October $ByMonthHumLT[11]='----'; // November $ByMonthHumLT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestDryPeriod=array(); $ByMonthLongestDryPeriod[0]=8; // defaults to current month $ByMonthLongestDryPeriod[1]='11'; // January $ByMonthLongestDryPeriod[2]='6'; //February $ByMonthLongestDryPeriod[3]='8'; // March $ByMonthLongestDryPeriod[4]='8'; // April $ByMonthLongestDryPeriod[5]='---'; // May $ByMonthLongestDryPeriod[6]='---'; // June $ByMonthLongestDryPeriod[7]='---'; // July $ByMonthLongestDryPeriod[8]='---'; // August $ByMonthLongestDryPeriod[9]='---'; //September $ByMonthLongestDryPeriod[10]='---'; // October $ByMonthLongestDryPeriod[11]='---'; // November $ByMonthLongestDryPeriod[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestDryPeriodT=array(); $ByMonthLongestDryPeriodT[0]='to 18 avril 2017'; // defaults to current month $ByMonthLongestDryPeriodT[1]='to 27 janvier 2017'; // January $ByMonthLongestDryPeriodT[2]='to 20 février 2017'; //February $ByMonthLongestDryPeriodT[3]='to 20 mars 2017'; // March $ByMonthLongestDryPeriodT[4]='to 18 avril 2017'; // April $ByMonthLongestDryPeriodT[5]='----'; // May $ByMonthLongestDryPeriodT[6]='----'; // June $ByMonthLongestDryPeriodT[7]='----'; // July $ByMonthLongestDryPeriodT[8]='----'; // August $ByMonthLongestDryPeriodT[9]='----'; //September $ByMonthLongestDryPeriodT[10]='----'; // October $ByMonthLongestDryPeriodT[11]='----'; // November $ByMonthLongestDryPeriodT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestWetPeriod=array(); $ByMonthLongestWetPeriod[0]=3; // defaults to current month $ByMonthLongestWetPeriod[1]='3'; // January $ByMonthLongestWetPeriod[2]='7'; //February $ByMonthLongestWetPeriod[3]='10'; // March $ByMonthLongestWetPeriod[4]='3'; // April $ByMonthLongestWetPeriod[5]='---'; // May $ByMonthLongestWetPeriod[6]='---'; // June $ByMonthLongestWetPeriod[7]='---'; // July $ByMonthLongestWetPeriod[8]='---'; // August $ByMonthLongestWetPeriod[9]='---'; //September $ByMonthLongestWetPeriod[10]='---'; // October $ByMonthLongestWetPeriod[11]='---'; // November $ByMonthLongestWetPeriod[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestWetPeriodT=array(); $ByMonthLongestWetPeriodT[0]='to 02 avril 2017'; // defaults to current month $ByMonthLongestWetPeriodT[1]='to 13 janvier 2017'; // January $ByMonthLongestWetPeriodT[2]='to 08 février 2017'; //February $ByMonthLongestWetPeriodT[3]='to 08 mars 2017'; // March $ByMonthLongestWetPeriodT[4]='to 02 avril 2017'; // April $ByMonthLongestWetPeriodT[5]='----'; // May $ByMonthLongestWetPeriodT[6]='----'; // June $ByMonthLongestWetPeriodT[7]='----'; // July $ByMonthLongestWetPeriodT[8]='----'; // August $ByMonthLongestWetPeriodT[9]='----'; //September $ByMonthLongestWetPeriodT[10]='----'; // October $ByMonthLongestWetPeriodT[11]='----'; // November $ByMonthLongestWetPeriodT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLowDailyTempRange=array(); $ByMonthLowDailyTempRange[0]=5,9; // defaults to current month $ByMonthLowDailyTempRange[1]='2,1'; // January $ByMonthLowDailyTempRange[2]='3,6'; //February $ByMonthLowDailyTempRange[3]='2,9'; // March $ByMonthLowDailyTempRange[4]='5,9'; // April $ByMonthLowDailyTempRange[5]='---'; // May $ByMonthLowDailyTempRange[6]='---'; // June $ByMonthLowDailyTempRange[7]='---'; // July $ByMonthLowDailyTempRange[8]='---'; // August $ByMonthLowDailyTempRange[9]='---'; //September $ByMonthLowDailyTempRange[10]='---'; // October $ByMonthLowDailyTempRange[11]='---'; // November $ByMonthLowDailyTempRange[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLowDailyTempRangeT=array(); $ByMonthLowDailyTempRangeT[0]='on 01 avril 2017'; // defaults to current month $ByMonthLowDailyTempRangeT[1]='on 10 janvier 2017'; // January $ByMonthLowDailyTempRangeT[2]='on 14 février 2017'; //February $ByMonthLowDailyTempRangeT[3]='on 07 mars 2017'; // March $ByMonthLowDailyTempRangeT[4]='on 01 avril 2017'; // April $ByMonthLowDailyTempRangeT[5]='----'; // May $ByMonthLowDailyTempRangeT[6]='----'; // June $ByMonthLowDailyTempRangeT[7]='----'; // July $ByMonthLowDailyTempRangeT[8]='----'; // August $ByMonthLowDailyTempRangeT[9]='----'; //September $ByMonthLowDailyTempRangeT[10]='----'; // October $ByMonthLowDailyTempRangeT[11]='----'; // November $ByMonthLowDailyTempRangeT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthMaxTempL=array(); $ByMonthMaxTempL[0]=13,1; // defaults to current month $ByMonthMaxTempL[1]='-0,2'; // January $ByMonthMaxTempL[2]='6,0'; //February $ByMonthMaxTempL[3]='7,1'; // March $ByMonthMaxTempL[4]='13,1'; // April $ByMonthMaxTempL[5]='---'; // May $ByMonthMaxTempL[6]='---'; // June $ByMonthMaxTempL[7]='---'; // July $ByMonthMaxTempL[8]='---'; // August $ByMonthMaxTempL[9]='---'; //September $ByMonthMaxTempL[10]='---'; // October $ByMonthMaxTempL[11]='---'; // November $ByMonthMaxTempL[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthMaxTempLT=array(); $ByMonthMaxTempLT[0]='at 14:24 on 01 avril 2017'; // defaults to current month $ByMonthMaxTempLT[1]='at 15:09 on 18 janvier 2017'; // January $ByMonthMaxTempLT[2]='at 16:14 on 11 février 2017'; //February $ByMonthMaxTempLT[3]='at 16:25 on 23 mars 2017'; // March $ByMonthMaxTempLT[4]='at 14:24 on 01 avril 2017'; // April $ByMonthMaxTempLT[5]='----'; // May $ByMonthMaxTempLT[6]='----'; // June $ByMonthMaxTempLT[7]='----'; // July $ByMonthMaxTempLT[8]='----'; // August $ByMonthMaxTempLT[9]='----'; //September $ByMonthMaxTempLT[10]='----'; // October $ByMonthMaxTempLT[11]='----'; // November $ByMonthMaxTempLT[12]='----'; //December $ByMonthMinTempH=array(); $ByMonthMinTempH[0]=8,1; // defaults to current month $ByMonthMinTempH[1]='6,1'; // January $ByMonthMinTempH[2]='10,7'; //February $ByMonthMinTempH[3]='9,9'; // March $ByMonthMinTempH[4]='8,1'; // April $ByMonthMinTempH[5]='---'; // May $ByMonthMinTempH[6]='---'; // June $ByMonthMinTempH[7]='---'; // July $ByMonthMinTempH[8]='---'; // August $ByMonthMinTempH[9]='---'; //September $ByMonthMinTempH[10]='---'; // October $ByMonthMinTempH[11]='---'; // November $ByMonthMinTempH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthMinTempHT=array(); $ByMonthMinTempHT[0]='at 07:37 on 09 avril 2017'; // defaults to current month $ByMonthMinTempHT[1]='at 03:39 on 31 janvier 2017'; // January $ByMonthMinTempHT[2]='at 23:57 on 13 février 2017'; //February $ByMonthMinTempHT[3]='at 06:50 on 12 mars 2017'; // March $ByMonthMinTempHT[4]='at 07:37 on 09 avril 2017'; // April $ByMonthMinTempHT[5]='----'; // May $ByMonthMinTempHT[6]='----'; // June $ByMonthMinTempHT[7]='----'; // July $ByMonthMinTempHT[8]='----'; // August $ByMonthMinTempHT[9]='----'; //September $ByMonthMinTempHT[10]='----'; // October $ByMonthMinTempHT[11]='----'; // November $ByMonthMinTempHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthMonthlyRainH=array(); $ByMonthMonthlyRainH[0]=9,8; // defaults to current month $ByMonthMonthlyRainH[1]='23,0'; // January $ByMonthMonthlyRainH[2]='95,4'; //February $ByMonthMonthlyRainH[3]='105,4'; // March $ByMonthMonthlyRainH[4]='9,8'; // April $ByMonthMonthlyRainH[5]='---'; // May $ByMonthMonthlyRainH[6]='---'; // June $ByMonthMonthlyRainH[7]='---'; // July $ByMonthMonthlyRainH[8]='---'; // August $ByMonthMonthlyRainH[9]='---'; //September $ByMonthMonthlyRainH[10]='---'; // October $ByMonthMonthlyRainH[11]='---'; // November $ByMonthMonthlyRainH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthMonthlyRainHT=array(); $ByMonthMonthlyRainHT[0]='avril 2017'; // defaults to current month $ByMonthMonthlyRainHT[1]='janvier 2017'; // January $ByMonthMonthlyRainHT[2]='février 2017'; //February $ByMonthMonthlyRainHT[3]='mars 2017'; // March $ByMonthMonthlyRainHT[4]='avril 2017'; // April $ByMonthMonthlyRainHT[5]='----'; // May $ByMonthMonthlyRainHT[6]='----'; // June $ByMonthMonthlyRainHT[7]='----'; // July $ByMonthMonthlyRainHT[8]='----'; // August $ByMonthMonthlyRainHT[9]='----'; //September $ByMonthMonthlyRainHT[10]='----'; // October $ByMonthMonthlyRainHT[11]='----'; // November $ByMonthMonthlyRainHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthPressH=array(); $ByMonthPressH[0]=1029,94; // defaults to current month $ByMonthPressH[1]='1031,60'; // January $ByMonthPressH[2]='1034,65'; //February $ByMonthPressH[3]='1034,61'; // March $ByMonthPressH[4]='1029,94'; // April $ByMonthPressH[5]='---'; // May $ByMonthPressH[6]='---'; // June $ByMonthPressH[7]='---'; // July $ByMonthPressH[8]='---'; // August $ByMonthPressH[9]='---'; //September $ByMonthPressH[10]='---'; // October $ByMonthPressH[11]='---'; // November $ByMonthPressH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthPressHT=array(); $ByMonthPressHT[0]='at 09:15 on 19 avril 2017'; // defaults to current month $ByMonthPressHT[1]='at 11:21 on 19 janvier 2017'; // January $ByMonthPressHT[2]='at 21:53 on 15 février 2017'; //February $ByMonthPressHT[3]='at 10:34 on 14 mars 2017'; // March $ByMonthPressHT[4]='at 09:15 on 19 avril 2017'; // April $ByMonthPressHT[5]='----'; // May $ByMonthPressHT[6]='----'; // June $ByMonthPressHT[7]='----'; // July $ByMonthPressHT[8]='----'; // August $ByMonthPressHT[9]='----'; //September $ByMonthPressHT[10]='----'; // October $ByMonthPressHT[11]='----'; // November $ByMonthPressHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthPressL=array(); $ByMonthPressL[0]=1016,02; // defaults to current month $ByMonthPressL[1]='1009,93'; // January $ByMonthPressL[2]='998,62'; //February $ByMonthPressL[3]='994,18'; // March $ByMonthPressL[4]='1016,02'; // April $ByMonthPressL[5]='---'; // May $ByMonthPressL[6]='---'; // June $ByMonthPressL[7]='---'; // July $ByMonthPressL[8]='---'; // August $ByMonthPressL[9]='---'; //September $ByMonthPressL[10]='---'; // October $ByMonthPressL[11]='---'; // November $ByMonthPressL[12]='---'; //December // --------------------------------------------------------------------- $ByMonthPressLT=array(); $ByMonthPressLT[0]='at 06:33 on 01 avril 2017'; // defaults to current month $ByMonthPressLT[1]='at 19:43 on 12 janvier 2017'; // January $ByMonthPressLT[2]='at 07:40 on 04 février 2017'; //February $ByMonthPressLT[3]='at 08:07 on 04 mars 2017'; // March $ByMonthPressLT[4]='at 06:33 on 01 avril 2017'; // April $ByMonthPressLT[5]='----'; // May $ByMonthPressLT[6]='----'; // June $ByMonthPressLT[7]='----'; // July $ByMonthPressLT[8]='----'; // August $ByMonthPressLT[9]='----'; //September $ByMonthPressLT[10]='----'; // October $ByMonthPressLT[11]='----'; // November $ByMonthPressLT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthRainRateH=array(); $ByMonthRainRateH[0]=28,6; // defaults to current month $ByMonthRainRateH[1]='24,0'; // January $ByMonthRainRateH[2]='49,4'; //February $ByMonthRainRateH[3]='53,8'; // March $ByMonthRainRateH[4]='28,6'; // April $ByMonthRainRateH[5]='---'; // May $ByMonthRainRateH[6]='---'; // June $ByMonthRainRateH[7]='---'; // July $ByMonthRainRateH[8]='---'; // August $ByMonthRainRateH[9]='---'; //September $ByMonthRainRateH[10]='---'; // October $ByMonthRainRateH[11]='---'; // November $ByMonthRainRateH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthRainRateHT=array(); $ByMonthRainRateHT[0]='at 22:45 on 01 avril 2017'; // defaults to current month $ByMonthRainRateHT[1]='at 20:13 on 12 janvier 2017'; // January $ByMonthRainRateHT[2]='at 17:00 on 27 février 2017'; //February $ByMonthRainRateHT[3]='at 22:53 on 31 mars 2017'; // March $ByMonthRainRateHT[4]='at 22:45 on 01 avril 2017'; // April $ByMonthRainRateHT[5]='----'; // May $ByMonthRainRateHT[6]='----'; // June $ByMonthRainRateHT[7]='----'; // July $ByMonthRainRateHT[8]='----'; // August $ByMonthRainRateHT[9]='----'; //September $ByMonthRainRateHT[10]='----'; // October $ByMonthRainRateHT[11]='----'; // November $ByMonthRainRateHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthTempH=array(); $ByMonthTempH[0]=25,4; // defaults to current month $ByMonthTempH[1]='13,4'; // January $ByMonthTempH[2]='16,2'; //February $ByMonthTempH[3]='22,8'; // March $ByMonthTempH[4]='25,4'; // April $ByMonthTempH[5]='---'; // May $ByMonthTempH[6]='---'; // June $ByMonthTempH[7]='---'; // July $ByMonthTempH[8]='---'; // August $ByMonthTempH[9]='---'; //September $ByMonthTempH[10]='---'; // October $ByMonthTempH[11]='---'; // November $ByMonthTempH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthTempHT=array(); $ByMonthTempHT[0]='at 17:39 on 08 avril 2017'; // defaults to current month $ByMonthTempHT[1]='at 14:57 on 31 janvier 2017'; // January $ByMonthTempHT[2]='at 15:40 on 15 février 2017'; //February $ByMonthTempHT[3]='at 16:04 on 30 mars 2017'; // March $ByMonthTempHT[4]='at 17:39 on 08 avril 2017'; // April $ByMonthTempHT[5]='----'; // May $ByMonthTempHT[6]='----'; // June $ByMonthTempHT[7]='----'; // July $ByMonthTempHT[8]='----'; // August $ByMonthTempHT[9]='----'; //September $ByMonthTempHT[10]='----'; // October $ByMonthTempHT[11]='----'; // November $ByMonthTempHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthTempL=array(); $ByMonthTempL[0]=-0,4; // defaults to current month $ByMonthTempL[1]='-10,3'; // January $ByMonthTempL[2]='-3,8'; //February $ByMonthTempL[3]='-1,7'; // March $ByMonthTempL[4]='-0,4'; // April $ByMonthTempL[5]='---'; // May $ByMonthTempL[6]='---'; // June $ByMonthTempL[7]='---'; // July $ByMonthTempL[8]='---'; // August $ByMonthTempL[9]='---'; //September $ByMonthTempL[10]='---'; // October $ByMonthTempL[11]='---'; // November $ByMonthTempL[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthWindHT=array(); $ByMonthWindHT[0]='at 16:40 on 06 avril 2017'; // defaults to current month $ByMonthWindHT[1]='at 10:10 on 27 janvier 2017'; // January $ByMonthWindHT[2]='at 13:45 on 13 février 2017'; //February $ByMonthWindHT[3]='at 15:20 on 03 mars 2017'; // March $ByMonthWindHT[4]='at 16:40 on 06 avril 2017'; // April $ByMonthWindHT[5]='----'; // May $ByMonthWindHT[6]='----'; // June $ByMonthWindHT[7]='----'; // July $ByMonthWindHT[8]='----'; // August $ByMonthWindHT[9]='----'; //September $ByMonthWindHT[10]='----'; // October $ByMonthWindHT[11]='----'; // November $ByMonthWindHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthWindRunH=array(); $ByMonthWindRunH[0]=320,3; // defaults to current month $ByMonthWindRunH[1]='549,8'; // January $ByMonthWindRunH[2]='743,4'; //February $ByMonthWindRunH[3]='364,1'; // March $ByMonthWindRunH[4]='320,3'; // April $ByMonthWindRunH[5]='---'; // May $ByMonthWindRunH[6]='---'; // June $ByMonthWindRunH[7]='---'; // July $ByMonthWindRunH[8]='---'; // August $ByMonthWindRunH[9]='---'; //September $ByMonthWindRunH[10]='---'; // October $ByMonthWindRunH[11]='---'; // November $ByMonthWindRunH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthWindRunHT=array(); $ByMonthWindRunHT[0]='on 18 avril 2017'; // defaults to current month $ByMonthWindRunHT[1]='on 27 janvier 2017'; // January $ByMonthWindRunHT[2]='on 13 février 2017'; //February $ByMonthWindRunHT[3]='on 03 mars 2017'; // March $ByMonthWindRunHT[4]='on 18 avril 2017'; // April $ByMonthWindRunHT[5]='----'; // May $ByMonthWindRunHT[6]='----'; // June $ByMonthWindRunHT[7]='----'; // July $ByMonthWindRunHT[8]='----'; // August $ByMonthWindRunHT[9]='----'; //September $ByMonthWindRunHT[10]='----'; // October $ByMonthWindRunHT[11]='----'; // November $ByMonthWindRunHT[12]='----'; //December // -------------------------------------------------------------------------------- # ordinary web tags again $chillhours=1057,7; $cloudbase='1776 m'; $cloudbaseunit='m'; $cloudbasevalue=1776; $ConsecutiveDryDays=8; $ConsecutiveRainDays=0; $cooldegdays=0,0; $cooldegdaysY=0,0; $CpuCount=2; $CpuName='Intel(R) Core(TM)2 Duo CPU U9600 @ 1.60GHz'; $cumulusforecast='Fine weather'; $cumulusforecastenc='Fine weather'; $currcond=''; $currcondenc=''; $CurrentSolarMax=499; $currentwdir='NE'; $dailygraphperiod=31; $DataStopped=0; $date='19/04/2017'; $DavisFirmwareVersion='3.15'; // does not apply to all weather station types $DavisMaxInARow='347'; // does not apply to all weather station types $DavisNumberOfResynchs='0'; // does not apply to all weather station types $DavisNumCRCerrors='190'; // does not apply to all weather station types $DavisTotalPacketsMissed='345'; // does not apply to all weather station types $DavisTotalPacketsReceived='12389'; // does not apply to all weather station types $dawn='06:30'; $day=19; $daylength='13:45'; $daylightlength='14:47'; $dayname='mercredi'; $DaysSince30Dec1899=42844,7153442014; $DaysSinceRecordsBegan=106; $dew=-2,4; $dewpointH=15,0; $dewpointL=-11,9; $dewpointTH=1,9; $dewpointTL=-4,5; $dewpointYH=4,2; $dewpointYL=-3,9; $DiskFree='63,88 GB'; $DiskSize='119,14 GB'; $DisplayMode='1280x800, 32 bit'; $domwindbearing=27; $domwindbearingY=22; $domwinddir='NNE'; $domwinddirY='NNE'; $dusk='21:17'; $ErrorLight=0; $ET=3,76; // does not apply to all weather station types $ExtraDP1=0,0; $ExtraDP10=0,0; $ExtraDP2=0,0; $ExtraDP3=0,0; $ExtraDP4=0,0; $ExtraDP5=0,0; $ExtraDP6=0,0; $ExtraDP7=0,0; $ExtraDP8=0,0; $ExtraDP9=0,0; $ExtraHum1=0; $ExtraHum10=0; $ExtraHum2=0; $ExtraHum3=0; $ExtraHum4=0; $ExtraHum5=0; $ExtraHum6=0; $ExtraHum7=0; $ExtraHum8=0; $ExtraHum9=0; $ExtraTemp1=14,4; $ExtraTemp10=0,0; $ExtraTemp2=0,0; $ExtraTemp3=0,0; $ExtraTemp4=0,0; $ExtraTemp5=0,0; $ExtraTemp6=0,0; $ExtraTemp7=0,0; $ExtraTemp8=0,0; $ExtraTemp9=0,0; $forecast='Fine weather'; $forecastenc='Fine weather'; $forecastnumber=2; $forum=':forum:'; $graphperiod=24; $gustM=76; $heatdegdays=10,1; $heatdegdaysY=11,6; $heatindex=11,9; $heatindexH=25,4; $heatindexTH=12,7; $heatindexYH=13,3; $HighAppTempRecordSet=0; $HighDailyRainRecordSet=0; $HighDailyTempRange=21,0; $HighDewPointRecordSet=0; $HighHeatIndexRecordSet=0; $HighHourlyRainRecordSet=0; $HighHumidityRecordSet=0; $HighMinTempRecordSet=0; $HighMonthlyRainRecordSet=0; $HighPressAlarm=0; $HighPressureRecordSet=0; $HighRainRateAlarm=0; $HighRainRateRecordSet=0; $HighRainTodayAlarm=0; $HighTempAlarm=0; $HighTempRangeRecordSet=0; $HighTempRecordSet=0; $HighWindGustAlarm=0; $HighWindGustRecordSet=0; $HighWindrunRecordSet=0; $HighWindSpeedAlarm=0; $HighWindSpeedRecordSet=0; $hour=17; $hourlyrainTH=0,0; $hourlyrainYH=0,0; $hum=37; $humH=100; $humidex=11,9; $HumidityRecordSet=0; $humL=28; $humTH=87; $humTL=31; $humYH=93; $humYL=31; $inhum=28; $intemp=18,9; $interval=5; $isdaylight=1; $IsFreezing=0; $IsRaining=0; $IsSunny=1; // does not apply to all weather station types $IsSunUp=1; $LastDataReadT='19/04/2017 17:10:00'; $LastRainTipISO='2017-04-10 16:37'; $LatestError=''; $LatestErrorDate='------'; $LatestErrorTime='----'; $LatestNOAAMonthlyReport='NOAAMO0417.txt'; $LatestNOAAYearlyReport='NOAAYR2017.txt'; $latitude=45,71750; $LeafTemp1=0,0; // does not apply to all weather station types $LeafTemp2=0,0; // does not apply to all weather station types $LeafWetness1=0; // does not apply to all weather station types $LeafWetness2=0; // does not apply to all weather station types $Light=0,0; // does not apply to all weather station types $location="Station SEGUR LE CHATEAU"; $LongestDryPeriod=11; $LongestDryPeriodRecordSet=0; $LongestWetPeriod=10; $LongestWetPeriodRecordSet=0; $longitude=1,52222; $longlocation="METEO"; $LowAppTempRecordSet=0; $LowDailyTempRange=2,1; $LowDewPointRecordSet=0; $LowHumidityRecordSet=0; $LowMaxTempRecordSet=0; $LowPressAlarm=0; $LowPressureRecordSet=0; $LowTempAlarm=0; $LowTempRangeRecordSet=0; $LowTempRecordSet=0; $LowWindChillRecordSet=0; $maxtempL=-0,2; $MemoryStatus='845/3024 MB (free/total)'; $metdate='19/04/2017'; $metdateyesterday='18/04/2017'; $mintempH=10,7; $minute=10; $MinutesSinceLastRainTip=12993; $month='04'; $MonthAppTempH=25,2; $MonthAppTempHD='08 avril'; $MonthAppTempHT='16:33'; $MonthAppTempL=-4,6; $MonthAppTempLD='19 avril'; $MonthAppTempLT='07:12'; $MonthDailyRainH=7,2; $MonthDailyRainHD='01 avril'; $MonthDewPointH=15,0; $MonthDewPointHD='10 avril'; $MonthDewPointHT='16:55'; $MonthDewPointL=-4,5; $MonthDewPointLD='19 avril'; $MonthDewPointLT='15:15'; $MonthGustH=43; $MonthGustHD='18 avril'; $MonthGustHT='16:22'; $MonthHeatIndexH=25,4; $MonthHeatIndexHD='08 avril'; $MonthHeatIndexHT='17:39'; $MonthHighDailyTempRange=21,0; $MonthHighDailyTempRangeD='08 avril'; $MonthHourlyRainH=4,8; $MonthHourlyRainHD='01 avril'; $MonthHourlyRainHT='00:00'; $MonthHumH=97; $MonthHumHD='01 avril'; $MonthHumHT='05:00'; $MonthHumL=30; $MonthHumLD='08 avril'; $MonthHumLT='17:40'; $MonthLongestDryPeriod=8; $MonthLongestDryPeriodD='18 avril'; $MonthLongestWetPeriod=3; $MonthLongestWetPeriodD='02 avril'; $MonthLowDailyTempRange=5,9; $MonthLowDailyTempRangeD='01 avril'; $MonthMaxTempL='13,1'; $MonthMaxTempLD='01 avril'; $MonthMinTempH='8,1'; $MonthMinTempHD='09 avril'; $monthname='avril'; $MonthPressH=1029,94; $MonthPressHD='19 avril'; $MonthPressHT='09:15'; $MonthPressL=1016,02; $MonthPressLD='01 avril'; $MonthPressLT='06:33'; $MonthRainRateH=28,6; $MonthRainRateHD='01 avril'; $MonthRainRateHT='22:45'; $MonthTempH=25,4; $MonthTempHD='08 avril'; $MonthTempHT='17:39'; $MonthTempL=-0,4; $MonthTempLD='19 avril'; $MonthTempLT='07:12'; $MonthWChillL=-3,8; $MonthWChillLD='19 avril'; $MonthWChillLT='07:12'; $MonthWindH=27; $MonthWindHD='06 avril'; $MonthWindHT='16:40'; $MonthWindRunH=320,3; $MonthWindRunHD='18 avril'; $MoonAge=22; $MoonPercent=-48; $MoonPercentAbs=48; $moonphase='Waning Crescent'; $moonrise='03:15'; $moonset='12:52'; $newrecord=0; $nextwindindex=1025; $OsLanguage='French'; $OsVersion='Windows 7 x64 Service Pack 1 build 7601'; $press=1028,25; $PressChangeDownAlarm=0; $PressChangeUpAlarm=0; $pressH=1034,65; $pressL=994,18; $pressTH=1029,94; $pressTL=1027,70; $presstrend='Falling slowly'; $presstrendenglish='Falling'; $presstrendval=-0,32; $pressunit='hPa'; $PressureRecordSet=0; $pressYH=1027,74; $pressYL=1022,25; $ProgramUpTime='9 hours 15 minutes'; $r24hour=0,0; $RainRecordSet=0; $rainunit='mm'; $RCapptempTH=6.7; $RCapptempTL=-4.6; $RCdew=-2.4; $RCdewpointTH=1.9; $RCdewpointTL=-4.5; $RCheatindex=11.9; $RCheatindexTH=12.7; $RChum=37; $RCinhum=28; $RCintemp=18.9; $RCpress=1028.25; $RCpressTH=1029.94; $RCpressTL=1027.70; $RCrfall=0.0; $RCrrate=0.0; $RCrrateTM=0.0; $RCtemp=11.9; $RCtempTH=12.7; $RCtempTL=-0.4; $RCwchill=9.9; $RCwchillTL=-3.8; $RCwgust=32; $RCwgustTM=39; $RCwlatest=23; $RCwspeed=19; $realtimeinterval=10; $recordsbegandate='03 janvier 2017'; $rfall=0,0; $rfallH=35,0; $rfallhH=8,0; $rfallmH=105,4; $rfallY=0,0; $RG11RainToday=0,0; $RG11RainYest=0,0; $rhour=0,0; $rmidnight=0,0; $rmonth=9,8; $rollovertime='midnight'; $rrate=0,0; $rrateM=53,8; $rrateTM=0,0; $rrateYM=0,0; $ryear=244,0; $SensorContactLost=0; // does not apply to all weather station types $shortdayname='mer.'; $shortmonthname='avr.'; $shortyear='17'; $snowdepth=0; $SoilMoisture1=0; $SoilMoisture2=0; $SoilMoisture3=0; $SoilMoisture4=0; $SoilTemp1=0,0; $SoilTemp2=0,0; $SoilTemp3=0,0; $SoilTemp4=0,0; $SolarRad=568; // does not apply to all weather station types $solarTH=856; // does not apply to all weather station types $solarYH=844; // does not apply to all weather station types $stationtype='Vantage Pro2'; $StormRain=0,0; // does not apply to all weather station types $StormRainStart='-----'; // does not apply to all weather station types $sunrise='07:01'; $sunset='20:46'; $SunshineHours='9,4'; $SystemUpTime='12 days 2 hours'; $TapptempH='at 16:33 on 08 avril 2017'; $TapptempL='at 06:52 on 19 janvier 2017'; $TapptempTH='15:33'; $TapptempTL='07:12'; $TapptempYH='15:41'; $TapptempYL='07:13'; $Tbeaudesc='Moderate breeze'; $Tbeaufort='F4'; $Tbeaufortnumber=4; $TdewpointH='at 16:55 on 10 avril 2017'; $TdewpointL='at 08:57 on 19 janvier 2017'; $TdewpointTH='09:55'; $TdewpointTL='15:15'; $TdewpointYH='00:03'; $TdewpointYL='16:48'; $temp=11,9; $TempChangeDownAlarm=0; $TempChangeLastHour=-0,3; $TempChangeUpAlarm=0; $tempH=25,4; $tempL=-10,3; $temprange=13,1; $temprangeY=9,8; $TempRecordSet=0; $tempTH=12,7; $tempTL=-0,4; $temptrend=0; $temptrendenglish='Rising'; $temptrendtext='Rising'; $tempunit='°C'; $tempunitnodeg='C'; $tempYH=13,3; $tempYL=3,5; $TgustM='at 10:32 on 13 février 2017'; $TheatindexH='at 17:39 on 08 avril 2017'; $TheatindexTH='15:32'; $TheatindexYH='15:40'; $THighDailyTempRange='on 08 avril 2017'; $ThourlyrainTH='00:00'; $ThourlyrainYH='00:00'; $THWindex='7,8'; // does not apply to all weather station types $THSWindex='0,0'; // does not apply to all weather station types $ThumH='at 17:52 on 11 janvier 2017'; $ThumL='at 17:03 on 11 mars 2017'; $ThumTH='06:54'; $ThumTL='15:14'; $ThumYH='07:04'; $ThumYL='16:47'; $time='17:10 on 19 avril 2017'; $timehhmmss='17:10:05'; $timeUTC='15:10 on 19 avril 2017'; $TLongestDryPeriod='to 27 janvier 2017'; $TLongestWetPeriod='to 08 mars 2017'; $TLowDailyTempRange='on 10 janvier 2017'; $TmaxtempL='at 15:09 on 18 janvier 2017'; $TmintempH='at 23:57 on 13 février 2017'; $tomorrowdaylength='There will be 3min 2s more daylight tomorrow'; $TpressH='at 21:53 on 15 février 2017'; $TpressL='at 08:07 on 04 mars 2017'; $TpressTH='09:15'; $TpressTL='00:00'; $TpressYH='23:59'; $TpressYL='04:23'; $TrfallH='on 04 mars 2017'; $TrfallhH='at 23:47 on 31 mars 2017'; $TrfallmH='mars 2017'; $TrrateM='at 22:53 on 31 mars 2017'; $TrrateTM='00:00'; $TrrateYM='00:00'; $TsolarTH='14:01'; // does not apply to all weather station types $TsolarYH='13:52'; // does not apply to all weather station types $TtempH='at 17:39 on 08 avril 2017'; $TtempL='at 06:06 on 19 janvier 2017'; $TtempTH='15:32'; $TtempTL='07:12'; $TtempYH='15:40'; $TtempYL='07:00'; $TUVTH='13:25'; // does not apply to all weather station types $TUVYH='13:50'; // does not apply to all weather station types $TwchillH='at 06:52 on 19 janvier 2017'; $TwchillTL='07:12'; $TwchillYL='07:13'; $TwgustTM='13:56'; $TwgustYM='16:22'; $TwindrunH='on 13 février 2017'; $TwindTM='14:07'; $TwindYM='18:29'; $TwspeedH='at 13:45 on 13 février 2017'; $txbattery='TX Battery Status: 1-ok 2-ok 3-ok 4-ok 5-ok 6-ok 7-ok 8-ok '; // does not apply to all weather station types $txbattery1='ok '; // does not apply to all weather station types $txbattery8='ok '; // does not apply to all weather station types $update='19/04/2017 17:10:05'; $UV=2,0; // does not apply to all weather station types $UVTH=4,9; // does not apply to all weather station types $UVYH=5,5; // does not apply to all weather station types $version='1.9.4'; $wchill=9,9; $wchillH=-13,8; $wchillTL=-3,8; $wchillYL=1,4; $wdir='NE'; $wdirdata=[41,41,41,47,47,47,54,42,35,35,35,35,35,38,38,38,49,49,49,66,51,51,24,24,24,30,30,30,29,29,38,38,38,37,37,40,40,40,42,42,42,38,38,38,11,11,26,26,26,26,26,26,43,43,43,34,34,37,37,37,38,38,38,23,23,23,30,30,25,25,34,34,34,22,22,22,5,5,5,20,20,20,16,16,19,19,19,20,20,20,9,9,9,5,5,355,355,355,360,360,360,9,9,9,5,5,20,20,20,13,13,13,5,5,5,22,22,22,22,22,38,38,38,29,29,29,17,24,23,23,23,30,30,52,52,52,46,46,46,37,37,37,46,46,17,17,17,13,13,13,32,32,32,30,30,30,40,40,31,31,31,22,22,22,36,36,36,26,26,37,37,37,38,38,38,38,38,38,36,36,36,36,36,28,28,28,19,19,36,36,36,38,38,40,40,40,33,33,33,22,22,17,17,17,9,9,9,23,23,23,32,32,32,49,49,39,39,39,21,21,21,27,27,27,28,28,28,32,32,19,19,19,38,38,38,28,28,38,38,38,19,19,19,24,24,24,23,23,17,17,9,9,28,28,28,55,55,55,22,22,22,22,22,22,30,30,9,9,9,34,34,34,18,18,18,18,18,19,19,19,24,24,24,16,16,24,24,24,36,36,36,28,28,28,38,38,43,43,43,46,46,46,45,45,45,38,38,57,57,53,53,14,36,36,36,34,34,34,29,29,29,5,5,5,30,30,22,22,22,22,22,36,36,36,39,39,39,23,23,23,13,13,13,13,13,355,355,355,355,355,345,345,345,355,355,355,328,328,328,336,336,340,340,340,355,355,355,355,355,350,350,5,5,5,360,360,360,11,11,11,9,9,13,13,13,5,5,5,13,13,5,5,5,13,13,13,360,360,360,5,5,5,5,5,12,12,12,5,5,5,5,5,5,360,360,9,9,9,5,5,5,10,10,10,5,5,5,355,351,351,351,351,351,351,360,360,355,355,355,360,360,360,355,355,355,355,355,355,355,355,351,351,351,5,5,5,338,338,338,348,348,348,342,342,5,5,5,360,360,355,355,355,13,13,13,355,355,355,355,355,355,355,355,19,19,19,360,360,17,17,17,24,24,32,32,32,355,355,355,10,10,12,38,38,38,34,34,34,34,34,31,31,31,44,44,44,41,41,62,62,62,46,46,46,44,44,44,49,49,51,51,51,53,53,53,82,82,82,35,35,44,44,44,53,34,33,33,33,32,32,32,32,32,49,49,49,54,54,54,56,56,56,45,45,54,54,54,59,59,59,46,46,46,42,42,56,56,56,41,41,41,51,51,25,25,24,24,24,44,44,44,42,42,42,35,35,27,27,27,36,36,36,36,46,46,46,43,43,43,51,51,51,31,31,31,40,40,44,44,44,43,43,43,46,46,46,46,46,46,53,53,53,53,53,67,67,67,48,48,48,49,49,33,33,33,44,44,44,49,49,49,55,55,53,53,53,48,48,48,80,80,57,57,57,64,64,32,32,32,34,34,13,13,13,28,28,28,43,43,43,29,29,34,34,34,58,58,58,49,49,49,38,38,27,27,27,28,28,28,25,25,25,21,21,38,38,38,40,40,40,46,46,46,45,45,44,44,44,40,40,40,51,51,61,61,44,44,44,37,37,37,41,41,39,39,39,40,40,40,35,35,35,40,40,42,42,42,44,44,44,37,37,37,46,46,55,55,55,32,32,32,54,54,54,59,59,53,53,53,51,51,51,30,30,30,55,55,60,60,60,54,54,54,69,69,69,69,54,54,54,56,56,56,55,55,55,66,66,66,65,65,63,63,63,57,57,57,61,61,61,72,72,72,72,72,51,51,51,52,52,52,55,55,55,48,48,32,32,32,40,40,40,36,36,38,38,38,38,38,38,40,40,40,18,18,57,40,59,59,59,78,78,78,49,49,49,71,71,48,48,48,83,83,65,65,65,59,59,59,55,55,55,43,43,24,24,24,51,51,51,49,49,49,40,40,45,45,45,56,56,56,50,50,43,43,43,56,56,56,47,47,40,40,40,41,41,38,38,38,49,49,49,34,34,40,40,40,34,34,34,40,40,42,42,42,40,40,40,46,46,46,35,35,35,47,47,47,47,47,51,51,51,42,42,42,38,38,38,41,41,50,50,50,64,64,46,46,46,61,61,61,69,69,69,57,57,63,63,71,71,71,56,56,56,68,68,68,38,38,38,46,46,61,61,61,42,42,42,360,360,50,50,50,61,61,61,56,56,56,61,61,68,68,68,46,46,46,59,59,59,38,38,38,54,54,37,37,37,37,37,37,46,46,46,46,55,24,24,24,44,44,44,34,34,18,18,18,15,15,15,24,24,24,360,360,360,30,30,27,27,27,28,28,28,25,25,25,9,9,19,19,19,22,22,22,360,360,360,350,350,360,26,30,30,30,20,20,20,29,29,29,33,33,33,33,33,21,21,24,24,24,16,16,16,20,20,20,22,22,14,14,14,14,14,14,19,19,19,29,29,30,30,30,35,35,35,36,36,23,23,23,42,42,42,46,46,46,42,42,32,32,19,19,19,355,355,355,355,355,32,32,32,42,42,42,46,46,46,32,32,44,44,44,33,33,33,34,34,34,59,59,42,42,42,52,52,52,44,44,44,35,35,30,30,30,25,25,25,26,26,26,36,36,26,26,26,45,45,45,40,40,40,57,57,40,40,40,40,40,34,34,34,48,48,48,57,57,57,61,61,61,61,61,35,35,35,40,40,40,57,57,57,51,51,32,32,32,26,26,26,44,44,44,26,26,26,27,27,34,34,34,46,46,22,22,22,28,28,28,32,32,32,30,29,29,29,36,36,36,33,33,33,34,34,13,13,13,5,5,5,27,27,27,30,30,11,11,11,19,19,19,30,30,30,40,40,40,21,21,28,28,28,40,40,40,34,34,34,37,37,26,26,26,36,36,36,46,46,46,24,24,15,15,15,15,15,355,355,355,16,16,18,18,18,32,32,32,18,18,18,28,28,28,23,23,36,36,36,38,38,38,360,360,360,13,13,13,9,9,11,11,11,5,5,5,26,26,26,9,9,9,9,9,355,355,355,355,355,355,9,9,360,360,360,22,22,13,13,13,24,24,24,5,5,5,24,24,24,26,26,36,36,36,26,26,26,17,17,17,46,46,46,59,59,41,41,41,36,36,36,50,50,50,32,32,39,39,39,41,41,41,18,18,18,32,32,32,31,31,31,31,15,15,15,21,21,21,23,23,23,23,23,23,23,23,22,22,22,355,355,355,344,344,344,350,350,15,15,15,360,360,360,14,14,14,355,355,355,355,355,355,355,355,360,360,360,5,5,5,337,337,337,331,331,339,339,339,334,334,334,355,355,355,348,348,337,337,355,355,355,13,13,13,355,355,355,348,348,14,14,14,360,360,360,336,336,336,339,339,339,332,332,330,330,330,322,322,322,316,316,346,346,346,331,331,331,340,340,340,348,348,348,320,320,360,360,360,328,328,328,360,360,360,346,341,325,325,340,340,340,321,321,321,355,355,355,360,360,360,5,5,336,336,336,360,360,360,344,344,344,351,351,12,12,12,14,14,14,355,355,355,9,9,17,17,17,5,5,5,355,355,355,355,355,15,15,15,18,18,18,21,21,21,15,15,360,360,348,348,348,5,5,5,42,42,42,15,15,13,13,13,5,5,5,360,360,360,22,22,22,22,22,22,22,22,32,32,32,37,37,37,42,42,28,28,28,34,34,34,9,9,9,19,19,19,38,38,22,22,22,23,23,23,32,32,36,13,29,29,29,18,18,18,17,17,16,16,16,355,355,355,16,16,16,9,9,20,20,20,19,19,19,15,15,15,20,20,13,13,13,16,16,16,28,28,28,33,33,53,53,53,57,57,57,49,49,49,55,55,45,45,45,30,30,30,30,30,355,355,355,5,5,13,13,13,12,12,12,24,24,24,355,355,355,355,355,30,30,30,23,23,23,18,18,18,32,32,32,350,350,27,27,27,15,15,15,10,10,24,24,24,16,16,16,10,10,10,5,5,17,17,17,17,17,17,32,32,32,42,42,30,30,19,19,19,47,47,47,39,39,39,30,30,30,42,42,51,51,51,33,33,33,49,49,49,36,36,36,45,45,71,71,71,49,49,49,32,32,32,53,53,44,44,44,39,39,39,43,43,43,24,24,24,38,38,24,24,24,34,38,52,52,51,51,51,41,41,41,24,24,24,5,5,10,10,10,24,24,24,19,19,19,15,15,5,5,5,9,9,9,5,5,5,355,355,26,26,26,32,32,32,31,31,24,24,24,348,348,348,5,5,5,15,15,13,13,13,18,18,18,5,5,16,16,16,37,37,32,32,32,26,26,26,22,22,22,32,32,32,34,34,44,44,44,24,24,24,38,38,38,42,42,42,29,29,360,360,360,17,17,17,350,350,39,39,39,43,43,43,48,48,48,338,338,338,5,5,36,36,36,17,28,13,13,13,18,18,18,41,41,44,44,44,51,51,51,42,42,42,27,27,31,31,31,49,49,49,5,5,5,23,23,55,55,55,24,24,24,5,5,5,27,27,38,38,38,16,16,16,17,17,17,17,17,27,27,27,29,29,29,19,19,20,20,20,5,5,21,21,21,28,28,28,29,29,29,26,26,33,33,33,27,27,27,36,36,36,30,30,30,38,38,28,28,28,33,33,33,22,22,22,17,17,5,5,5,26,26,26,15,15,15,9,9,9,9,9,40,40,40,20,20,20,29,29,24,24,20,20,20,27,27,27,14,14,14,14,14,30,30,30,36,36,36,28,28,28,5,5,13,13,13,11,11,11,13,13,13,20,20,5,5,5,346,346,346,16,16,16,355,355,355,350,350,25,25,25,22,22,22,360,360,360,360,360,10,10,5,5,5,360,360,360,22,22,22,13,13,13,355,355,355,355,355,360,360,360,338,338,338,360,360,360,355,355,5,5,5,5,5,5,15,15,15,9,9,9,24,24,30,30,30,19,19,19,9,9,9,346,346,5,5,5,30,30,5,5,355,355,355,9,9,9,23,23,23,360,360,31,31,31,355,355,355,31,31,17,17,17,24,24,24,360,360,360,9,9,344,344,344,15,15,15,16,16,16,9,9,9,5,5,5,5,5,24,24,24,19,19,19,35,41,39,39,28,28,28,38,38,38,48,48,48,58,58,51,51,42,42,39,39,39,35,35,26,26,26,30,30,22,22,46,46,46,51,51,51,50,50,48,48,44,44,44,20,20,20,38,38,38,38,38,42,42,42,42,42,60,60,60,55,55,55,45,45,37,37,37,33,33,41,41,41,10,10,10,355,355,22,22,22,5,5,5,19,19,19,33,33,28,28,28,360,360,360,5,5,5,21,21,21,344,344,9,9,9,360,360,360,5,5,14,14,14,5,5,5,22,360,15,15,15,30,30,30,30,30,34,34,34,17,17,17,10,10,5,5,5,24,24,24,22,22,22,31,31,35,35,35,11,11,11,20,20,20,20,20,5,5,5,350,350,350,16,16,16,19,19,10,10,10,31,31,31,25,25,25,39,32,32,32,360,360,360,37,37,37,21,21,21,360,360,31,31,31,24,24,24,22,22,22,9,9,9,5,5,5,5,5,40,40,40,34,34,34,49,49,49,40,40,24,24,24,42,42,42,37,37,37,43,43,39,39,39,26,26,26,40,40,40,11,29,29,29,29,29,29,48,48,48,30,30,33,33,33,20,20,20,24,24,24,9,9,38,38,38,39,39,39,54,54,54,37,37,36,36,36,40,40,40,43,43,43,51,51,41,41,41,54,54,54,57,57,57,72,72,63,63,63,56,56,52,52,52,35,35,35,35,35,30,30,30,17,17,17,24,24,24,5,5,20,20,20,14,14,14,44,44,44,46,46,46,19,19,34,34,34,27,27,27,25,25,27,27,27,360,360,360,360,360,21,21,21,24,24,24,14,14,14,23,23,15,15,35,35,35,26,26,26,32,32,32,45,45,31,31,31,26,26,26,34,34,34,22,22,35,35,35,38,38,38,48,48,48,17,17,22,22,22,13,13,13,15,15,27,27,27,18,18,18,360,360,360,17,17,22,22,22,5,5,5,23,40,12,12,5,5,5,9,9,9,32,32,32,16,16,16,17,17,38,38,38,5,5,5,15,15,15,34,34,40,40,40,26,26,26,13,13,13,34,34,21,21,21,30,30,30,25,25,22,22,22,28,28,28,46,46,46,46,46,46,33,33,27,27,37,37,37,16,16,22,22,22,18,18,18,17,17,17,23,23,23,23,23,21,21,21,16,16,16,9,9,30,30,30,24,24,24,32,32,32,24,24,32,32,32,32,32,32,5,5,5,5,5,5,9,9,17,17,17,18,18,18,27,27,5,5,9,9,9,19,19,19,19,19,19,28,28,28,15,15,30,30,30,15,15,15,30,30,30,32,32,38,38,38,36,36,36,17,17,17,29,29,24,24,24,36,36,36,46,46,46,46,46,53,53,53,47,47,47,51,51,51,40,42,40,40,34,34,34,34,34,34,47,47,29,29,29,30,30,30,44,44,44,39,39,39,35,35,35,35,35,35,35,35,27,27,27,11,11,11,30,30,40,40,40,36,36,36,32,32,34,34,34,28,28,28,28,28,28,15,15,17,17,17,19,19,40,40,40,57,57,57,34,34,41,41,41,42,42,42,13,13,13,20,20,20,37,37,48,48,48,62,62,62,69,69,69,69,69,50,50,50,44,44,44,44,44,44,40,40,49,49,49,49,49,49,42,42,42,34,34,34,34,34,38,46,34,34,34,45,45,45,53,53,53,55,55,92,92,92,65,65,65,63,63,63,70,70,70,78,78,70,70,70,64,64,64,65,65,65,56,56,56,69,69,56,56,56,62,62,62,60,60,68,68,68,75,75,75,76,76,76,88,88,88,90,90,63,63,55,55,55,53,53,53,51,51,31,31,31,13,13,67,67,67,45,45,45,47,47,47,56,56,61,61,61,69,69,69,69,69,69,45,45,51,51,51,53,53,53,47,47,47,44,44,44,43,43,61,61,61,28,28,28,17,17,17,44,40,40,40,41,41,41,49,49,49,49,49,49,65,65,49,49,49,49,49,49,44,44,44,42,42,49,49,49,49,49,49,80,80,80,67,67,40,40,40,22,22,22,58,58,58,55,55,42,42,42,35,35,35,24,24,34,34,34,15,15,23,23,23,32,32,32,29,29,29,20,20,25,25,25,9,9,9,19,19,19,19,19,5,5,5,15,15,15,11,11,11,5,5,12,12,12,350,350,350,5,5,5,38,38,15,15,15,30,30,30,19,19,19,46,46,35,35,55,55,55,38,38,38,33,33,33,27,27,37,37,37,9,9,9,25,25,25,14,14,14,9,9,5,5,5,5,5,5,13,13,13,17,17,17,14,14,22,22,22,20,20,20,24,24,16,16,16,22,22,22,40,40,40,49,49,49,36,33,33,33,26,26,26,23,23,13,13,13,13,13,13,32,32,32,32,32,24,24,24,25,25,25,41,41,27,27,27,22,22,22,5,5,5,34,34,34,34,34,35,35,35,19,19,19,36,36,36,30,30,30,30,30,19,19,19,34,34,34,34,18,18,18,20,20,20,36,36,36,14,14,14,43,43,16,16,16,43,43,43,57,57,57,39,39,21,21,21,30,30,30,26,26,26,28,28,28,24,24,40,40,40,28,28,28,46,46,46,36,36,48,48,48,29,29,29,13,21,28,28,28,17,17,20,20,20,18,18,18,15,15,15,18,18,18,9,9,11,11,11,9,9,9,27,27,27,15,15,15,28,28,17,17,17,40,40,40,26,26,28,28,28,40,40,40,32,32,32,23,23,23,16,16,10,10,10,11,11,22,22,22,13,13,30,30,30,30,30,30,35,35,35,26,26,31,31,31,17,17,17,23,23,23,20,20,13,13,13,9,9,9,32,32,49,49,49,42,42,42,20,20,20,37,37,37,26,26,19,19,19,17,17,17,33,33,33,28,28,31,22,25,25,25,25,25,25,5,5,43,43,43,49,49,49,30,30,30,40,40,56,56,56,51,51,51,51,51,51,43,43,53,53,53,54,54,54,61,61,61,58,58,58,40,40,37,37,37,53,53,53,52,52]; $webcam=''; $wetbulb=6,8; $wgust=32; $wgustTM=39; $wgustYM=43; $WindRecordSet=0; $WindRoseData=[12677.0,31520.0,25783.0,4385.0,307.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,296.0,2028.0]; $WindRosePoints=16; $windrun=249,6; $windrunH=743,4; $windrununit='km'; $windrunY=320,3; $WindSampleCount=3600; $windTM=25; $windunit='km/h'; $windYM=26; $wlatest=23; $wsforecast=' Mostly clear with little temperature change. '; $wsforecastenc=' Mostly clear with little temperature change. '; $wspddata=[18.0,18.0,18.0,21.0,21.0,21.0,18.0,16.0,16.0,16.0,16.0,16.0,16.0,14.0,14.0,14.0,16.0,16.0,16.0,16.0,18.0,18.0,21.0,21.0,21.0,18.0,18.0,18.0,14.0,14.0,16.0,16.0,16.0,18.0,18.0,16.0,16.0,16.0,14.0,14.0,14.0,13.0,13.0,13.0,13.0,13.0,16.0,16.0,16.0,19.0,19.0,19.0,18.0,18.0,18.0,16.0,16.0,14.0,14.0,14.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,16.0,16.0,16.0,16.0,16.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,16.0,16.0,18.0,18.0,18.0,21.0,21.0,21.0,19.0,19.0,19.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,21.0,21.0,21.0,21.0,21.0,23.0,23.0,23.0,19.0,19.0,19.0,18.0,18.0,18.0,18.0,18.0,18.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,18.0,14.0,13.0,13.0,13.0,13.0,13.0,18.0,18.0,18.0,23.0,23.0,23.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,18.0,18.0,18.0,18.0,18.0,18.0,16.0,16.0,16.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,18.0,21.0,21.0,21.0,24.0,24.0,23.0,23.0,23.0,23.0,23.0,23.0,19.0,19.0,19.0,26.0,26.0,26.0,26.0,26.0,21.0,21.0,21.0,21.0,21.0,13.0,13.0,13.0,11.0,11.0,14.0,14.0,14.0,16.0,16.0,16.0,18.0,18.0,16.0,16.0,16.0,21.0,21.0,21.0,23.0,23.0,23.0,24.0,24.0,24.0,21.0,21.0,16.0,16.0,16.0,16.0,16.0,16.0,14.0,14.0,14.0,19.0,19.0,19.0,19.0,19.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,23.0,23.0,23.0,21.0,21.0,21.0,16.0,16.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,16.0,16.0,16.0,16.0,16.0,16.0,14.0,14.0,14.0,18.0,18.0,18.0,16.0,16.0,18.0,18.0,18.0,19.0,19.0,19.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,19.0,21.0,21.0,21.0,19.0,19.0,16.0,16.0,16.0,18.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,14.0,14.0,14.0,14.0,14.0,14.0,18.0,18.0,18.0,18.0,18.0,16.0,16.0,19.0,19.0,19.0,19.0,19.0,19.0,21.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,19.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,16.0,16.0,16.0,16.0,16.0,16.0,13.0,13.0,13.0,21.0,21.0,26.0,26.0,26.0,23.0,23.0,23.0,19.0,19.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,19.0,19.0,19.0,21.0,21.0,21.0,26.0,26.0,24.0,24.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,21.0,21.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,21.0,21.0,21.0,21.0,21.0,21.0,23.0,23.0,23.0,21.0,21.0,19.0,19.0,19.0,18.0,18.0,18.0,18.0,18.0,18.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,18.0,18.0,18.0,16.0,16.0,16.0,18.0,19.0,19.0,19.0,18.0,18.0,18.0,19.0,19.0,18.0,18.0,18.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,18.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,21.0,21.0,21.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,21.0,21.0,21.0,19.0,19.0,19.0,19.0,19.0,21.0,21.0,23.0,23.0,23.0,21.0,21.0,16.0,16.0,16.0,18.0,18.0,18.0,16.0,16.0,14.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,21.0,21.0,19.0,19.0,19.0,18.0,18.0,18.0,14.0,14.0,14.0,16.0,16.0,14.0,14.0,14.0,14.0,14.0,14.0,18.0,18.0,18.0,21.0,21.0,19.0,19.0,19.0,18.0,19.0,14.0,14.0,14.0,16.0,16.0,16.0,16.0,16.0,16.0,16.0,16.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,18.0,18.0,18.0,24.0,24.0,24.0,19.0,19.0,19.0,19.0,19.0,18.0,18.0,18.0,21.0,21.0,21.0,23.0,23.0,23.0,23.0,24.0,24.0,24.0,26.0,26.0,26.0,29.0,29.0,29.0,24.0,24.0,19.0,19.0,19.0,18.0,18.0,18.0,19.0,18.0,18.0,18.0,23.0,23.0,23.0,24.0,24.0,24.0,21.0,21.0,21.0,21.0,21.0,23.0,23.0,23.0,29.0,29.0,29.0,31.0,31.0,31.0,31.0,31.0,31.0,29.0,29.0,26.0,26.0,26.0,23.0,23.0,23.0,21.0,21.0,21.0,24.0,24.0,24.0,24.0,24.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,16.0,16.0,16.0,16.0,16.0,16.0,14.0,14.0,13.0,13.0,13.0,16.0,16.0,14.0,14.0,14.0,14.0,14.0,13.0,13.0,13.0,18.0,18.0,18.0,19.0,19.0,19.0,23.0,23.0,19.0,19.0,19.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,23.0,23.0,23.0,26.0,26.0,26.0,21.0,21.0,16.0,16.0,16.0,24.0,24.0,24.0,23.0,23.0,23.0,26.0,26.0,29.0,29.0,29.0,29.0,29.0,29.0,29.0,29.0,26.0,26.0,23.0,23.0,23.0,31.0,31.0,31.0,24.0,24.0,21.0,21.0,21.0,19.0,19.0,19.0,18.0,18.0,18.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,18.0,21.0,21.0,21.0,24.0,24.0,26.0,26.0,26.0,23.0,23.0,23.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,18.0,23.0,23.0,23.0,18.0,18.0,18.0,18.0,18.0,32.0,32.0,32.0,29.0,29.0,29.0,23.0,23.0,23.0,19.0,21.0,21.0,21.0,29.0,29.0,29.0,24.0,24.0,24.0,24.0,24.0,24.0,21.0,21.0,23.0,23.0,23.0,23.0,23.0,23.0,21.0,21.0,21.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,18.0,18.0,19.0,19.0,19.0,23.0,23.0,23.0,24.0,24.0,21.0,21.0,21.0,18.0,18.0,18.0,19.0,19.0,19.0,19.0,19.0,29.0,21.0,21.0,21.0,21.0,18.0,18.0,18.0,14.0,14.0,14.0,16.0,16.0,18.0,18.0,18.0,19.0,19.0,19.0,19.0,19.0,16.0,16.0,16.0,16.0,16.0,16.0,21.0,21.0,16.0,16.0,16.0,18.0,18.0,18.0,24.0,24.0,24.0,23.0,23.0,24.0,24.0,24.0,24.0,24.0,24.0,23.0,23.0,31.0,31.0,31.0,24.0,24.0,24.0,19.0,19.0,23.0,23.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,18.0,18.0,18.0,16.0,16.0,16.0,14.0,14.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,14.0,14.0,13.0,13.0,13.0,16.0,16.0,16.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,18.0,18.0,19.0,19.0,19.0,23.0,23.0,23.0,19.0,19.0,19.0,18.0,18.0,16.0,16.0,26.0,26.0,26.0,21.0,21.0,21.0,21.0,21.0,21.0,26.0,26.0,26.0,24.0,24.0,21.0,21.0,21.0,19.0,19.0,19.0,23.0,23.0,21.0,21.0,21.0,19.0,19.0,19.0,18.0,18.0,18.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,19.0,19.0,19.0,21.0,21.0,21.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,32.0,26.0,26.0,26.0,24.0,24.0,24.0,21.0,21.0,24.0,24.0,24.0,26.0,26.0,26.0,26.0,26.0,26.0,23.0,23.0,23.0,24.0,24.0,26.0,26.0,26.0,29.0,29.0,29.0,26.0,26.0,26.0,26.0,26.0,31.0,31.0,31.0,24.0,24.0,24.0,21.0,21.0,21.0,21.0,21.0,21.0,18.0,21.0,21.0,21.0,21.0,21.0,21.0,24.0,24.0,24.0,24.0,24.0,23.0,23.0,23.0,19.0,19.0,23.0,23.0,23.0,19.0,19.0,19.0,18.0,18.0,18.0,18.0,18.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,18.0,18.0,18.0,19.0,19.0,19.0,21.0,21.0,19.0,19.0,19.0,18.0,18.0,18.0,21.0,21.0,21.0,18.0,18.0,24.0,24.0,19.0,19.0,19.0,19.0,19.0,19.0,21.0,21.0,19.0,19.0,19.0,19.0,19.0,19.0,18.0,18.0,18.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,19.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,19.0,18.0,18.0,18.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,16.0,16.0,16.0,16.0,16.0,24.0,24.0,24.0,24.0,24.0,24.0,18.0,18.0,18.0,16.0,16.0,16.0,16.0,16.0,16.0,16.0,16.0,16.0,16.0,16.0,14.0,14.0,14.0,13.0,13.0,11.0,11.0,11.0,14.0,14.0,14.0,19.0,19.0,19.0,19.0,19.0,19.0,21.0,21.0,23.0,23.0,23.0,19.0,19.0,19.0,19.0,19.0,16.0,16.0,16.0,18.0,18.0,18.0,21.0,21.0,21.0,21.0,19.0,19.0,19.0,23.0,23.0,23.0,23.0,23.0,21.0,21.0,21.0,23.0,23.0,23.0,24.0,24.0,24.0,32.0,32.0,24.0,24.0,24.0,24.0,24.0,24.0,23.0,23.0,23.0,26.0,26.0,26.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,24.0,24.0,24.0,24.0,24.0,26.0,26.0,26.0,29.0,29.0,29.0,29.0,29.0,29.0,19.0,19.0,24.0,24.0,24.0,24.0,24.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,19.0,19.0,19.0,19.0,24.0,24.0,24.0,26.0,26.0,26.0,23.0,23.0,23.0,23.0,23.0,19.0,19.0,19.0,26.0,26.0,26.0,31.0,31.0,31.0,26.0,26.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,18.0,18.0,18.0,19.0,19.0,24.0,24.0,24.0,24.0,24.0,24.0,24.0,24.0,24.0,24.0,24.0,23.0,23.0,24.0,24.0,24.0,24.0,24.0,24.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,18.0,18.0,18.0,24.0,24.0,24.0,26.0,26.0,26.0,23.0,23.0,23.0,24.0,24.0,24.0,24.0,24.0,26.0,26.0,26.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,23.0,23.0,23.0,23.0,23.0,23.0,19.0,19.0,19.0,18.0,18.0,16.0,16.0,14.0,14.0,14.0,23.0,23.0,23.0,19.0,19.0,19.0,19.0,19.0,16.0,16.0,16.0,14.0,14.0,14.0,13.0,13.0,13.0,13.0,13.0,13.0,16.0,16.0,18.0,18.0,18.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,18.0,18.0,14.0,14.0,14.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,18.0,18.0,16.0,16.0,18.0,18.0,18.0,16.0,16.0,16.0,14.0,14.0,14.0,19.0,19.0,21.0,21.0,23.0,23.0,23.0,19.0,19.0,19.0,16.0,16.0,16.0,16.0,16.0,18.0,18.0,18.0,19.0,19.0,19.0,23.0,23.0,23.0,19.0,19.0,19.0,14.0,14.0,14.0,14.0,14.0,18.0,18.0,18.0,21.0,21.0,21.0,21.0,21.0,24.0,24.0,24.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,24.0,24.0,24.0,24.0,24.0,24.0,29.0,29.0,29.0,34.0,34.0,35.0,35.0,24.0,24.0,24.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,32.0,32.0,31.0,31.0,31.0,32.0,32.0,32.0,31.0,31.0,31.0,34.0,34.0,31.0,31.0,31.0,29.0,29.0,29.0,32.0,32.0,32.0,31.0,31.0,32.0,32.0,32.0,26.0,26.0,26.0,29.0,29.0,29.0,32.0,32.0,32.0,32.0,32.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,24.0,24.0,23.0,23.0,23.0,21.0,21.0,21.0,26.0,26.0,26.0,29.0,29.0,29.0,29.0,29.0,32.0,32.0,32.0,35.0,35.0,35.0,34.0,34.0,34.0,34.0,34.0,34.0,34.0,34.0,37.0,37.0,37.0,26.0,26.0,26.0,24.0,24.0,26.0,26.0,26.0,32.0,32.0,32.0,34.0,34.0,34.0,34.0,34.0,34.0,32.0,32.0,31.0,31.0,31.0,26.0,26.0,26.0,23.0,23.0,23.0,19.0,23.0,23.0,23.0,32.0,32.0,32.0,35.0,35.0,31.0,31.0,31.0,29.0,29.0,29.0,26.0,26.0,26.0,21.0,21.0,26.0,26.0,26.0,24.0,24.0,24.0,23.0,23.0,23.0,24.0,24.0,24.0,24.0,24.0,19.0,19.0,19.0,19.0,19.0,19.0,23.0,23.0,26.0,26.0,26.0,24.0,24.0,24.0,23.0,23.0,23.0,23.0,23.0,26.0,26.0,26.0,19.0,19.0,19.0,24.0,24.0,19.0,19.0,19.0,24.0,24.0,29.0,29.0,29.0,26.0,26.0,26.0,31.0,31.0,31.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,31.0,31.0,31.0,31.0,31.0,31.0,29.0,29.0,29.0,21.0,21.0,23.0,23.0,23.0,24.0,24.0,24.0,26.0,26.0,21.0,21.0,21.0,19.0,19.0,19.0,18.0,18.0,18.0,26.0,26.0,29.0,29.0,29.0,31.0,31.0,31.0,29.0,29.0,29.0,18.0,18.0,19.0,19.0,23.0,23.0,23.0,24.0,24.0,24.0,26.0,26.0,26.0,31.0,31.0,31.0,32.0,32.0,29.0,29.0,29.0,31.0,31.0,31.0,31.0,31.0,31.0,31.0,31.0,31.0,31.0,31.0,24.0,24.0,24.0,21.0,21.0,21.0,19.0,19.0,19.0,19.0,19.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,23.0,23.0,23.0,24.0,24.0,24.0,24.0,24.0,29.0,31.0,29.0,29.0,23.0,23.0,23.0,23.0,23.0,23.0,19.0,19.0,19.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,19.0,19.0,19.0,19.0,19.0,18.0,18.0,18.0,18.0,18.0,18.0,24.0,24.0,24.0,24.0,24.0,24.0,24.0,24.0,21.0,21.0,21.0,23.0,23.0,18.0,18.0,18.0,16.0,16.0,16.0,19.0,19.0,19.0,23.0,23.0,24.0,24.0,24.0,19.0,19.0,19.0,19.0,19.0,18.0,18.0,18.0,21.0,21.0,18.0,18.0,18.0,16.0,16.0,16.0,11.0,11.0,11.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,18.0,16.0,16.0,16.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,11.0,11.0,10.0,10.0,10.0,11.0,11.0,11.0,18.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,16.0,16.0,16.0,19.0,34.0,32.0,32.0,32.0,24.0,24.0,24.0,21.0,21.0,18.0,18.0,18.0,16.0,16.0,16.0,16.0,16.0,16.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,23.0,23.0,19.0,19.0,19.0,16.0,16.0,16.0,16.0,16.0,16.0,19.0,19.0,21.0,21.0,21.0,18.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,18.0,18.0,18.0,19.0,19.0,19.0,21.0,21.0,29.0,29.0,29.0,26.0,26.0,29.0,29.0,29.0,26.0,26.0,26.0,24.0,24.0,24.0,29.0,29.0,24.0,24.0,24.0,23.0,23.0,23.0,23.0,23.0,23.0,24.0,24.0,24.0,24.0,24.0,23.0,23.0,23.0,23.0,23.0,23.0,21.0,21.0,21.0,19.0,19.0,19.0,19.0,19.0,23.0,23.0,23.0,26.0,26.0,26.0,29.0,29.0,29.0,21.0,21.0,24.0,24.0,24.0,26.0,26.0,26.0,29.0,29.0,26.0,26.0,26.0,26.0,26.0,31.0,31.0,31.0,31.0,31.0,31.0,26.0,26.0,21.0,21.0,21.0,18.0,18.0,18.0,16.0,16.0,16.0,14.0,14.0,16.0,16.0,16.0,19.0,19.0,19.0,24.0,24.0,24.0,23.0,23.0,29.0,23.0,23.0,26.0,26.0,26.0,29.0,29.0,29.0,26.0,26.0,26.0,24.0,24.0,26.0,26.0,26.0,21.0,21.0,21.0,23.0,23.0,24.0,24.0,24.0,24.0,24.0,24.0,24.0,24.0,23.0,23.0,23.0,21.0,21.0,21.0,24.0,24.0,24.0,24.0,24.0,23.0,23.0,23.0,19.0,19.0,19.0,21.0,21.0,21.0,19.0,19.0,19.0,21.0,21.0,21.0,21.0,21.0,23.0,23.0,23.0,24.0,24.0,24.0,23.0,23.0,23.0,26.0,26.0,26.0,26.0,26.0,23.0,23.0,23.0,18.0,18.0,18.0,18.0,18.0,21.0,21.0,21.0,19.0,19.0,19.0,19.0,21.0,21.0,21.0,18.0,18.0,18.0,21.0,21.0,21.0,21.0,21.0,23.0,23.0,23.0,19.0,19.0,19.0,18.0,18.0,21.0,21.0,21.0,19.0,19.0,19.0,21.0,21.0,21.0,24.0,24.0,26.0,26.0,26.0,24.0,24.0,24.0,31.0,31.0,31.0,24.0,24.0,24.0,24.0,24.0,34.0,34.0,34.0,32.0,32.0,32.0,31.0,31.0,31.0,26.0,31.0,31.0,31.0,26.0,26.0,26.0,21.0,21.0,21.0,23.0,23.0,23.0,26.0,26.0,34.0,34.0,34.0,34.0,29.0,29.0,29.0,23.0,23.0,21.0,21.0,21.0,23.0,23.0,21.0,21.0,18.0,18.0,18.0,21.0,21.0,21.0,23.0,23.0,24.0,24.0,24.0,24.0,24.0,21.0,21.0,21.0,24.0,24.0,24.0,24.0,24.0,16.0,16.0,16.0,19.0,19.0,16.0,16.0,16.0,18.0,18.0,18.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,18.0,18.0,18.0,19.0,19.0,19.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,19.0,19.0,19.0,21.0,21.0,21.0,21.0,21.0,21.0,18.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,23.0,23.0,23.0,29.0,29.0,29.0,26.0,26.0,29.0,29.0,29.0,24.0,24.0,24.0,24.0,23.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,16.0,16.0,16.0,14.0,14.0,14.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,19.0,21.0,21.0,21.0,18.0,18.0,21.0,21.0,21.0,21.0,21.0,21.0,23.0,23.0,23.0,21.0,21.0,19.0,19.0,19.0,21.0,21.0,21.0,19.0,19.0,19.0,23.0,23.0,24.0,24.0,24.0,29.0,29.0,29.0,32.0,32.0,32.0,29.0,24.0,24.0,24.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,18.0,18.0,18.0,16.0,16.0,16.0,18.0,18.0,18.0,19.0,19.0,19.0,21.0,21.0,29.0,29.0,29.0,35.0,35.0,35.0,35.0,35.0,35.0,34.0,34.0,34.0,29.0,29.0,21.0,21.0,21.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,19.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,24.0,24.0,24.0,24.0,24.0,23.0,23.0,23.0,24.0,24.0,24.0,23.0,23.0,23.0,23.0,23.0,34.0,34.0,34.0,31.0,31.0,31.0,31.0,31.0,24.0,24.0,24.0,29.0,29.0,29.0,26.0,26.0,26.0,24.0,24.0,29.0,29.0,29.0,31.0,31.0,31.0,29.0,29.0,29.0,32.0,32.0,32.0,32.0,32.0,24.0,24.0,29.0,29.0,29.0,29.0,29.0,29.0,29.0,29.0,23.0,23.0,23.0,18.0,18.0,18.0,21.0,21.0,21.0,24.0,24.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,23.0,31.0,31.0,32.0,32.0,32.0,31.0,31.0,31.0,31.0,31.0,31.0,31.0,31.0,32.0,32.0,32.0,32.0,32.0,26.0,26.0,26.0,26.0,26.0,26.0,23.0,23.0,23.0,23.0,23.0,29.0,29.0,23.0,23.0,23.0,23.0,23.0,23.0,19.0,19.0,19.0,23.0,23.0,19.0,19.0,19.0,19.0,19.0,19.0,23.0,23.0,23.0,23.0,23.0,24.0,24.0,24.0,26.0,26.0,26.0,23.0,23.0,23.0,23.0,23.0,16.0,16.0,16.0,19.0,19.0,19.0,19.0,19.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,26.0,24.0,24.0,24.0,21.0,19.0,19.0,19.0,24.0,24.0,24.0,21.0,21.0,21.0,18.0,18.0,18.0,16.0,16.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,18.0,18.0,21.0,21.0,21.0,19.0,19.0,19.0,19.0,19.0,23.0,23.0,23.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,19.0,21.0,21.0,21.0,21.0,21.0,21.0,24.0,24.0,18.0,18.0,19.0,19.0,19.0,23.0,23.0,26.0,26.0,26.0,24.0,24.0,24.0,24.0,24.0,24.0,21.0,21.0,23.0,23.0,23.0,24.0,24.0,24.0,19.0,19.0,19.0,21.0,21.0,18.0,18.0,18.0,19.0,19.0,19.0,21.0,21.0,21.0,23.0,23.0,24.0,24.0,24.0,26.0,26.0,26.0,21.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,26.0,26.0,26.0,26.0,26.0,26.0,19.0,19.0,19.0,19.0,18.0,18.0,18.0,19.0,19.0,19.0,24.0,24.0,24.0,26.0,26.0,26.0,24.0,24.0,23.0,23.0,23.0,21.0,21.0,21.0,23.0,23.0,23.0,24.0,24.0,23.0,23.0,23.0,23.0,23.0,23.0,19.0,19.0,19.0,21.0,21.0,18.0,18.0,18.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,19.0,19.0,19.0,19.0,13.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,11.0,11.0,11.0,13.0,13.0,13.0,11.0,11.0,11.0,18.0,18.0,18.0,16.0,16.0,19.0,19.0,19.0,16.0,16.0,16.0,16.0,16.0,16.0,19.0,19.0,19.0,21.0,21.0,26.0,26.0,26.0,23.0,23.0,23.0,26.0,26.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,18.0,18.0,18.0,14.0,14.0,18.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,11.0,11.0,11.0,18.0,18.0,18.0,18.0,18.0,18.0,14.0,14.0,14.0,13.0,13.0,13.0,13.0,13.0,14.0,14.0,14.0,21.0,21.0,21.0,21.0,21.0,19.0,19.0,19.0,23.0,23.0,23.0,23.0,23.0,23.0,21.0,21.0,19.0,19.0,19.0,19.0,19.0,19.0,23.0,23.0,23.0,21.0,21.0,21.0,16.0,16.0,14.0,14.0,14.0,14.0,14.0,18.0,18.0,18.0,16.0,16.0,16.0,19.0,19.0,18.0,18.0,18.0,16.0,16.0,16.0,18.0,18.0,18.0,13.0,13.0,13.0,21.0,21.0,29.0,29.0,29.0,26.0,26.0,26.0,26.0,26.0,26.0,31.0,31.0,31.0,29.0,29.0,26.0,26.0,26.0,23.0,23.0,23.0,23.0,23.0,19.0,19.0,19.0,19.0,19.0,19.0,18.0,18.0,18.0,16.0,16.0,16.0,14.0,14.0,14.0,14.0,14.0,14.0,14.0,13.0,13.0,13.0,11.0,11.0,14.0,14.0,14.0,16.0,16.0,16.0,16.0,16.0,18.0,18.0,18.0,24.0,24.0,24.0,21.0,21.0,21.0,21.0,21.0,18.0,18.0,18.0,18.0,18.0,18.0,16.0,16.0,16.0,16.0,16.0,16.0,16.0,16.0,19.0,19.0,19.0,16.0,16.0,16.0,11.0,11.0,16.0,16.0,16.0,18.0,18.0,18.0,19.0,19.0,19.0,16.0,26.0,26.0,26.0,29.0,29.0,29.0,21.0,21.0,21.0,24.0,24.0,24.0,19.0,19.0,21.0,21.0,21.0,21.0,21.0,21.0,29.0,29.0,29.0,19.0,19.0,16.0,16.0,16.0,21.0,21.0,21.0,19.0,19.0,19.0,18.0,18.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,18.0,19.0,19.0,19.0,19.0,19.0,19.0,26.0,26.0,29.0,29.0,29.0,26.0,26.0,21.0,21.0,21.0,18.0,18.0,18.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,18.0,18.0,18.0,26.0,26.0,26.0,21.0,21.0,21.0,29.0,29.0,29.0,31.0,31.0,26.0,26.0,26.0,29.0,29.0,29.0,35.0,35.0,35.0,32.0,32.0,26.0,26.0,26.0,24.0,24.0,24.0,23.0,23.0,23.0,29.0,29.0,31.0,31.0,26.0,26.0,26.0,26.0,26.0,26.0,29.0,29.0,29.0,23.0,23.0,21.0,21.0,21.0,26.0,26.0,26.0,24.0,24.0,24.0,29.0,29.0,29.0,29.0,29.0,24.0,24.0,24.0,26.0,26.0,26.0,24.0,24.0,24.0,24.0,24.0,24.0,24.0,24.0,21.0,21.0,21.0,24.0,24.0,24.0,23.0,23.0,29.0,29.0,29.0,24.0,24.0,24.0,21.0,21.0,21.0,21.0,21.0,21.0,19.0,18.0,18.0,18.0,19.0,19.0,19.0,29.0,29.0,29.0,29.0,29.0,26.0,26.0,26.0,31.0,31.0,31.0,31.0,31.0,23.0,23.0,23.0,18.0,18.0,18.0,19.0,19.0,21.0,21.0,21.0,26.0,26.0,26.0,32.0,32.0,32.0,26.0,26.0,26.0,29.0,29.0,29.0,29.0,29.0,26.0,26.0,26.0,29.0,29.0,29.0,23.0,23.0,26.0,26.0,26.0,23.0,23.0,23.0,24.0,24.0,18.0,18.0,18.0,18.0,18.0,19.0,19.0,19.0,16.0,16.0,16.0,16.0,16.0,16.0,18.0,18.0,14.0,14.0,14.0,14.0,14.0,14.0,19.0,19.0,19.0,23.0,23.0,24.0,24.0,24.0,21.0,21.0,21.0,23.0,23.0,23.0,26.0,26.0,26.0,18.0,18.0,21.0,21.0,21.0,24.0,24.0,24.0,29.0,29.0,29.0,29.0,29.0,24.0,24.0,24.0,32.0,32.0,32.0,32.0,26.0,23.0,23.0,23.0,19.0,19.0,21.0,21.0,21.0,19.0,19.0,19.0,19.0,19.0,19.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,18.0,16.0,16.0,16.0,21.0,21.0,21.0,24.0,24.0,24.0,32.0,32.0,31.0,31.0,31.0,29.0,29.0,29.0,29.0,29.0,23.0,23.0,23.0,18.0,18.0,18.0,19.0,19.0,19.0,18.0,18.0,18.0,16.0,16.0,18.0,18.0,18.0,19.0,19.0,31.0,31.0,31.0,24.0,24.0,24.0,24.0,24.0,26.0,26.0,26.0,24.0,24.0,24.0,24.0,24.0,26.0,26.0,26.0,23.0,23.0,23.0,21.0,21.0,21.0,21.0,21.0,23.0,23.0,23.0,19.0,19.0,19.0,18.0,18.0,16.0,16.0,16.0,18.0,18.0,18.0,18.0,18.0,18.0,16.0,16.0,16.0,14.0,14.0,13.0,13.0,13.0,14.0,14.0,14.0,16.0,16.0,16.0,21.0,21.0,18.0,19.0,18.0,18.0,18.0,16.0,16.0,16.0,16.0,16.0,18.0,18.0,18.0,16.0,16.0,16.0,23.0,23.0,23.0,21.0,21.0,23.0,23.0,23.0,23.0,23.0,23.0,24.0,24.0,24.0,21.0,21.0,18.0,18.0,18.0,18.0,18.0,18.0,21.0,21.0,21.0,23.0,23.0,23.0,23.0,23.0,19.0,19.0,19.0,18.0,18.0,18.0,14.0,14.0]; $wspeed=19; $wspeedH=46; $Ybeaudesc='Moderate breeze'; $Ybeaufort='F4'; $Ybeaufortnumber=4; $year=2017; $YearAppTempH=25,2; $YearAppTempHD='08 avril'; $YearAppTempHT='16:33'; $YearAppTempL=-14,5; $YearAppTempLD='19 janvier'; $YearAppTempLT='06:52'; $YearDailyRainH=35,0; $YearDailyRainHD='04 mars'; $YearDewPointH=15,0; $YearDewPointHD='10 avril'; $YearDewPointHT='16:55'; $YearDewPointL=-11,9; $YearDewPointLD='19 janvier'; $YearDewPointLT='08:57'; $YearGustH=76; $YearGustHD='13 février'; $YearGustHT='10:32'; $YearHeatIndexH=25,4; $YearHeatIndexHD='08 avril'; $YearHeatIndexHT='17:39'; $YearHighDailyTempRange=21,0; $YearHighDailyTempRangeD='08 avril'; $YearHourlyRainH=8,0; $YearHourlyRainHD='31 mars'; $YearHourlyRainHT='23:47'; $YearHumH=100; $YearHumHD='11 janvier'; $YearHumHT='17:52'; $YearHumL=28; $YearHumLD='11 mars'; $YearHumLT='17:03'; $YearLongestDryPeriod=11; $YearLongestDryPeriodD='27 janvier'; $YearLongestWetPeriod=10; $YearLongestWetPeriodD='08 mars'; $YearLowDailyTempRange=2,1; $YearLowDailyTempRangeD='10 janvier'; $YearMaxTempL=-0,2; $YearMaxTempLD='18 janvier'; $YearMinTempH=10,7; $YearMinTempHD='13 février'; $YearMonthlyRainH=105,4; $YearMonthlyRainHD='mars'; $YearPressH=1034,65; $YearPressHD='15 février'; $YearPressHT='21:53'; $YearPressL=994,18; $YearPressLD='04 mars'; $YearPressLT='08:07'; $YearRainRateH=53,8; $YearRainRateHD='31 mars'; $YearRainRateHT='22:53'; $YearTempH=25,4; $YearTempHD='08 avril'; $YearTempHT='17:39'; $YearTempL=-10,3; $YearTempLD='19 janvier'; $YearTempLT='06:06'; $YearWChillL=-13,8; $YearWChillLD='19 janvier'; $YearWChillLT='06:52'; $YearWindH=46; $YearWindHD='13 février'; $YearWindHT='13:45'; $YearWindRunH=743,4; $YearWindRunHD='13 février'; $yesterday='18/04/2017'; $YSunshineHours=11,6; // does not apply to all weather station types // ------------------------------------------------------------- # The following recent tags require a parameter, so you need to decide what parameters you may need in your web pages when you use each of these // The examples shows 3 hours ago $RecentTS='14:11 19/04/2017'; $RecentDewPoint=-3,2; $RCRecentDewPoint=-3.2; $RecentHeatIndex=11,8; $RCRecentHeatIndex=11.8; $RecentHumidity=35; $RecentOutsideTemp=11,8; $RCRecentOutsideTemp=11.8; $RecentPressure=1029,19; $RCRecentPressure=1029.19; $RecentRainToday=0,0; $RCRecentRainToday=0.0; $RecentSolarRad=854; $RecentUV=4,9; $RCRecentUV=4.9; $RecentWindAvgDir=32; $RecentWindChill=9,3; $RCRecentWindChill=9.3; $RecentWindDir=64; $RecentWindGust=31; $RCRecentWindGust=31; $RecentWindLatest=16; $RCRecentWindLatest=16; $RecentWindSpeed=24; $RCRecentWindSpeed=24; // ===================================================================== // # See ?http://wiki.sandaysoft.com/a/Webtags? for descriptions for tags # Some tags accept date and/or time format, or other selection modifiers # (no indication is given in this list of what parameters are allowed in each case) # The recent tags do not work without a parameter, so have 'h=3' just as an example # The By month tags are an array with elements representing the available months # (however by month time-stamps will accept date and time format parameters as well) # See Wiki for more information on what parameters can optionally be added to tags ?>