<?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='74,25 MB'; $altimeterpressure=1030,27; $altitude='367 m'; $apptemp=-0,6; $apptempH=25,2; $apptempL=-14,5; $apptempTH=-0,6; $apptempTL=-1,1; $apptempYH=6,7; $apptempYL=-4,6; $avgbearing=23; $avgtemp=3,1; $avgtempY=6,4; $battery='4,72v'; // does not apply to all weather station types $bearing=31; $BearingRangeFrom=5; $BearingRangeFrom10=000; $BearingRangeTo=43; $BearingRangeTo10=050; $bearingTM=30; $bearingYM=13; $beaudesc='Light breeze'; $beaufort='F2'; $beaufortnumber=2; $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,9; // defaults to current month $ByMonthDewPointL[1]='-11,9'; // January $ByMonthDewPointL[2]='-5,1'; //February $ByMonthDewPointL[3]='-2,5'; // March $ByMonthDewPointL[4]='-4,9'; // 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 19:17 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 19:17 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]=9; // defaults to current month $ByMonthLongestDryPeriod[1]='11'; // January $ByMonthLongestDryPeriod[2]='6'; //February $ByMonthLongestDryPeriod[3]='8'; // March $ByMonthLongestDryPeriod[4]='9'; // 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 19 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 19 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]=12,7; // defaults to current month $ByMonthMaxTempL[1]='-0,2'; // January $ByMonthMaxTempL[2]='6,0'; //February $ByMonthMaxTempL[3]='7,1'; // March $ByMonthMaxTempL[4]='12,7'; // 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 15:32 on 19 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 15:32 on 19 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]=1031,60; // defaults to current month $ByMonthPressH[1]='1031,60'; // January $ByMonthPressH[2]='1034,65'; //February $ByMonthPressH[3]='1034,61'; // March $ByMonthPressH[4]='1031,60'; // 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 00:23 on 20 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 00:23 on 20 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]=369,5; // defaults to current month $ByMonthWindRunH[1]='549,8'; // January $ByMonthWindRunH[2]='743,4'; //February $ByMonthWindRunH[3]='364,1'; // March $ByMonthWindRunH[4]='369,5'; // 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 19 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 19 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=1061,0; $cloudbase='875 m'; $cloudbaseunit='m'; $cloudbasevalue=875; $ConsecutiveDryDays=9; $ConsecutiveRainDays=0; $cooldegdays=0,0; $cooldegdaysY=0,0; $CpuCount=2; $CpuName='Intel(R) Core(TM)2 Duo CPU U9600 @ 1.60GHz'; $cumulusforecast='Settled fine'; $cumulusforecastenc='Settled fine'; $currcond=''; $currcondenc=''; $CurrentSolarMax=0; $currentwdir='NNE'; $dailygraphperiod=31; $DataStopped=0; $date='20/04/2017'; $DavisFirmwareVersion='3.15'; // does not apply to all weather station types $DavisMaxInARow='189'; // does not apply to all weather station types $DavisNumberOfResynchs='0'; // does not apply to all weather station types $DavisNumCRCerrors='6'; // does not apply to all weather station types $DavisTotalPacketsMissed='6'; // does not apply to all weather station types $DavisTotalPacketsReceived='330'; // does not apply to all weather station types $dawn='06:28'; $day=20; $daylength='13:48'; $daylightlength='14:51'; $dayname='jeudi'; $DaysSince30Dec1899=42845,0208919676; $DaysSinceRecordsBegan=107; $dew=-3,9; $dewpointH=15,0; $dewpointL=-11,9; $dewpointTH=-3,8; $dewpointTL=-4,1; $dewpointYH=1,9; $dewpointYL=-4,9; $DiskFree='64,8 GB'; $DiskSize='119,14 GB'; $DisplayMode='1280x800, 32 bit'; $domwindbearing=19; $domwindbearingY=28; $domwinddir='NNE'; $domwinddirY='NNE'; $dusk='21:19'; $ErrorLight=0; $ET=0,00; // 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=-0,6; $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='Settled fine'; $forecastenc='Settled fine'; $forecastnumber=1; $forum=':forum:'; $graphperiod=24; $gustM=76; $heatdegdays=0,4; $heatdegdaysY=13,5; $heatindex=3,1; $heatindexH=25,4; $heatindexTH=3,3; $heatindexYH=12,7; $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=00; $hourlyrainTH=0,0; $hourlyrainYH=0,0; $hum=60; $humH=100; $humidex=3,1; $HumidityRecordSet=0; $humL=28; $humTH=60; $humTL=59; $humYH=87; $humYL=31; $inhum=30; $intemp=20,5; $interval=5; $isdaylight=0; $IsFreezing=0; $IsRaining=0; $IsSunny=0; // does not apply to all weather station types $IsSunUp=0; $LastDataReadT='20/04/2017 00:30: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='1116/3024 MB (free/total)'; $metdate='20/04/2017'; $metdateyesterday='19/04/2017'; $mintempH=10,7; $minute=30; $MinutesSinceLastRainTip=13433; $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,9; $MonthDewPointLD='19 avril'; $MonthDewPointLT='19:18'; $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=9; $MonthLongestDryPeriodD='19 avril'; $MonthLongestWetPeriod=3; $MonthLongestWetPeriodD='02 avril'; $MonthLowDailyTempRange=5,9; $MonthLowDailyTempRangeD='01 avril'; $MonthMaxTempL='12,7'; $MonthMaxTempLD='19 avril'; $MonthMinTempH='8,1'; $MonthMinTempHD='09 avril'; $monthname='avril'; $MonthPressH=1031,60; $MonthPressHD='20 avril'; $MonthPressHT='00:23'; $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=369,5; $MonthWindRunHD='19 avril'; $MoonAge=22; $MoonPercent=-45; $MoonPercentAbs=45; $moonphase='Waning Crescent'; $moonrise='03:55'; $moonset='13:52'; $newrecord=0; $nextwindindex=2403; $OsLanguage='French'; $OsVersion='Windows 7 x64 Service Pack 1 build 7601'; $press=1031,60; $PressChangeDownAlarm=0; $PressChangeUpAlarm=0; $pressH=1034,65; $pressL=994,18; $pressTH=1031,60; $pressTL=1031,36; $presstrend='Rising slowly'; $presstrendenglish='Rising'; $presstrendval=0,46; $pressunit='hPa'; $PressureRecordSet=0; $pressYH=1031,43; $pressYL=1027,70; $ProgramUpTime='16 hours 35 minutes'; $r24hour=0,0; $RainRecordSet=0; $rainunit='mm'; $RCapptempTH=-0.6; $RCapptempTL=-1.1; $RCdew=-3.9; $RCdewpointTH=-3.8; $RCdewpointTL=-4.1; $RCheatindex=3.1; $RCheatindexTH=3.3; $RChum=60; $RCinhum=30; $RCintemp=20.5; $RCpress=1031.60; $RCpressTH=1031.60; $RCpressTL=1031.36; $RCrfall=0.0; $RCrrate=0.0; $RCrrateTM=0.0; $RCtemp=3.1; $RCtempTH=3.3; $RCtempTL=2.9; $RCwchill=1.5; $RCwchillTL=0.6; $RCwgust=11; $RCwgustTM=11; $RCwlatest=3; $RCwspeed=6; $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='jeu.'; $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=0; // does not apply to all weather station types $solarTH=0; // does not apply to all weather station types $solarYH=856; // 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='06:59'; $sunset='20:47'; $SunshineHours='0,0'; $SystemUpTime='12 days 9 hours'; $TapptempH='at 16:33 on 08 avril 2017'; $TapptempL='at 06:52 on 19 janvier 2017'; $TapptempTH='00:27'; $TapptempTL='00:00'; $TapptempYH='15:33'; $TapptempYL='07:12'; $Tbeaudesc='Light breeze'; $Tbeaufort='F2'; $Tbeaufortnumber=2; $TdewpointH='at 16:55 on 10 avril 2017'; $TdewpointL='at 08:57 on 19 janvier 2017'; $TdewpointTH='00:18'; $TdewpointTL='00:25'; $TdewpointYH='09:55'; $TdewpointYL='19:18'; $temp=3,1; $TempChangeDownAlarm=0; $TempChangeLastHour=-0,8; $TempChangeUpAlarm=0; $tempH=25,4; $tempL=-10,3; $temprange=0,4; $temprangeY=13,1; $TempRecordSet=0; $tempTH=3,3; $tempTL=2,9; $temptrend=-1,2; $temptrendenglish='Falling'; $temptrendtext='Falling'; $tempunit='°C'; $tempunitnodeg='C'; $tempYH=12,7; $tempYL=-0,4; $TgustM='at 10:32 on 13 février 2017'; $TheatindexH='at 17:39 on 08 avril 2017'; $TheatindexTH='00:00'; $TheatindexYH='15:32'; $THighDailyTempRange='on 08 avril 2017'; $ThourlyrainTH='00:00'; $ThourlyrainYH='00:00'; $THWindex='2,3'; // 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='00:07'; $ThumTL='00:00'; $ThumYH='06:54'; $ThumYL='15:14'; $time='00:30 on 20 avril 2017'; $timehhmmss='00:30:05'; $timeUTC='22:30 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='00:23'; $TpressTL='00:02'; $TpressYH='23:53'; $TpressYL='00:00'; $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='00:00'; // does not apply to all weather station types $TsolarYH='14:01'; // 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='00:00'; $TtempTL='00:22'; $TtempYH='15:32'; $TtempYL='07:12'; $TUVTH='00:00'; // does not apply to all weather station types $TUVYH='13:25'; // does not apply to all weather station types $TwchillH='at 06:52 on 19 janvier 2017'; $TwchillTL='00:00'; $TwchillYL='07:12'; $TwgustTM='00:00'; $TwgustYM='17:34'; $TwindrunH='on 13 février 2017'; $TwindTM='00:00'; $TwindYM='14:07'; $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='20/04/2017 00:30:05'; $UV=0,0; // does not apply to all weather station types $UVTH=0,0; // does not apply to all weather station types $UVYH=4,9; // does not apply to all weather station types $version='1.9.4'; $wchill=1,5; $wchillH=-13,8; $wchillTL=0,6; $wchillYL=-3,8; $wdir='NNE'; $wdirdata=[24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,23,23,17,17,14,14,14,14,14,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,17,21,21,21,21,21,21,25,25,24,24,24,24,24,24,24,24,24,24,24,24,31,31,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,18,18,18,18,18,19,19,19,19,19,19,18,18,18,15,15,360,360,360,16,16,16,15,15,15,19,19,5,5,5,13,13,13,13,13,13,13,13,12,12,12,22,22,22,21,21,21,21,21,21,21,21,28,28,28,28,28,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,22,22,22,21,21,21,22,22,22,21,21,21,21,21,21,21,21,15,15,15,15,15,26,26,25,25,25,25,25,25,25,25,25,20,20,20,20,20,20,20,20,20,20,20,19,19,19,19,19,11,11,11,12,12,12,15,15,16,16,16,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,13,13,13,10,10,10,23,23,23,23,23,23,23,23,23,23,23,23,23,23,18,18,19,19,19,19,19,19,17,17,17,19,19,20,20,20,20,20,20,20,20,20,20,20,20,20,20,30,30,30,30,30,30,29,29,23,23,32,32,32,29,29,29,28,28,28,17,17,19,19,19,15,15,15,15,15,15,32,32,32,32,32,9,9,9,26,26,26,25,25,25,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,30,30,30,30,30,30,37,37,37,18,18,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,22,22,22,40,29,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,22,22,22,22,22,22,22,22,22,22,22,17,17,17,11,11,11,11,11,11,15,15,15,15,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,32,32,30,34,34,41,41,41,36,36,29,29,29,29,29,29,29,29,29,29,29,29,29,23,23,23,23,23,23,23,23,23,23,23,22,22,22,22,22,22,22,22,24,24,24,18,18,18,28,28,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,19,19,19,19,19,11,11,11,11,11,11,11,11,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,20,20,20,20,20,20,32,32,32,32,32,31,31,31,34,34,36,34,34,34,30,30,30,30,30,30,30,30,27,27,14,14,14,13,13,13,11,11,11,11,11,15,15,15,16,16,16,16,16,17,17,17,17,17,17,16,16,15,15,15,15,15,15,5,5,5,5,5,10,10,10,5,5,10,10,10,10,10,10,10,10,10,13,13,15,15,15,22,22,22,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,9,9,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,360,360,350,350,350,350,350,350,355,355,355,355,15,15,15,15,15,15,15,15,15,15,15,15,15,15,22,22,23,23,23,23,23,23,23,23,23,23,23,23,23,23,24,24,24,24,24,24,24,24,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,26,26,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,24,24,24,13,13,13,5,5,5,5,5,5,5,5,5,5,5,5,5,17,17,19,19,19,19,19,19,17,17,17,5,5,5,5,5,14,14,14,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,16,16,16,16,16,11,11,11,11,11,11,11,11,15,15,15,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,13,13,14,14,14,13,13,13,13,13,13,13,13,13,13,13,13,13,13,14,14,14,14,14,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,18,18,18,18,18,18,18,18,18,18,18,18,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,18,18,16,16,16,21,21,24,24,24,24,24,24,37,37,37,37,37,43,43,43,43,43,43,41,41,41,40,40,40,40,40,40,40,40,40,40,40,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,14,14,14,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,21,21,21,21,21,21,21,21,21,21,21,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,13,13,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,15,15,15,15,15,15,15,15,15,15,15,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,27,27,27,25,25,25,16,16,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,26,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,16,16,16,15,15,19,19,19,19,19,19,19,19,19,17,17,17,5,5,11,11,11,5,5,5,5,5,5,5,5,5,5,5,15,15,15,28,28,28,28,28,27,27,32,32,32,29,29,29,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,27,27,27,5,5,5,5,5,5,5,5,5,5,5,15,15,15,15,15,26,26,26,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,32,31,31,31,32,32,32,32,32,31,31,31,32,32,32,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,31,23,23,20,20,20,20,20,20,17,17,17,17,17,17,17,17,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,23,25,25,25,25,25,25,25,25,25,25,25,25,25,25,22,22,22,20,20,20,20,20,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,21,21,21,21,21,21,21,21,17,17,17,17,17,16,16,16,16,16,16,16,16,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,18,18,18,18,18,18,18,18,18,18,18,18,18,18,13,13,13,13,13,5,5,5,22,20,19,19,17,17,17,19,19,19,24,24,24,19,19,23,23,23,11,11,11,9,9,9,15,15,13,13,13,12,12,12,9,9,9,15,15,22,22,22,19,19,19,20,20,23,23,23,29,29,29,5,5,5,16,16,24,24,24,24,24,24,24,24,31,31,31,30,30,34,34,34,46,46,46,32,32,26,26,26,32,32,32,32,32,32,19,19,19,24,24,25,25,25,27,27,27,17,17,17,21,21,26,26,26,24,24,24,24,24,24,24,24,24,24,24,24,24,24,23,23,23,23,23,23,23,23,26,26,24,24,24,16,16,16,18,18,18,18,18,18,25,25,22,22,22,19,19,19,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,15,15,17,17,17,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,22,17,17,17,21,21,21,21,21,31,31,31,23,23,23,23,23,24,24,24,24,24,24,24,24,24,24,24,19,19,19,19,19,19,13,13,13,14,14,14,5,5,10,10,10,19,19,19,19,19,19,23,23,23,22,22,12,12,12,29,29,12,12,12,19,19,19,9,9,15,15,15,16,16,16,17,17,17,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,21,15,15,16,16,16,21,21,21,20,20,20,19,19,19,19,19,13,13,13,13,13,14,14,14,15,15,17,17,17,17,17,17,17,17,17,16,16,16,17,17,17,17,17,16,16,16,17,17,17,11,11,11,11,11,13,13,13,19,19,19,19,19,19,19,19,30,30,30,41,41,41,40,40,40,24,24,24,24,24,24,24,24,31,31,28,28,28,31,31,31,27,27,30,30,30,24,24,24,24,24,24,28,28,32,32,32,32,32,32,32,32,32,34,34,34,34,34,33,33,33,25,25,25,25,25,25,27,27,27,27,27,26,26,26,23,23,23,22,22,22,22,22,22,22,22,22,22,20,20,20,20,20,20,20,20,19,19,19,19,19,19,19,19,9,9,9,19,19,19,27,27,27,29,29,29,29,29,11,11,11,360,360,360,9,9,9,28,28,28,28,28,11,11,11,20,20,20,32,32,18,18,18,15,15,27,27,27,24,24,24,24,24,24,24,24,22,22,22,18,18,32,32,32,33,33,33,27,27,27,13,13,13,13,13,15,15,15,15,15,15,15,15,24,24,24,24,24,24,22,22,22,21,21,20,20,20,16,16,16,25,25,23,23,23,19,30,14,14,14,18,18,18,16,16,21,21,21,28,28,28,22,22,22,30,30,30,22,22,22,22,22,22,22,22,24,24,24,23,23,23,17,17,13,13,13,14,14,14,23,23,23,23,23,27,27,27,22,22,22,37,37,46,46,46,42,42,24,24,24,24,24,22,22,22,22,22,22,9,9,9,5,5,5,5,5,5,5,5,18,18,18,19,19,19,10,10,13,13,13,19,19,19,30,30,30,17,17,26,26,26,24,24,24,19,19,19,13,13,5,5,5,11,11,11,11,11,11,23,23,32,32,27,27,27,36,36,36,34,34,34,29,29,17,17,17,29,29,29,36,36,36,32,32,32,31,31,27,27,27,24,24,24,16,16,16,22,22,22,22,22,24,24,24,32,32,32,26,26,24,24,24,25,25,25,25,25,25,25,16,16,16,16,16,16,16,16,16,17,17,19,19,19,30,30,30,30,30,30,30,30,30,30,30,30,30,30,29,29,28,28,28,27,27,27,27,27,27,27,27,27,27,27,30,30,30,35,35,35,35,35,35,35,35,35,35,35,19,19,17,17,17,17,17,17,19,19,18,18,18,18,18,18,22,22,22,23,23,27,27,27,27,27,27,22,22,22,22,22,26,26,26,9,9,9,11,11,13,13,13,24,24,24,24,24,24,19,19,19,19,19,20,20,20,20,20,20,17,17,5,5,360,360,360,360,360,360,360,360,360,20,20,20,34,34,26,26,26,26,26,26,15,15,15,22,22,22,24,24,24,24,24,18,18,18,5,5,5,5,5,5,5,5,5,5,5,14,14,14,26,26,34,34,34,28,28,28,28,28,9,9,9,360,360,9,9,9,12,12,12,28,28,28,21,21,21,22,22,17,17,17,17,17,17,17,17,17,22,22,22,9,9,9,9,9,18,18,18,15,15,15,22,22,22,22,22,21,21,21,24,24,24,24,24,24,21,21,22,22,22,19,19,26,26,26,23,23,21,21,21,21,21,21,18,18,18,18,18,23,23,23,22,22,22,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24,24]; $webcam=''; $wetbulb=0,7; $wgust=11; $wgustTM=11; $wgustYM=40; $WindRecordSet=0; $WindRoseData=[3000.0,24246.0,847.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0]; $WindRosePoints=16; $windrun=3,9; $windrunH=743,4; $windrununit='km'; $windrunY=369,5; $WindSampleCount=3600; $windTM=10; $windunit='km/h'; $windYM=25; $wlatest=3; $wsforecast=' Mostly clear with little temperature change. '; $wsforecastenc=' Mostly clear with little temperature change. '; $wspddata=[8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,8.0,8.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,11.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,10.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,8.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,6.0,6.0,6.0,5.0,5.0,3.0,3.0,3.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,6.0,6.0,6.0,5.0,5.0,5.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,3.0,3.0,5.0,5.0,5.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,3.0,3.0,5.0,5.0,5.0,3.0,3.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,5.0,5.0,5.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,5.0,5.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,8.0,8.0,8.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,6.0,6.0,6.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,10.0,10.0,10.0,8.0,8.0,8.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,5.0,5.0,5.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,2.0,2.0,2.0,2.0,2.0,2.0,2.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,5.0,5.0,5.0,6.0,6.0,6.0,6.0,6.0,5.0,5.0,5.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,3.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,13.0,13.0,13.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,11.0,11.0,11.0,13.0,13.0,14.0,14.0,14.0,13.0,13.0,13.0,13.0,13.0,13.0,11.0,11.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,13.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,13.0,13.0,13.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,13.0,13.0,13.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,11.0,11.0,11.0,10.0,10.0,10.0,11.0,11.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,6.0,6.0,6.0,6.0,6.0,6.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,6.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,13.0,13.0,13.0,13.0,13.0,13.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,11.0,11.0,11.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,10.0,10.0,10.0,11.0,11.0,11.0,14.0,14.0,14.0,13.0,13.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,11.0,11.0,11.0,13.0,13.0,13.0,13.0,13.0,11.0,11.0,11.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,8.0,8.0,6.0,6.0,6.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,11.0,11.0,10.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,10.0,10.0,11.0,11.0,11.0,13.0,13.0,13.0,11.0,11.0,11.0,11.0,11.0,11.0,13.0,13.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,8.0,8.0,8.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,11.0,11.0,11.0,10.0,10.0,10.0,11.0,11.0,11.0,13.0,13.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,11.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,10.0,10.0,10.0,10.0,10.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0,8.0]; $wspeed=6; $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='19/04/2017'; $YSunshineHours=11,5; // 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='21:31 19/04/2017'; $RecentDewPoint=-4,2; $RCRecentDewPoint=-4.2; $RecentHeatIndex=6,6; $RCRecentHeatIndex=6.6; $RecentHumidity=46; $RecentOutsideTemp=6,6; $RCRecentOutsideTemp=6.6; $RecentPressure=1030,21; $RCRecentPressure=1030.21; $RecentRainToday=0,0; $RCRecentRainToday=0.0; $RecentSolarRad=0; $RecentUV=0,0; $RCRecentUV=0.0; $RecentWindAvgDir=28; $RecentWindChill=3,6; $RCRecentWindChill=3.6; $RecentWindDir=5; $RecentWindGust=29; $RCRecentWindGust=29; $RecentWindLatest=18; $RCRecentWindLatest=18; $RecentWindSpeed=16; $RCRecentWindSpeed=16; // ===================================================================== // # 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 ?>