<?php # # cumuluswebtags.txt (PHP) - Last modified: 6 January 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 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.2b1026 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 ) // ------------------------------------------------------------------------------------------------ // 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 // ------------------------------------------------------------------------------------------------ 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'))) { $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="60,55 MB"; $altimeterpressure="1021,36"; $altitude="367 m"; $apptemp="20,3"; $apptempH="38,0"; $apptempL="-15,6"; $apptempTH="21,4"; $apptempTL="15,7"; $apptempYH="29,4"; $apptempYL="13,3"; $avgbearing="0"; $avgtemp="16,7"; $avgtempY="20,6"; $battery="4,71v"; // does not apply to all weather station types $bearing="0" $BearingRangeFrom="0"; $BearingRangeFrom10="000"; $BearingRangeTo="0"; $BearingRangeTo10="000"; $bearingTM="22"; $bearingYM="336"; $beaudesc="Calm"; $beaufort="F0"; $beaufortnumber="0"; $build="1099"; // ------------------------------------------------------------------------------------------------ # Monthly All Time Records $ByMonthAppTempH = Array(); $ByMonthAppTempH[0]="38,0"; // defaults to current month" $ByMonthAppTempH[1]="13,5"; // January $ByMonthAppTempH[2]="15,0"; //February $ByMonthAppTempH[3]="22,4"; // March $ByMonthAppTempH[4]="27,8"; // April $ByMonthAppTempH[5]="32,1"; // May $ByMonthAppTempH[6]="38,0"; // June $ByMonthAppTempH[7]="36,0"; // July $ByMonthAppTempH[8]="36,4"; // August $ByMonthAppTempH[9]="27,2"; //September $ByMonthAppTempH[10]="27,1"; // October $ByMonthAppTempH[11]="18,8"; // November $ByMonthAppTempH[12]="11,5"; //December // ------------------------------------------------------------------------------------------------ $ByMonthAppTempHT=array(); $ByMonthAppTempHT[0]="at 18:03 on 21 juin 2017"; // defaults to current month" $ByMonthAppTempHT[1]="at 15:08 on 24 janvier 2018"; // 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 18:21 on 20 avril 2018"; // April $ByMonthAppTempHT[5]="at 18:05 on 25 mai 2017"; // May $ByMonthAppTempHT[6]="at 18:03 on 21 juin 2017"; // June $ByMonthAppTempHT[7]="at 19:10 on 07 juillet 2017"; // July $ByMonthAppTempHT[8]="at 18:52 on 28 août 2017"; // August $ByMonthAppTempHT[9]="at 17:57 on 29 septembre 2017"; //September $ByMonthAppTempHT[10]=""; // October $ByMonthAppTempHT[11]=""; // November $ByMonthAppTempHT[12]=""; //December // ------------------------------------------------------------------------------------------------ $ByMonthAppTempL=array(); $ByMonthAppTempL[0]="6,7"; // defaults to current month" $ByMonthAppTempL[1]="-14,5"; // January $ByMonthAppTempL[2]="-15,6"; //February $ByMonthAppTempL[3]="-7,2"; // March $ByMonthAppTempL[4]="-5,6"; // April $ByMonthAppTempL[5]="-1,7"; // May $ByMonthAppTempL[6]="6,7"; // June $ByMonthAppTempL[7]="10,3"; // July $ByMonthAppTempL[8]="5,1"; // August $ByMonthAppTempL[9]="0,6"; //September $ByMonthAppTempL[10]="-3,6"; // October $ByMonthAppTempL[11]="-7,0"; // November $ByMonthAppTempL[12]="-8,5"; //December // ------------------------------------------------------------------------------------------------ $ByMonthAppTempLT=array(); $ByMonthAppTempLT[0]="at 05:25 on 14 juin 2018"; // defaults to current month" $ByMonthAppTempLT[1]="at 06:52 on 19 janvier 2017"; // January $ByMonthAppTempLT[2]="at 08:15 on 27 février 2018"; //February $ByMonthAppTempLT[3]="at 09:21 on 20 mars 2018"; // March $ByMonthAppTempLT[4]="at 05:39 on 20 avril 2017"; // April $ByMonthAppTempLT[5]="at 06:40 on 02 mai 2018"; // May $ByMonthAppTempLT[6]="at 05:25 on 14 juin 2018"; // June $ByMonthAppTempLT[7]="at 06:49 on 21 juillet 2017"; // July $ByMonthAppTempLT[8]="at 07:25 on 12 août 2017"; // August $ByMonthAppTempLT[9]="at 07:59 on 20 septembre 2017"; //September $ByMonthAppTempLT[10]="at 05:54 on 31 octobre 2017"; // October $ByMonthAppTempLT[11]="at 08:23 on 26 novembre 2017"; // November $ByMonthAppTempLT[12]="at 05:22 on 03 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthDailyRainH=array(); $ByMonthDailyRainH[0]="22,4"; // defaults to current month" $ByMonthDailyRainH[1]="25,8"; // January $ByMonthDailyRainH[2]="22,0"; //February $ByMonthDailyRainH[3]="35,0"; // March $ByMonthDailyRainH[4]="32,2"; // April $ByMonthDailyRainH[5]="32,6"; // May $ByMonthDailyRainH[6]="22,4"; // June $ByMonthDailyRainH[7]="16,8"; // July $ByMonthDailyRainH[8]="10,8"; // August $ByMonthDailyRainH[9]="20,6"; //September $ByMonthDailyRainH[10]="5,8"; // October $ByMonthDailyRainH[11]="17,6"; // November $ByMonthDailyRainH[12]="36,4"; //December // ------------------------------------------------------------------------------------------------ $ByMonthDailyRainHT=array(); $ByMonthDailyRainHT[0]="on 03 juin 2017"; // defaults to current month" $ByMonthDailyRainHT[1]="on 01 janvier 2018"; // January $ByMonthDailyRainHT[2]="on 28 février 2017"; //February $ByMonthDailyRainHT[3]="on 04 mars 2017"; // March $ByMonthDailyRainHT[4]="on 29 avril 2018"; // April $ByMonthDailyRainHT[5]="on 30 mai 2017"; // May $ByMonthDailyRainHT[6]="on 03 juin 2017"; // June $ByMonthDailyRainHT[7]="on 09 juillet 2017"; // July $ByMonthDailyRainHT[8]="on 08 août 2017"; // August $ByMonthDailyRainHT[9]="on 09 septembre 2017"; //September $ByMonthDailyRainHT[10]="on 19 octobre 2017"; // October $ByMonthDailyRainHT[11]="on 24 novembre 2017"; // November $ByMonthDailyRainHT[12]="on 10 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointH=array(); $ByMonthDewPointH[0]="23,5"; // defaults to current month" $ByMonthDewPointH[1]="12,4"; // January $ByMonthDewPointH[2]="12,2"; //February $ByMonthDewPointH[3]="13,4"; // March $ByMonthDewPointH[4]="17,0"; // April $ByMonthDewPointH[5]="19,9"; // May $ByMonthDewPointH[6]="23,5"; // June $ByMonthDewPointH[7]="24,1"; // July $ByMonthDewPointH[8]="23,6"; // August $ByMonthDewPointH[9]="18,2"; //September $ByMonthDewPointH[10]="18,0"; // October $ByMonthDewPointH[11]="15,0"; // November $ByMonthDewPointH[12]="11,5"; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointHT=array(); $ByMonthDewPointHT[0]="at 17:47 on 13 juin 2017"; // defaults to current month" $ByMonthDewPointHT[1]="at 05:52 on 03 janvier 2018"; // January $ByMonthDewPointHT[2]="at 15:23 on 15 février 2018"; //February $ByMonthDewPointHT[3]="at 15:48 on 10 mars 2018"; // March $ByMonthDewPointHT[4]="at 15:02 on 23 avril 2018"; // April $ByMonthDewPointHT[5]="at 17:50 on 27 mai 2017"; // May $ByMonthDewPointHT[6]="at 17:47 on 13 juin 2017"; // June $ByMonthDewPointHT[7]="at 15:58 on 08 juillet 2017"; // July $ByMonthDewPointHT[8]="at 16:19 on 02 août 2017"; // August $ByMonthDewPointHT[9]="at 11:33 on 05 septembre 2017"; //September $ByMonthDewPointHT[10]="at 12:50 on 03 octobre 2017"; // October $ByMonthDewPointHT[11]="at 12:13 on 04 novembre 2017"; // November $ByMonthDewPointHT[12]="at 14:36 on 30 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointL="6,5" $ByMonthDewPointL[0]="6,5"; // defaults to current month" $ByMonthDewPointL[1]="-11,9"; // January $ByMonthDewPointL[2]="-14,7"; //February $ByMonthDewPointL[3]="-6,1"; // March $ByMonthDewPointL[4]="-11,6"; // April $ByMonthDewPointL[5]="-0,3"; // May $ByMonthDewPointL[6]="6,5"; // June $ByMonthDewPointL[7]="9,3"; // July $ByMonthDewPointL[8]="5,7"; // August $ByMonthDewPointL[9]="1,9"; //September $ByMonthDewPointL[10]="-1,4"; // October $ByMonthDewPointL[11]="-5,2"; // November $ByMonthDewPointL[12]="-6,0"; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointLT=array(); $ByMonthDewPointLT[0]="at 17:11 on 06 juin 2017"; // defaults to current month" $ByMonthDewPointLT[1]="at 08:49 on 19 janvier 2017"; // January $ByMonthDewPointLT[2]="at 15:22 on 26 février 2018"; //February $ByMonthDewPointLT[3]="at 17:59 on 21 mars 2018"; // March $ByMonthDewPointLT[4]="at 13:37 on 21 avril 2017"; // April $ByMonthDewPointLT[5]="at 06:38 on 02 mai 2018"; // May $ByMonthDewPointLT[6]="at 17:11 on 06 juin 2017"; // June $ByMonthDewPointLT[7]="at 06:49 on 21 juillet 2017"; // July $ByMonthDewPointLT[8]="at 07:25 on 12 août 2017"; // August $ByMonthDewPointLT[9]="at 07:59 on 20 septembre 2017"; //September $ByMonthDewPointLT[10]="at 05:46 on 31 octobre 2017"; // October $ByMonthDewPointLT[11]="at 08:23 on 26 novembre 2017"; // November $ByMonthDewPointLT[12]="at 07:39 on 03 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthGustH=array(); $ByMonthGustH[0]="39"; // defaults to current month" $ByMonthGustH[1]="58"; // January $ByMonthGustH[2]="76"; //February $ByMonthGustH[3]="60"; // March $ByMonthGustH[4]="53"; // April $ByMonthGustH[5]="42"; // May $ByMonthGustH[6]="39"; // June $ByMonthGustH[7]="35"; // July $ByMonthGustH[8]="35"; // August $ByMonthGustH[9]="37"; //September $ByMonthGustH[10]="37"; // October $ByMonthGustH[11]="45"; // November $ByMonthGustH[12]="56"; //December // ------------------------------------------------------------------------------------------------ $ByMonthGustHT=array(); $ByMonthGustHT[0]="at 10:46 on 17 juin 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 13:03 on 30 avril 2017"; // April $ByMonthGustHT[5]="at 13:28 on 04 mai 2018"; // May $ByMonthGustHT[6]="at 10:46 on 17 juin 2017"; // June $ByMonthGustHT[7]="at 23:15 on 18 juillet 2017"; // July $ByMonthGustHT[8]="at 05:59 on 15 août 2017"; // August $ByMonthGustHT[9]="at 07:19 on 30 septembre 2017"; //September $ByMonthGustHT[10]="at 12:20 on 30 octobre 2017"; // October $ByMonthGustHT[11]="at 16:05 on 05 novembre 2017"; // November $ByMonthGustHT[12]="at 11:46 on 10 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthHeatIndexH=array(); $ByMonthHeatIndexH[0]="37,9"; // defaults to current month" $ByMonthHeatIndexH[1]="13,9"; // January $ByMonthHeatIndexH[2]="16,2"; //February $ByMonthHeatIndexH[3]="22,8"; // March $ByMonthHeatIndexH[4]="27,0"; // April $ByMonthHeatIndexH[5]="30,8"; // May $ByMonthHeatIndexH[6]="37,9"; // June $ByMonthHeatIndexH[7]="36,2"; // July $ByMonthHeatIndexH[8]="35,3"; // August $ByMonthHeatIndexH[9]="25,2"; //September $ByMonthHeatIndexH[10]="25,0"; // October $ByMonthHeatIndexH[11]="18,2"; // November $ByMonthHeatIndexH[12]="13,0"; //December // ------------------------------------------------------------------------------------------------ $ByMonthHeatIndexHT=array(); $ByMonthHeatIndexHT[0]=""; // defaults to current month" $ByMonthHeatIndexHT[1]="at 15:08 on 24 janvier 2018"; // 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 18:21 on 20 avril 2018"; // April $ByMonthHeatIndexHT[5]="at 18:01 on 25 mai 2017"; // May $ByMonthHeatIndexHT[6]="at 18:17 on 21 juin 2017"; // June $ByMonthHeatIndexHT[7]="at 16:28 on 08 juillet 2017"; // July $ByMonthHeatIndexHT[8]="at 14:00 on 28 août 2017"; // August $ByMonthHeatIndexHT[9]="at 16:35 on 24 septembre 2017"; //September $ByMonthHeatIndexHT[10]="at 17:20 on 25 octobre 2017"; // October $ByMonthHeatIndexHT[11]="at 12:18 on 04 novembre 2017"; // November $ByMonthHeatIndexHT[12]="at 15:51 on 31 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthHighDailyTempRange=array(); $ByMonthHighDailyTempRange[0]="19,2"; // 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]="19,5"; // May $ByMonthHighDailyTempRange[6]="19,2"; // June $ByMonthHighDailyTempRange[7]="17,4"; // July $ByMonthHighDailyTempRange[8]="19,8"; // August $ByMonthHighDailyTempRange[9]="17,0"; //September $ByMonthHighDailyTempRange[10]="on 25 octobre 2017"; // October $ByMonthHighDailyTempRange[11]="on 16 novembre 2017"; // November $ByMonthHighDailyTempRange[12]="on 10 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthHighDailyTempRangeT=array(); $ByMonthHighDailyTempRange[0]="19,2"; // 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]="19,5"; // May $ByMonthHighDailyTempRange[6]="19,2"; // June $ByMonthHighDailyTempRange[7]="17,4"; // July $ByMonthHighDailyTempRange[8]="19,8"; // August $ByMonthHighDailyTempRange[9]="17,0"; //September $ByMonthHighDailyTempRange[10]="17,8"; // October $ByMonthHighDailyTempRange[11]="16,1"; // November $ByMonthHighDailyTempRange[12]="10,9"; //December // ------------------------------------------------------------------------------------------------ $ByMonthHourlyRainH=array(); $ByMonthHourlyRainH[0]="10,0"; // defaults to current month" $ByMonthHourlyRainH[1]="7,4"; // January $ByMonthHourlyRainH[2]="6,4"; //February $ByMonthHourlyRainH[3]="9,2"; // March $ByMonthHourlyRainH[4]="6,0"; // April $ByMonthHourlyRainH[5]="20,8"; // May $ByMonthHourlyRainH[6]="10,0"; // June $ByMonthHourlyRainH[7]="12,6"; // July $ByMonthHourlyRainH[8]="7,6"; // August $ByMonthHourlyRainH[9]="6,2"; //September $ByMonthHourlyRainH[10]="4,2"; // October $ByMonthHourlyRainH[11]="4,4"; // November $ByMonthHourlyRainH[12]="5,2"; //December // ------------------------------------------------------------------------------------------------ $ByMonthHourlyRainHT=array(); $ByMonthHourlyRainHT[0]="at 15:03 on 03 juin 2017"; // defaults to current month" $ByMonthHourlyRainHT[1]="at 14:36 on 01 janvier 2018"; // January $ByMonthHourlyRainHT[2]="at 03:25 on 17 février 2018"; //February $ByMonthHourlyRainHT[3]="at 20:53 on 10 mars 2018"; // March $ByMonthHourlyRainHT[4]="at 15:52 on 30 avril 2017"; // April $ByMonthHourlyRainHT[5]="at 20:23 on 30 mai 2018"; // May $ByMonthHourlyRainHT[6]="at 15:03 on 03 juin 2017"; // June $ByMonthHourlyRainHT[7]="at 13:17 on 10 juillet 2017"; // July $ByMonthHourlyRainHT[8]="at 05:09 on 08 août 2017"; // August $ByMonthHourlyRainHT[9]="at 03:16 on 09 septembre 2017"; //September $ByMonthHourlyRainHT[10]="at 09:01 on 19 octobre 2017"; // October $ByMonthHourlyRainHT[11]="at 19:33 on 24 novembre 2017"; // November $ByMonthHourlyRainHT[12]="at 15:07 on 10 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumH=array(); $ByMonthHumH[0]="98"; // defaults to current month" $ByMonthHumH[1]="100"; // January $ByMonthHumH[2]="99"; //February $ByMonthHumH[3]="98"; // March $ByMonthHumH[4]="98"; // April $ByMonthHumH[5]="98"; // May $ByMonthHumH[6]="98"; // June $ByMonthHumH[7]="98"; // July $ByMonthHumH[8]="98"; // August $ByMonthHumH[9]="99"; //September $ByMonthHumH[10]="99"; // October $ByMonthHumH[11]="99"; // November $ByMonthHumH[12]="99"; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumHT=array(); $ByMonthHumHT[0]="at 07:23 on 04 juin 2017"; // defaults to current month" $ByMonthHumHT[1]="at 17:52 on 11 janvier 2017"; // January $ByMonthHumHT[2]="at 05:06 on 15 février 2018"; //February $ByMonthHumHT[3]="at 08:33 on 08 mars 2017"; // March $ByMonthHumHT[4]="at 09:07 on 01 avril 2018"; // April $ByMonthHumHT[5]="at 07:11 on 14 mai 2017"; // May $ByMonthHumHT[6]="at 07:23 on 04 juin 2017"; // June $ByMonthHumHT[7]="at 03:16 on 01 juillet 2017"; // July $ByMonthHumHT[8]="at 05:40 on 02 août 2017"; // August $ByMonthHumHT[9]="at 05:34 on 18 septembre 2017"; //September $ByMonthHumHT[10]="at 08:43 on 02 octobre 2017"; // October $ByMonthHumHT[11]="at 21:30 on 10 novembre 2017"; // November $ByMonthHumHT[12]="at 11:38 on 05 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumL=array(); $ByMonthHumL[0]="32"; // defaults to current month" $ByMonthHumL[1]="34"; // January $ByMonthHumL[2]="32"; //February $ByMonthHumL[3]="28"; // March $ByMonthHumL[4]="13"; // April $ByMonthHumL[5]="33"; // May $ByMonthHumL[6]="32"; // June $ByMonthHumL[7]="36"; // July $ByMonthHumL[8]="32"; // August $ByMonthHumL[9]="42"; //September $ByMonthHumL[10]="at 15:39 on 13 octobre 2017"; // October $ByMonthHumL[11]="at 14:19 on 15 novembre 2017"; // November $ByMonthHumL[12]="at 14:40 on 08 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumLT=array(); $ByMonthHumLT[0]="at 15:43 on 22 juin 2017"; // defaults to current month" $ByMonthHumLT[1]="at 15:17 on 23 janvier 2017"; // January $ByMonthHumLT[2]="at 15:22 on 26 février 2018"; //February $ByMonthHumLT[3]="at 17:03 on 11 mars 2017"; // March $ByMonthHumLT[4]="at 13:37 on 21 avril 2017"; // April $ByMonthHumLT[5]="at 16:42 on 20 mai 2018"; // May $ByMonthHumLT[6]="at 15:43 on 22 juin 2017"; // June $ByMonthHumLT[7]="at 17:22 on 04 juillet 2017"; // July $ByMonthHumLT[8]="at 15:57 on 22 août 2017"; // August $ByMonthHumLT[9]=""; //September $ByMonthHumLT[10]="at 15:39 on 13 octobre 2017"; // October $ByMonthHumLT[11]="at 14:19 on 15 novembre 2017"; // November $ByMonthHumLT[12]="at 14:40 on 08 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestDryPeriod=array(); $ByMonthLongestDryPeriod[0]="12"; // defaults to current month" $ByMonthLongestDryPeriod[1]="11"; // January $ByMonthLongestDryPeriod[2]="6"; //February $ByMonthLongestDryPeriod[3]="8"; // March $ByMonthLongestDryPeriod[4]="14"; // April $ByMonthLongestDryPeriod[5]="9"; // May $ByMonthLongestDryPeriod[6]="12"; // June $ByMonthLongestDryPeriod[7]="8"; // July $ByMonthLongestDryPeriod[8]="6"; // August $ByMonthLongestDryPeriod[9]=""; //September $ByMonthLongestDryPeriod[10]="3"; // October $ByMonthLongestDryPeriod[11]="6"; // November $ByMonthLongestDryPeriod[12]="3"; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestDryPeriodT=array(); $ByMonthLongestDryPeriodT[0]="to 26 juin 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 24 avril 2017"; // April $ByMonthLongestDryPeriodT[5]="to 29 mai 2017"; // May $ByMonthLongestDryPeriodT[6]="to 26 juin 2017"; // June $ByMonthLongestDryPeriodT[7]="to 18 juillet 2017"; // July $ByMonthLongestDryPeriodT[8]="to 24 août 2017"; // August $ByMonthLongestDryPeriodT[9]=""; //September $ByMonthLongestDryPeriodT[10]="to 08 octobre 2017"; // October $ByMonthLongestDryPeriodT[11]="to 18 novembre 2017"; // November $ByMonthLongestDryPeriodT[12]="to 21 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestWetPeriod=array(); $ByMonthLongestWetPeriod[0]="6"; // defaults to current month" $ByMonthLongestWetPeriod[1]="32"; // January $ByMonthLongestWetPeriod[2]="12"; //February $ByMonthLongestWetPeriod[3]="20"; // March $ByMonthLongestWetPeriod[4]="5"; // April $ByMonthLongestWetPeriod[5]="7"; // May $ByMonthLongestWetPeriod[6]="6"; // June $ByMonthLongestWetPeriod[7]="7"; // July $ByMonthLongestWetPeriod[8]="6"; // August $ByMonthLongestWetPeriod[9]="9"; //September $ByMonthLongestWetPeriod[10]="13"; // October $ByMonthLongestWetPeriod[11]="5"; // November $ByMonthLongestWetPeriod[12]="9"; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestWetPeriodT=array(); $ByMonthLongestWetPeriodT[0]="to 01 juin 2018"; // defaults to current month" $ByMonthLongestWetPeriodT[1]="to 25 janvier 2018"; // January $ByMonthLongestWetPeriodT[2]="to 21 février 2018"; //February $ByMonthLongestWetPeriodT[3]="to 19 mars 2018"; // March $ByMonthLongestWetPeriodT[4]="to 12 avril 2018"; // April $ByMonthLongestWetPeriodT[5]="to 17 mai 2018"; // May $ByMonthLongestWetPeriodT[6]="to 01 juin 2018"; // June $ByMonthLongestWetPeriodT[7]="to 03 juillet 2017"; // July $ByMonthLongestWetPeriodT[8]="to 12 août 2017"; // August $ByMonthLongestWetPeriodT[9]="to 17 septembre 2017"; //September $ByMonthLongestWetPeriodT[10]="to 30 octobre 2017"; // October $ByMonthLongestWetPeriodT[11]="to 12 novembre 2017"; // November $ByMonthLongestWetPeriodT[12]="to 15 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthLowDailyTempRange=array(); $ByMonthLowDailyTempRange[0]="3,7"; // defaults to current month" $ByMonthLowDailyTempRange[1]="1,4"; // January $ByMonthLowDailyTempRange[2]="2,2"; //February $ByMonthLowDailyTempRange[3]="2,9"; // March $ByMonthLowDailyTempRange[4]="3,0"; // April $ByMonthLowDailyTempRange[5]="4,4"; // May $ByMonthLowDailyTempRange[6]="3,7"; // June $ByMonthLowDailyTempRange[7]="3,4"; // July $ByMonthLowDailyTempRange[8]="5,8"; // August $ByMonthLowDailyTempRange[9]="5,3"; //September $ByMonthLowDailyTempRange[10]="3,3"; // October $ByMonthLowDailyTempRange[11]="2,0"; // November $ByMonthLowDailyTempRange[12]="1,9"; //December // ------------------------------------------------------------------------------------------------ $ByMonthLowDailyTempRangeT=array(); $ByMonthLowDailyTempRangeT[0]="on 29 juin 2017"; // defaults to current month" $ByMonthLowDailyTempRangeT[1]="on 21 janvier 2018"; // January $ByMonthLowDailyTempRangeT[2]="on 07 février 2018"; //February $ByMonthLowDailyTempRangeT[3]="on 07 mars 2017"; // March $ByMonthLowDailyTempRangeT[4]="on 29 avril 2018"; // April $ByMonthLowDailyTempRangeT[5]="on 14 mai 2018"; // May $ByMonthLowDailyTempRangeT[6]="on 29 juin 2017"; // June $ByMonthLowDailyTempRangeT[7]="on 10 juillet 2017"; // July $ByMonthLowDailyTempRangeT[8]="on 15 août 2017"; // August $ByMonthLowDailyTempRangeT[9]="on 17 septembre 2017"; //September $ByMonthLowDailyTempRangeT[10]="on 19 octobre 2017"; // October $ByMonthLowDailyTempRangeT[11]="on 30 novembre 2017"; // November $ByMonthLowDailyTempRangeT[12]="on 22 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthMaxTempL=array(); $ByMonthMaxTempL[0]="15,6"; // defaults to current month $ByMonthMaxTempL[1]="-0,2"; // January $ByMonthMaxTempL[2]="-1,2"; //February $ByMonthMaxTempL[3]="4,9"; // March $ByMonthMaxTempL[4]="6,9"; // April $ByMonthMaxTempL[5]="10,3"; // May $ByMonthMaxTempL[6]="15,6"; // June $ByMonthMaxTempL[7]="16,9"; // July $ByMonthMaxTempL[8]="17,7"; // August $ByMonthMaxTempL[9]="12,6"; //September $ByMonthMaxTempL[10]="10,6"; // October $ByMonthMaxTempL[11]="2,9"; // November $ByMonthMaxTempL[12]="0,4"; //December // ------------------------------------------------------------------------------------------------ $ByMonthMaxTempLT=array(); $ByMonthMaxTempLT[0]="at 13:42 on 29 juin 2017"; // defaults to current month $ByMonthMaxTempLT[1]="at 15:09 on 18 janvier 2017"; // January $ByMonthMaxTempLT[2]="at 15:51 on 27 février 2018"; //February $ByMonthMaxTempLT[3]="at 15:52 on 19 mars 2018"; // March $ByMonthMaxTempLT[4]="at 16:51 on 26 avril 2017"; // April $ByMonthMaxTempLT[5]="at 16:53 on 14 mai 2018"; // May $ByMonthMaxTempLT[6]="at 13:42 on 29 juin 2017"; // June $ByMonthMaxTempLT[7]="at 17:19 on 01 juillet 2017"; // July $ByMonthMaxTempLT[8]="at 16:45 on 10 août 2017"; // August $ByMonthMaxTempLT[9]="at 14:55 on 17 septembre 2017"; //September $ByMonthMaxTempLT[10]="at 23:51 on 29 octobre 2017"; // October $ByMonthMaxTempLT[11]="at 15:07 on 30 novembre 2017"; // November $ByMonthMaxTempLT[12]="at 12:35 on 02 décembre 2017"; //December $ByMonthMinTempH=array(); $ByMonthMinTempH[0]="18,7"; // defaults to current month $ByMonthMinTempH[1]="9,7"; // January $ByMonthMinTempH[2]="10,7"; //February $ByMonthMinTempH[3]="9,9"; // March $ByMonthMinTempH[4]="12,8"; // April $ByMonthMinTempH[5]="16,5"; // May $ByMonthMinTempH[6]="18,7"; // June $ByMonthMinTempH[7]="18,9"; // July $ByMonthMinTempH[8]="19,7"; // August $ByMonthMinTempH[9]="15,7"; //September $ByMonthMinTempH[10]="13,5"; // October $ByMonthMinTempH[11]="10,6"; // November $ByMonthMinTempH[12]="9,4"; //December // ------------------------------------------------------------------------------------------------ $ByMonthMinTempHT=array(); $ByMonthMinTempHT[0]="at 05:44 on 20 juin 2017"; // defaults to current month $ByMonthMinTempHT[1]="at 06:17 on 21 janvier 2018"; // 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 23:59 on 23 avril 2018"; // April $ByMonthMinTempHT[5]="at 04:31 on 28 mai 2017"; // May $ByMonthMinTempHT[6]="at 05:44 on 20 juin 2017"; // June $ByMonthMinTempHT[7]="at 22:57 on 19 juillet 2017"; // July $ByMonthMinTempHT[8]="at 06:39 on 25 août 2017"; // August $ByMonthMinTempHT[9]="at 06:36 on 05 septembre 2017"; //September $ByMonthMinTempHT[10]="at 08:21 on 19 octobre 2017"; // October $ByMonthMinTempHT[11]="at 06:22 on 23 novembre 2017"; // November $ByMonthMinTempHT[12]="at 00:40 on 30 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthMonthlyRainH=array(); $ByMonthMonthlyRain[0]=""; // defaults to current month $ByMonthMonthlyRain[1]=""; // January $ByMonthMonthlyRain[2]=""; //February $ByMonthMonthlyRain[3]=""; // March $ByMonthMonthlyRain[4]=""; // April $ByMonthMonthlyRain[5]=""; // May $ByMonthMonthlyRain[6]=""; // June $ByMonthMonthlyRain[7]=""; // July $ByMonthMonthlyRain[8]=""; // August $ByMonthMonthlyRain[9]=""; //September $ByMonthMonthlyRain[10]=""; // October $ByMonthMonthlyRain[11]=""; // November $ByMonthMonthlyRain[12]=""; //December // ------------------------------------------------------------------------------------------------ $ByMonthMonthlyRainHT=array(); $ByMonthMonthlyRainHT[0]="juin 2017"; // defaults to current month $ByMonthMonthlyRainHT[1]="janvier 2018"; // January $ByMonthMonthlyRainHT[2]="février 2017"; //February $ByMonthMonthlyRainHT[3]="mars 2018"; // March $ByMonthMonthlyRainHT[4]="avril 2018"; // April $ByMonthMonthlyRainHT[5]="mai 2017"; // May $ByMonthMonthlyRainHT[6]="juin 2017"; // June $ByMonthMonthlyRainHT[7]="juillet 2017"; // July $ByMonthMonthlyRainHT[8]="août 2017"; // August $ByMonthMonthlyRainHT[9]="septembre 2017"; //September $ByMonthMonthlyRainHT[10]="octobre 2017"; // October $ByMonthMonthlyRainHT[11]="novembre 2017"; // November $ByMonthMonthlyRainHT[12]="décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthPressH=array(); $ByMonthPressH[0]="1026,52"; // defaults to current month $ByMonthPressH[1]="1043,35"; // January $ByMonthPressH[2]="1034,65"; //February $ByMonthPressH[3]="1034,61"; // March $ByMonthPressH[4]="1033,02"; // April $ByMonthPressH[5]="1030,01"; // May $ByMonthPressH[6]="1026,52"; // June $ByMonthPressH[7]="1027,50"; // July $ByMonthPressH[8]="1027,81"; // August $ByMonthPressH[9]="1026,38"; //September $ByMonthPressH[10]="1032,78"; // October $ByMonthPressH[11]="1034,65"; // November $ByMonthPressH[12]="1041,93"; //December // ------------------------------------------------------------------------------------------------ $ByMonthPressHT=array(); $ByMonthPressHT[0]="at 09:36 on 18 juin 2018"; // defaults to current month $ByMonthPressHT[1]="at 12:03 on 28 janvier 2018"; // 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:39 on 20 avril 2017"; // April $ByMonthPressHT[5]="at 10:41 on 15 mai 2017"; // May $ByMonthPressHT[6]="at 09:36 on 18 juin 2018"; // June $ByMonthPressHT[7]="at 23:02 on 02 juillet 2017"; // July $ByMonthPressHT[8]="at 11:07 on 20 août 2017"; // August $ByMonthPressHT[9]="at 11:18 on 06 septembre 2017"; //September $ByMonthPressHT[10]="at 10:26 on 28 octobre 2017"; // October $ByMonthPressHT[11]="at 23:42 on 26 novembre 2017"; // November $ByMonthPressHT[12]="at 20:44 on 21 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthPressL=array(); $ByMonthPressL[0]="1000,95"; // defaults to current month $ByMonthPressL[1]="1003,59"; // January $ByMonthPressL[2]="995,67"; //February $ByMonthPressL[3]="983,82"; // March $ByMonthPressL[4]="998,07"; // April $ByMonthPressL[5]="997,40"; // May $ByMonthPressL[6]="1000,95"; // June $ByMonthPressL[7]="1009,82"; // July $ByMonthPressL[8]="1010,40"; // August $ByMonthPressL[9]="1004,61"; //September $ByMonthPressL[10]="1008,84"; // October $ByMonthPressL[11]="1009,62"; // November $ByMonthPressL[12]="979,52"; //December // --------------------------------------------------------------------- $ByMonthPressLT=array(); $ByMonthPressLT[0]="at 01:55 on 29 juin 2017"; // defaults to current month $ByMonthPressLT[1]="at 05:31 on 07 janvier 2018"; // January $ByMonthPressLT[2]="at 23:58 on 28 février 2018"; //February $ByMonthPressLT[3]="at 23:10 on 01 mars 2018"; // March $ByMonthPressLT[4]="at 17:26 on 11 avril 2018"; // April $ByMonthPressLT[5]="at 09:49 on 11 mai 2017"; // May $ByMonthPressLT[6]="at 01:55 on 29 juin 2017"; // June $ByMonthPressLT[7]="at 19:45 on 18 juillet 2017"; // July $ByMonthPressLT[8]="at 03:59 on 01 août 2017"; // August $ByMonthPressLT[9]="at 06:11 on 09 septembre 2017"; //September $ByMonthPressLT[10]="at 18:12 on 18 octobre 2017"; // October $ByMonthPressLT[11]="at 01:40 on 23 novembre 2017"; // November $ByMonthPressLT[12]="at 03:53 on 11 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthRainRateH=array(); $ByMonthRainRateH[0]="120,0"; // defaults to current month $ByMonthRainRateH[1]="30,2"; // January $ByMonthRainRateH[2]="49,4"; //February $ByMonthRainRateH[3]="53,8"; // March $ByMonthRainRateH[4]="76,8"; // April $ByMonthRainRateH[5]="142,2"; // May $ByMonthRainRateH[6]="120,0"; // June $ByMonthRainRateH[7]="111,8"; // July $ByMonthRainRateH[8]="84,8"; // August $ByMonthRainRateH[9]="37,0"; //September $ByMonthRainRateH[10]="54,0"; // October $ByMonthRainRateH[11]="30,0"; // November $ByMonthRainRateH[12]="67,8"; //December // ------------------------------------------------------------------------------------------------ $ByMonthRainRateHT=array(); $ByMonthRainRateHT[0]="at 14:57 on 29 juin 2017"; // defaults to current month $ByMonthRainRateHT[1]="at 16:31 on 25 janvier 2018"; // 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 23:25 on 28 avril 2018"; // April $ByMonthRainRateHT[5]="at 14:49 on 28 mai 2018"; // May $ByMonthRainRateHT[6]="at 14:57 on 29 juin 2017"; // June $ByMonthRainRateHT[7]="at 12:55 on 10 juillet 2017"; // July $ByMonthRainRateHT[8]="at 18:36 on 09 août 2017"; // August $ByMonthRainRateHT[9]="at 06:12 on 14 septembre 2017"; //September $ByMonthRainRateHT[10]="at 20:50 on 18 octobre 2017"; // October $ByMonthRainRateHT[11]="at 19:08 on 24 novembre 2017"; // November $ByMonthRainRateHT[12]="at 22:35 on 31 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthTempH=array(); $ByMonthTempH[0]="34,4"; // defaults to current month $ByMonthTempH[1]="13,9"; // January $ByMonthTempH[2]="16,2"; //February $ByMonthTempH[3]="22,8"; // March $ByMonthTempH[4]="26,9"; // April $ByMonthTempH[5]="29,9"; // May $ByMonthTempH[6]="34,4"; // June $ByMonthTempH[7]="32,6"; // July $ByMonthTempH[8]="32,6"; // August $ByMonthTempH[9]="25,2"; //September $ByMonthTempH[10]="25,0"; // October $ByMonthTempH[11]="18,2"; // November $ByMonthTempH[12]="13,0"; //December // ------------------------------------------------------------------------------------------------ $ByMonthTempHT=array(); $ByMonthTempHT[0]="at 17:14 on 22 juin 2017"; // defaults to current month $ByMonthTempHT[1]="at 15:08 on 24 janvier 2018"; // 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:37 on 20 avril 2018"; // April $ByMonthTempHT[5]="at 17:24 on 25 mai 2017"; // May $ByMonthTempHT[6]="at 17:14 on 22 juin 2017"; // June $ByMonthTempHT[7]="at 18:14 on 07 juillet 2017"; // July $ByMonthTempHT[8]="at 16:23 on 22 août 2017"; // August $ByMonthTempHT[9]="at 16:35 on 24 septembre 2017"; //September $ByMonthTempHT[10]="at 17:20 on 25 octobre 2017"; // October $ByMonthTempHT[11]="at 12:18 on 04 novembre 2017"; // November $ByMonthTempHT[12]="at 15:51 on 31 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthTempL=array(); $ByMonthTempL[0]="7,5"; // defaults to current month $ByMonthTempL[1]="-10,3"; // January $ByMonthTempL[2]="-10,0"; //February $ByMonthTempL[3]="-2,7"; // March $ByMonthTempL[4]="-2,9"; // April $ByMonthTempL[5]="0,3"; // May $ByMonthTempL[6]="7,5"; // June $ByMonthTempL[7]="10,4"; // July $ByMonthTempL[8]="6,1"; // August $ByMonthTempL[9]="2,3"; //September $ByMonthTempL[10]="0,1"; // October $ByMonthTempL[11]="-4,4"; // November $ByMonthTempL[12]="-5,2"; //December // ------------------------------------------------------------------------------------------------ $ByMonthWindHT=array(); $ByMonthWindHT[0]="at 11:25 on 17 juin 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 22:47 on 01 mars 2018"; // March $ByMonthWindHT[4]="at 13:17 on 30 avril 2017"; // April $ByMonthWindHT[5]="at 14:03 on 04 mai 2018"; // May $ByMonthWindHT[6]="at 11:25 on 17 juin 2017"; // June $ByMonthWindHT[7]="at 12:42 on 08 juillet 2017"; // July $ByMonthWindHT[8]="at 12:01 on 06 août 2017"; // August $ByMonthWindHT[9]="at 07:30 on 30 septembre 2017"; //September $ByMonthWindHT[10]="at 14:49 on 30 octobre 2017"; // October $ByMonthWindHT[11]="at 17:58 on 12 novembre 2017"; // November $ByMonthWindHT[12]="at 14:38 on 18 décembre 2017"; //December // ------------------------------------------------------------------------------------------------ $ByMonthWindRunH=array(); $ByMonthWindRunH[0]="317,1"; // defaults to current month $ByMonthWindRunH[1]="549,8"; // January $ByMonthWindRunH[2]="743,4"; //February $ByMonthWindRunH[3]="522,6"; // March $ByMonthWindRunH[4]="369,5"; // April $ByMonthWindRunH[5]="374,4"; // May $ByMonthWindRunH[6]="317,1"; // June $ByMonthWindRunH[7]="236,5"; // July $ByMonthWindRunH[8]="213,9"; // August $ByMonthWindRunH[9]="131,5"; //September $ByMonthWindRunH[10]="309,1"; // October $ByMonthWindRunH[11]="279,5"; // November $ByMonthWindRunH[12]="390,6"; //December // ------------------------------------------------------------------------------------------------ $ByMonthWindRunHT=array(); $ByMonthWindRunHT[0]="on 17 juin 2017"; // defaults to current month $ByMonthWindRunHT[1]="on 27 janvier 2017"; // January $ByMonthWindRunHT[2]="on 13 février 2017"; //February $ByMonthWindRunHT[3]="on 20 mars 2018"; // March $ByMonthWindRunHT[4]="on 19 avril 2017"; // April $ByMonthWindRunHT[5]="on 04 mai 2018"; // May $ByMonthWindRunHT[6]="on 17 juin 2017"; // June $ByMonthWindRunHT[7]="on 18 juillet 2017"; // July $ByMonthWindRunHT[8]="on 06 août 2017"; // August $ByMonthWindRunHT[9]="on 13 septembre 2017"; //September $ByMonthWindRunHT[10]="on 30 octobre 2017"; // October $ByMonthWindRunHT[11]="on 06 novembre 2017"; // November $ByMonthWindRunHT[12]="on 02 décembre 2017"; //December // -------------------------------------------------------------------------------- # ordinary web tags again $chillhours="2609,2; $cloudbase="274 m; $cloudbaseunit="m; $cloudbasevalue="274; $ConsecutiveDryDays="0; $ConsecutiveRainDays="2; $cooldegdays="0,0; $cooldegdaysY="2,8; $CpuCount="2; $CpuName="Intel(R) Core(TM)2 Duo CPU U9600 @ 1.60GHz; $cumulusforecast="Fine weather; $cumulusforecastenc="Fine weather; $currcond="; $currcondenc="; $CurrentSolarMax="172; $currentwdir="---; $dailygraphperiod="31; $DataStopped="0; $date="20/06/2018; $DavisFirmwareVersion="3.15; // does not apply to all weather station types $DavisMaxInARow="145; // does not apply to all weather station types $DavisNumberOfResynchs="0; // does not apply to all weather station types $DavisNumCRCerrors="61; // does not apply to all weather station types $DavisTotalPacketsMissed="72; // does not apply to all weather station types $DavisTotalPacketsReceived="2565; // does not apply to all weather station types $dawn="05:26; $day="20; $daylength="15:43; $daylightlength="16:59; $dayname="mercredi; $DaysSince30Dec1899="43271,3368821759; $DaysSinceRecordsBegan="533; $dew="16,1; $dewpointH="24,1; $dewpointL="-14,7; $dewpointTH="16,7; $dewpointTL="13,6; $dewpointYH="19,6; $dewpointYL="11,9; $DiskFree="61,56 GB; $DiskSize="119,14 GB; $DisplayMode="1280x800, 32 bit; $domwindbearing="25; $domwindbearingY="19; $domwinddir="NNE; $domwinddirY="NNE; $dusk="22:25; $ErrorLight="0; $ET="0,05; // 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="25,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="Fine weather; $forecastenc="Fine weather; $forecastnumber="2; $forum=":forum:; $graphperiod="24; $gustM="76; $heatdegdays="1,1; $heatdegdaysY="2,2; $heatindex="18,3; $heatindexH="37,9; $heatindexTH="19,7; $heatindexYH="29,8; $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="08; $hourlyrainTH="0,0; $hourlyrainYH="0,2; $hum="87; $humH="100; $humidex="22,9; $HumidityRecordSet="0; $humL="13; $humTH="94; $humTL="83; $humYH="97; $humYL="55; $inhum="69; $intemp="21,7; $interval="5; $isdaylight="1; $IsFreezing="0; $IsRaining="0; $IsSunny="1; // does not apply to all weather station types $IsSunUp="1; $LastDataReadT="20/06/2018 08:04:59; $LastRainTipISO="2018-06-19 05:53; $LatestError="; $LatestErrorDate="------; $LatestErrorTime="----; $LatestNOAAMonthlyReport="NOAAMO0618.txt; $LatestNOAAYearlyReport="NOAAYR2018.txt; $latitude="N 45° 43' 03"; $LeafTemp1="20,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; $location="Station Ségur-Le-Château; $LongestDryPeriod="14; $LongestDryPeriodRecordSet="0; $LongestWetPeriod="32; $LongestWetPeriodRecordSet="0; $longitude="E 01° 31' 20"; $longlocation="Météo; $LowAppTempRecordSet="0; $LowDailyTempRange="1,4; $LowDewPointRecordSet="0; $LowHumidityRecordSet="0; $LowMaxTempRecordSet="0; $LowPressAlarm="0; $LowPressureRecordSet="0; $LowTempAlarm="0; $LowTempRangeRecordSet="0; $LowTempRecordSet="0; $LowWindChillRecordSet="0; $maxtempL="-1,2; $MemoryStatus="1505/3024 MB (free/total); $metdate="20/06/2018; $metdateyesterday="19/06/2018; $mintempH="19,7; $minute="05; $MinutesSinceLastRainTip="1572; $month="06; $MonthAppTempH="31,3; $MonthAppTempHD="09 juin; $MonthAppTempHT="16:53; $MonthAppTempL="6,7; $MonthAppTempLD="14 juin; $MonthAppTempLT="05:25; $MonthDailyRainH="14,2; $MonthDailyRainHD="03 juin; $MonthDewPointH="20,5; $MonthDewPointHD="09 juin; $MonthDewPointHT="16:39; $MonthDewPointL="6,7; $MonthDewPointLD="14 juin; $MonthDewPointLT="05:06; $MonthGustH="37; $MonthGustHD="05 juin; $MonthGustHT="17:15; $MonthHeatIndexH="29,8; $MonthHeatIndexHD="19 juin; $MonthHeatIndexHT="17:41; $MonthHighDailyTempRange="15,7; $MonthHighDailyTempRangeD="19 juin; $MonthHourlyRainH="8,4; $MonthHourlyRainHD="03 juin; $MonthHourlyRainHT="21:12; $MonthHumH="98; $MonthHumHD="01 juin; $MonthHumHT="05:48; $MonthHumL="53; $MonthHumLD="09 juin; $MonthHumLT="17:58; $MonthLongestDryPeriod="3; $MonthLongestDryPeriodD="14 juin; $MonthLongestWetPeriod="6; $MonthLongestWetPeriodD="01 juin; $MonthLowDailyTempRange="6,3; $MonthLowDailyTempRangeD="11 juin; $MonthMaxTempL="19,4; $MonthMaxTempLD="13 juin; $MonthMinTempH="15,9; $MonthMinTempHD="10 juin; $monthname="juin; $MonthPressH="1026,52; $MonthPressHD="18 juin; $MonthPressHT="09:36; $MonthPressL="1008,54; $MonthPressLD="11 juin; $MonthPressLT="05:54; $MonthRainRateH="53,8; $MonthRainRateHD="03 juin; $MonthRainRateHT="20:20; $MonthTempH="28,4; $MonthTempHD="19 juin; $MonthTempHT="17:41; $MonthTempL="7,5; $MonthTempLD="14 juin; $MonthTempLT="05:25; $MonthWChillL="7,5; $MonthWChillLD="14 juin; $MonthWChillLT="05:25; $MonthWindH="19; $MonthWindHD="05 juin; $MonthWindHT="17:26; $MonthWindRunH="270,3; $MonthWindRunHD="13 juin; $MoonAge="7; $MoonPercent="48; $MoonPercentAbs="48; $moonphase="Waxing Crescent; $moonrise="13:48; $moonset="02:00; $newrecord="0; $nextwindindex="3277; $OsLanguage="French; $OsVersion="Windows 7 x64 Service Pack 1 build 7601; $press="1020,05; $PressChangeDownAlarm="0; $PressChangeUpAlarm="0; $pressH="1043,35; $pressL="979,52; $pressTH="1020,93; $pressTL="1019,75; $presstrend="Rising slowly; $presstrendenglish="Rising; $presstrendval="0,07; $pressunit="hPa; $PressureRecordSet="0; $pressYH="1026,45; $pressYL="1020,19; $ProgramUpTime="1 hour 59 minutes; $r24hour="0,0; $RainRecordSet="0; $rainunit="mm; $RCapptempTH="21.4; $RCapptempTL="15.7; $RCdew="16.1; $RCdewpointTH="16.7; $RCdewpointTL="13.6; $RCheatindex="18.3; $RCheatindexTH="19.7; $RChum="87; $RCinhum="69; $RCintemp="21.7; $RCpress="1020.05; $RCpressTH="1020.93; $RCpressTL="1019.75; $RCrfall="0.0; $RCrrate="0.0; $RCrrateTM="0.0; $RCtemp="18.3; $RCtempTH="19.7; $RCtempTL="14.6; $RCwchill="18.3; $RCwchillTL="14.6; $RCwgust="0; $RCwgustTM="10; $RCwlatest="0; $RCwspeed="0; $realtimeinterval="2; $recordsbegandate="03 janvier 2017; $rfall="0,0; $rfallH="36,4; $rfallhH="20,8; $rfallmH="155,8; $rfallY="0,2; $RG11RainToday="0,0; $RG11RainYest="0,0; $rhour="0,0; $rmidnight="0,0; $rmonth="42,2; $rollovertime="midnight; $rrate="0,0; $rrateM="142,2; $rrateTM="0,0; $rrateYM="0,0; $ryear="576,4; $SensorContactLost="0; // does not apply to all weather station types $shortdayname="mer.; $shortmonthname="juin; $shortyear="18; $snowdepth="0; $SoilMoisture1="20; $SoilMoisture2="0; $SoilMoisture3="0; $SoilMoisture4="0; $SoilTemp1="20,0; $SoilTemp2="0,0; $SoilTemp3="0,0; $SoilTemp4="0,0; $SolarRad="241; // does not apply to all weather station types $solarTH="241; // does not apply to all weather station types $solarYH="1035; // 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:04; $sunset="21:47; $SunshineHours="1,1; $SystemUpTime="4 days 21 hours; $TapptempH="at 18:03 on 21 juin 2017; $TapptempL="at 08:15 on 27 février 2018; $TapptempTH="00:03; $TapptempTL="06:08; $TapptempYH="17:03; $TapptempYL="04:11; $Tbeaudesc="Light air; $Tbeaufort="F1; $Tbeaufortnumber="1; $TdewpointH="at 15:59 on 08 juillet 2017; $TdewpointL="at 15:22 on 26 février 2018; $TdewpointTH="00:00; $TdewpointTL="06:08; $TdewpointYH="16:32; $TdewpointYL="04:20; $temp="18,3; $TempChangeDownAlarm="0; $TempChangeLastHour="+2,3; $TempChangeUpAlarm="0; $tempH="34,4; $tempL="-10,3; $temprange="5,1; $temprangeY="15,7; $TempRecordSet="0; $tempTH="19,7; $tempTL="14,6; $temptrend="+1,0; $temptrendenglish="Rising; $temptrendtext="Rising; $tempunit="°C; $tempunitnodeg="C; $tempYH="28,4; $tempYL="12,7; $TgustM="at 10:32 on 13 février 2017; $TheatindexH="at 18:17 on 21 juin 2017; $TheatindexTH="00:00; $TheatindexYH="17:41; $THighDailyTempRange="on 08 avril 2017; $ThourlyrainTH="00:00; $ThourlyrainYH="05:54; $THSWindex="0,0; $ThumH="at 17:52 on 11 janvier 2017; $ThumL="at 13:37 on 21 avril 2017; $ThumTH="05:15; $ThumTL="00:00; $ThumYH="05:31; $ThumYL="15:49; $THWindex="18,8; $time="08:05 on 20 juin 2018; $timehhmmss="08:05:06; $timeUTC="06:05 on 20 juin 2018; $TLongestDryPeriod="to 24 avril 2017; $TLongestWetPeriod="to 25 janvier 2018; $TLowDailyTempRange="on 21 janvier 2018; $TmaxtempL="at 15:51 on 27 février 2018; $TmintempH="at 06:39 on 25 août 2017; $tomorrowdaylength="There will be 0min 8s more daylight tomorrow; $TpressH="at 12:03 on 28 janvier 2018; $TpressL="at 03:53 on 11 décembre 2017; $TpressTH="00:00; $TpressTL="06:10; $TpressYH="00:51; $TpressYL="21:08; $TrfallH="on 10 décembre 2017; $TrfallhH="at 20:23 on 30 mai 2018; $TrfallmH="janvier 2018; $TrrateM="at 14:49 on 28 mai 2018; $TrrateTM="00:00; $TrrateYM="00:00; $TsolarTH="08:04; // does not apply to all weather station types $TsolarYH="12:12; // does not apply to all weather station types $TtempH="at 17:14 on 22 juin 2017; $TtempL="at 06:06 on 19 janvier 2017; $TtempTH="00:00; $TtempTL="06:08; $TtempYH="17:41; $TtempYL="04:11; $TUVTH="08:03; // does not apply to all weather station types $TUVYH="13:34; // does not apply to all weather station types $TwchillH="at 08:15 on 27 février 2018; $TwchillTL="06:08; $TwchillYL="04:11; $TwgustTM="00:31; $TwgustYM="11:25; $TwindrunH="on 13 février 2017; $TwindTM="00:47; $TwindYM="19:48; $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 $update="20/06/2018 08:05:06; $UV="0,5; // does not apply to all weather station types $UVTH="0,5; // does not apply to all weather station types $UVYH="7,6; // does not apply to all weather station types $version="1.9.4; $wchill="18,3; $wchillH="-16,0; $wchillTL="14,6; $wchillYL="12,7; $wdir="---; $wdirdata="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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,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,0,0,0,0,0,0,0,0,0; $webcam="; $wetbulb="16,9; $wgust="0; $wgustTM="10; $wgustYM="31; $WindRecordSet="0; $WindRoseData="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.0,0.0,0.0; $WindRosePoints="16; $windrun="4,7; $windrunH="743,4; $windrununit="km; $windrunY="188,5; $WindSampleCount="3600; $windTM="5; $windunit="km/h; $windYM="16; $wlatest="0; $wsforecast=" Increasing clouds with little temperature change. Precipitation possible within 24 to 48 hours ; $wsforecastenc=" Increasing clouds with little temperature change. Precipitation possible within 24 to 48 hours ; $wspddata="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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,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.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,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0; $wspeed="0; $wspeedH="46; $Ybeaudesc="Gentle breeze; $Ybeaufort="F3; $Ybeaufortnumber="3; $year="2018; $YearAppTempH="31,3; $YearAppTempHD="09 juin; $YearAppTempHT="16:53; $YearAppTempL="-15,6; $YearAppTempLD="27 février; $YearAppTempLT="08:15; $YearDailyRainH="32,2; $YearDailyRainHD="29 avril; $YearDewPointH="20,5; $YearDewPointHD="09 juin; $YearDewPointHT="16:39; $YearDewPointL="-14,7; $YearDewPointLD="26 février; $YearDewPointLT="15:22; $YearGustH="56; $YearGustHD="01 janvier; $YearGustHT="13:42; $YearHeatIndexH="29,8; $YearHeatIndexHD="19 juin; $YearHeatIndexHT="17:41; $YearHighDailyTempRange="19,5; $YearHighDailyTempRangeD="06 mai; $YearHourlyRainH="20,8; $YearHourlyRainHD="30 mai; $YearHourlyRainHT="20:23; $YearHumH="99; $YearHumHD="02 janvier; $YearHumHT="19:01; $YearHumL="32; $YearHumLD="26 février; $YearHumLT="15:22; $YearLongestDryPeriod="8; $YearLongestDryPeriodD="22 avril; $YearLongestWetPeriod="32; $YearLongestWetPeriodD="25 janvier; $YearLowDailyTempRange="1,4; $YearLowDailyTempRangeD="21 janvier; $YearMaxTempL="-1,2; $YearMaxTempLD="27 février; $YearMinTempH="15,9; $YearMinTempHD="10 juin; $YearMonthlyRainH="155,8; $YearMonthlyRainHD="janvier; $YearPressH="1043,35; $YearPressHD="28 janvier; $YearPressHT="12:03; $YearPressL="983,82; $YearPressLD="01 mars; $YearPressLT="23:10; $YearRainRateH="142,2; $YearRainRateHD="28 mai; $YearRainRateHT="14:49; $YearTempH="28,4; $YearTempHD="19 juin; $YearTempHT="17:41; $YearTempL="-10,0; $YearTempLD="28 février; $YearTempLT="06:43; $YearWChillL="-16,0; $YearWChillLD="27 février; $YearWChillLT="08:15; $YearWindH="35; $YearWindHD="01 mars; $YearWindHT="22:47; $YearWindRunH="522,6; $YearWindRunHD="20 mars; $yesterday="19/06/2018; $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="05:06 20/06/2018; $RecentDewPoint="14,2; $RCRecentDewPoint="14.2; $RecentHeatIndex="15,3; $RCRecentHeatIndex="15.3; $RecentHumidity="93; $RecentOutsideTemp="15,3; $RCRecentOutsideTemp="15.3; $RecentPressure="1019,85; $RCRecentPressure="1019.85; $RecentRainToday="0,0; $RCRecentRainToday="0.0; $RecentSolarRad="0; $RecentUV="0,0; $RCRecentUV="0.0; $RecentWindAvgDir="0; $RecentWindChill="15,3; $RCRecentWindChill="15.3; $RecentWindDir="0; $RecentWindGust="0; $RCRecentWindGust="0; $RecentWindLatest="0; $RCRecentWindLatest="0; $RecentWindSpeed="0; $RCRecentWindSpeed="0; // ===================================================================== // # 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 most usual parameters # (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 <>