<?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='88,67 MB'; $altimeterpressure=1005,9; $altitude='231 m'; $apptemp=25,2; $apptempH=59,6; $apptempL=-29,4; $apptempTH=26,3; $apptempTL=20,4; $apptempYH=36,8; $apptempYL=17,3; $avgbearing=1; $avgtemp=22,0; $avgtempY=28,1; $battery=''; // does not apply to all weather station types $bearing=360; $BearingRangeFrom=360; $BearingRangeFrom10=360; $BearingRangeTo=1; $BearingRangeTo10=360; $bearingTM=225; $bearingYM=225; $beaudesc='Light air'; $beaufort='F1'; $beaufortnumber=1; $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]=44,2; // defaults to current month // The following are quoted because you might not have values for all months on your implementation $ByMonthAppTempH[1]='18,9'; // January $ByMonthAppTempH[2]='22,4'; //February $ByMonthAppTempH[3]='20,9'; // March $ByMonthAppTempH[4]='22,9'; // April $ByMonthAppTempH[5]='33,6'; // May $ByMonthAppTempH[6]='59,6'; // June $ByMonthAppTempH[7]='---'; // July $ByMonthAppTempH[8]='44,2'; // August $ByMonthAppTempH[9]='---'; //September $ByMonthAppTempH[10]='31,3'; // October $ByMonthAppTempH[11]='24,0'; // November $ByMonthAppTempH[12]='18,6'; //December // ------------------------------------------------------------------------------------------------ $ByMonthAppTempHT=array(); $ByMonthAppTempHT[0]='at 15:32 on 10 agosto 2021'; // defaults to current month $ByMonthAppTempHT[1]='at 14:40 on 08 gennaio 2021'; // January $ByMonthAppTempHT[2]='at 12:35 on 04 febbraio 2021'; //February $ByMonthAppTempHT[3]='at 16:22 on 29 marzo 2021'; // March $ByMonthAppTempHT[4]='at 14:07 on 02 aprile 2021'; // April $ByMonthAppTempHT[5]='at 16:19 on 24 maggio 2021'; // May $ByMonthAppTempHT[6]='at 11:34 on 28 giugno 2021'; // June $ByMonthAppTempHT[7]='----'; // July $ByMonthAppTempHT[8]='at 15:32 on 10 agosto 2021'; // August $ByMonthAppTempHT[9]='----'; //September $ByMonthAppTempHT[10]=''; // October $ByMonthAppTempHT[11]=''; // November $ByMonthAppTempHT[12]=''; //December // ------------------------------------------------------------------------------------------------ $ByMonthAppTempL=array(); $ByMonthAppTempL[0]=16,2; // defaults to current month $ByMonthAppTempL[1]='-4,4'; // January $ByMonthAppTempL[2]='-3,6'; //February $ByMonthAppTempL[3]='-0,5'; // March $ByMonthAppTempL[4]='-0,8'; // April $ByMonthAppTempL[5]='-0,6'; // May $ByMonthAppTempL[6]='-29,4'; // June $ByMonthAppTempL[7]='---'; // July $ByMonthAppTempL[8]='16,2'; // August $ByMonthAppTempL[9]='---'; //September $ByMonthAppTempL[10]='6,2'; // October $ByMonthAppTempL[11]='3,8'; // November $ByMonthAppTempL[12]='0,7'; //December // ------------------------------------------------------------------------------------------------ $ByMonthAppTempLT=array(); $ByMonthAppTempLT[0]='at 07:14 on 24 agosto 2021'; // defaults to current month $ByMonthAppTempLT[1]='at 05:19 on 17 gennaio 2021'; // January $ByMonthAppTempLT[2]='at 05:37 on 16 febbraio 2021'; //February $ByMonthAppTempLT[3]='at 05:27 on 24 marzo 2021'; // March $ByMonthAppTempLT[4]='at 07:01 on 09 aprile 2021'; // April $ByMonthAppTempLT[5]='at 22:16 on 04 maggio 2021'; // May $ByMonthAppTempLT[6]='at 17:20 on 22 giugno 2021'; // June $ByMonthAppTempLT[7]='----'; // July $ByMonthAppTempLT[8]='at 07:14 on 24 agosto 2021'; // August $ByMonthAppTempLT[9]='----'; //September $ByMonthAppTempLT[10]='at 07:21 on 22 ottobre 2020'; // October $ByMonthAppTempLT[11]='at 07:06 on 27 novembre 2020'; // November $ByMonthAppTempLT[12]='at 05:06 on 16 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDailyRainH=array(); $ByMonthDailyRainH[0]=8985,3; // defaults to current month $ByMonthDailyRainH[1]='25,8'; // January $ByMonthDailyRainH[2]='27,3'; //February $ByMonthDailyRainH[3]='24,6'; // March $ByMonthDailyRainH[4]='19,2'; // April $ByMonthDailyRainH[5]='25,5'; // May $ByMonthDailyRainH[6]='17880,0'; // June $ByMonthDailyRainH[7]='---'; // July $ByMonthDailyRainH[8]='8985,3'; // August $ByMonthDailyRainH[9]='---'; //September $ByMonthDailyRainH[10]='28,8'; // October $ByMonthDailyRainH[11]='5,8'; // November $ByMonthDailyRainH[12]='3,2'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDailyRainHT=array(); $ByMonthDailyRainHT[0]='on 12 agosto 2021'; // defaults to current month $ByMonthDailyRainHT[1]='on 24 gennaio 2021'; // January $ByMonthDailyRainHT[2]='on 13 febbraio 2021'; //February $ByMonthDailyRainHT[3]='on 21 marzo 2021'; // March $ByMonthDailyRainHT[4]='on 07 aprile 2021'; // April $ByMonthDailyRainHT[5]='on 14 maggio 2021'; // May $ByMonthDailyRainHT[6]='on 29 giugno 2021'; // June $ByMonthDailyRainHT[7]='----'; // July $ByMonthDailyRainHT[8]='on 12 agosto 2021'; // August $ByMonthDailyRainHT[9]='----'; //September $ByMonthDailyRainHT[10]='on 12 ottobre 2020'; // October $ByMonthDailyRainHT[11]='on 22 novembre 2020'; // November $ByMonthDailyRainHT[12]='on 06 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointH=array(); $ByMonthDewPointH[0]=37,4; // defaults to current month $ByMonthDewPointH[1]='13,9'; // January $ByMonthDewPointH[2]='17,0'; //February $ByMonthDewPointH[3]='11,6'; // March $ByMonthDewPointH[4]='12,5'; // April $ByMonthDewPointH[5]='18,0'; // May $ByMonthDewPointH[6]='63,6'; // June $ByMonthDewPointH[7]='---'; // July $ByMonthDewPointH[8]='37,4'; // August $ByMonthDewPointH[9]='---'; //September $ByMonthDewPointH[10]='19,2'; // October $ByMonthDewPointH[11]='14,9'; // November $ByMonthDewPointH[12]='12,6'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointHT=array(); $ByMonthDewPointHT[0]='at 03:28 on 12 agosto 2021'; // defaults to current month $ByMonthDewPointHT[1]='at 00:35 on 11 gennaio 2021'; // January $ByMonthDewPointHT[2]='at 12:56 on 07 febbraio 2021'; //February $ByMonthDewPointHT[3]='at 10:29 on 10 marzo 2021'; // March $ByMonthDewPointHT[4]='at 13:36 on 18 aprile 2021'; // April $ByMonthDewPointHT[5]='at 13:36 on 24 maggio 2021'; // May $ByMonthDewPointHT[6]='at 11:34 on 28 giugno 2021'; // June $ByMonthDewPointHT[7]='----'; // July $ByMonthDewPointHT[8]='at 03:28 on 12 agosto 2021'; // August $ByMonthDewPointHT[9]='----'; //September $ByMonthDewPointHT[10]='at 00:13 on 04 ottobre 2020'; // October $ByMonthDewPointHT[11]='at 10:21 on 06 novembre 2020'; // November $ByMonthDewPointHT[12]='at 10:43 on 02 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointL=array(); $ByMonthDewPointL[0]=-35,3; // defaults to current month $ByMonthDewPointL[1]='-11,3'; // January $ByMonthDewPointL[2]='-27,0'; //February $ByMonthDewPointL[3]='-18,1'; // March $ByMonthDewPointL[4]='-8,0'; // April $ByMonthDewPointL[5]='-8,7'; // May $ByMonthDewPointL[6]='-47,9'; // June $ByMonthDewPointL[7]='---'; // July $ByMonthDewPointL[8]='-35,3'; // August $ByMonthDewPointL[9]='---'; //September $ByMonthDewPointL[10]='-3,2'; // October $ByMonthDewPointL[11]='1,5'; // November $ByMonthDewPointL[12]='-1,2'; //December // ------------------------------------------------------------------------------------------------ $ByMonthDewPointLT=array(); $ByMonthDewPointLT[0]='at 02:23 on 11 agosto 2021'; // defaults to current month $ByMonthDewPointLT[1]='at 17:03 on 27 gennaio 2021'; // January $ByMonthDewPointLT[2]='at 18:43 on 13 febbraio 2021'; //February $ByMonthDewPointLT[3]='at 08:23 on 29 marzo 2021'; // March $ByMonthDewPointLT[4]='at 13:42 on 08 aprile 2021'; // April $ByMonthDewPointLT[5]='at 13:27 on 18 maggio 2021'; // May $ByMonthDewPointLT[6]='at 17:20 on 22 giugno 2021'; // June $ByMonthDewPointLT[7]='----'; // July $ByMonthDewPointLT[8]='at 02:23 on 11 agosto 2021'; // August $ByMonthDewPointLT[9]='----'; //September $ByMonthDewPointLT[10]='at 21:14 on 03 ottobre 2020'; // October $ByMonthDewPointLT[11]='at 06:56 on 27 novembre 2020'; // November $ByMonthDewPointLT[12]='at 07:52 on 15 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthGustH=array(); $ByMonthGustH[0]=28,1; // defaults to current month $ByMonthGustH[1]='54,0'; // January $ByMonthGustH[2]='49,0'; //February $ByMonthGustH[3]='197,0'; // March $ByMonthGustH[4]='17,3'; // April $ByMonthGustH[5]='7,2'; // May $ByMonthGustH[6]='179,0'; // June $ByMonthGustH[7]='---'; // July $ByMonthGustH[8]='28,1'; // August $ByMonthGustH[9]='---'; //September $ByMonthGustH[10]='45,4'; // October $ByMonthGustH[11]='34,2'; // November $ByMonthGustH[12]='54,0'; //December // ------------------------------------------------------------------------------------------------ $ByMonthGustHT=array(); $ByMonthGustHT[0]='at 18:52 on 15 agosto 2021'; // defaults to current month $ByMonthGustHT[1]='at 12:05 on 23 gennaio 2021'; // January $ByMonthGustHT[2]='at 22:22 on 10 febbraio 2021'; //February $ByMonthGustHT[3]='at 12:00 on 30 marzo 2021'; // March $ByMonthGustHT[4]='at 09:58 on 07 aprile 2021'; // April $ByMonthGustHT[5]='at 08:46 on 03 maggio 2021'; // May $ByMonthGustHT[6]='at 17:08 on 21 giugno 2021'; // June $ByMonthGustHT[7]='----'; // July $ByMonthGustHT[8]='at 18:52 on 15 agosto 2021'; // August $ByMonthGustHT[9]='----'; //September $ByMonthGustHT[10]='at 21:19 on 03 ottobre 2020'; // October $ByMonthGustHT[11]='at 09:31 on 21 novembre 2020'; // November $ByMonthGustHT[12]='at 12:19 on 28 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHeatIndexH=array(); $ByMonthHeatIndexH[0]=43,0; // defaults to current month $ByMonthHeatIndexH[1]='19,2'; // January $ByMonthHeatIndexH[2]='23,9'; //February $ByMonthHeatIndexH[3]='22,0'; // March $ByMonthHeatIndexH[4]='23,6'; // April $ByMonthHeatIndexH[5]='31,5'; // May $ByMonthHeatIndexH[6]='43,9'; // June $ByMonthHeatIndexH[7]='---'; // July $ByMonthHeatIndexH[8]='43,0'; // August $ByMonthHeatIndexH[9]='---'; //September $ByMonthHeatIndexH[10]='30,5'; // October $ByMonthHeatIndexH[11]='24,5'; // November $ByMonthHeatIndexH[12]='19,8'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHeatIndexHT=array(); $ByMonthHeatIndexHT[0]=''; // defaults to current month $ByMonthHeatIndexHT[1]='at 13:07 on 08 gennaio 2021'; // January $ByMonthHeatIndexHT[2]='at 14:02 on 04 febbraio 2021'; //February $ByMonthHeatIndexHT[3]='at 15:37 on 29 marzo 2021'; // March $ByMonthHeatIndexHT[4]='at 14:40 on 01 aprile 2021'; // April $ByMonthHeatIndexHT[5]='at 16:19 on 24 maggio 2021'; // May $ByMonthHeatIndexHT[6]='at 11:34 on 28 giugno 2021'; // June $ByMonthHeatIndexHT[7]='----'; // July $ByMonthHeatIndexHT[8]='at 15:32 on 10 agosto 2021'; // August $ByMonthHeatIndexHT[9]='----'; //September $ByMonthHeatIndexHT[10]='at 21:20 on 03 ottobre 2020'; // October $ByMonthHeatIndexHT[11]='at 14:03 on 15 novembre 2020'; // November $ByMonthHeatIndexHT[12]='at 13:51 on 05 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHighDailyTempRange=array(); $ByMonthHighDailyTempRange[0]=40,7; // defaults to current month $ByMonthHighDailyTempRange[1]='13,6'; // January $ByMonthHighDailyTempRange[2]='15,7'; //February $ByMonthHighDailyTempRange[3]='15,3'; // March $ByMonthHighDailyTempRange[4]='16,1'; // April $ByMonthHighDailyTempRange[5]='20,4'; // May $ByMonthHighDailyTempRange[6]='64,6'; // June $ByMonthHighDailyTempRange[7]='---'; // July $ByMonthHighDailyTempRange[8]='40,7'; // August $ByMonthHighDailyTempRange[9]='---'; //September $ByMonthHighDailyTempRange[10]='16,6'; // October $ByMonthHighDailyTempRange[11]='13,9'; // November $ByMonthHighDailyTempRange[12]='13,5'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHighDailyTempRangeT=array(); $ByMonthHighDailyTempRangeT[0]='on 11 agosto 2021'; // defaults to current month $ByMonthHighDailyTempRangeT[1]='on 19 gennaio 2021'; // January $ByMonthHighDailyTempRangeT[2]='on 26 febbraio 2021'; //February $ByMonthHighDailyTempRangeT[3]='on 04 marzo 2021'; // March $ByMonthHighDailyTempRangeT[4]='on 10 aprile 2021'; // April $ByMonthHighDailyTempRangeT[5]='on 31 maggio 2021'; // May $ByMonthHighDailyTempRangeT[6]='on 22 giugno 2021'; // June $ByMonthHighDailyTempRangeT[7]='----'; // July $ByMonthHighDailyTempRangeT[8]='on 11 agosto 2021'; // August $ByMonthHighDailyTempRangeT[9]='----'; //September $ByMonthHighDailyTempRangeT[10]='on 23 ottobre 2020'; // October $ByMonthHighDailyTempRangeT[11]='on 12 novembre 2020'; // November $ByMonthHighDailyTempRangeT[12]='on 15 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHourlyRainH=array(); $ByMonthHourlyRainH[0]=999,0; // defaults to current month $ByMonthHourlyRainH[1]='9,6'; // January $ByMonthHourlyRainH[2]='9,6'; //February $ByMonthHourlyRainH[3]='62,4'; // March $ByMonthHourlyRainH[4]='5,7'; // April $ByMonthHourlyRainH[5]='82,8'; // May $ByMonthHourlyRainH[6]='230,4'; // June $ByMonthHourlyRainH[7]='---'; // July $ByMonthHourlyRainH[8]='999,0'; // August $ByMonthHourlyRainH[9]='---'; //September $ByMonthHourlyRainH[10]='860,4'; // October $ByMonthHourlyRainH[11]='---'; // November $ByMonthHourlyRainH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHourlyRainHT=array(); $ByMonthHourlyRainHT[0]='at 14:24 on 10 agosto 2021'; // defaults to current month $ByMonthHourlyRainHT[1]='at 12:50 on 17 gennaio 2021'; // January $ByMonthHourlyRainHT[2]='at 21:41 on 10 febbraio 2021'; //February $ByMonthHourlyRainHT[3]='at 00:45 on 21 marzo 2021'; // March $ByMonthHourlyRainHT[4]='at 03:46 on 07 aprile 2021'; // April $ByMonthHourlyRainHT[5]='at 21:20 on 16 maggio 2021'; // May $ByMonthHourlyRainHT[6]='at 17:50 on 27 giugno 2021'; // June $ByMonthHourlyRainHT[7]='----'; // July $ByMonthHourlyRainHT[8]='at 14:24 on 10 agosto 2021'; // August $ByMonthHourlyRainHT[9]='----'; //September $ByMonthHourlyRainHT[10]='at 10:51 on 23 ottobre 2020'; // October $ByMonthHourlyRainHT[11]='----'; // November $ByMonthHourlyRainHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumH=array(); $ByMonthHumH[0]=93; // defaults to current month $ByMonthHumH[1]='96'; // January $ByMonthHumH[2]='99'; //February $ByMonthHumH[3]='99'; // March $ByMonthHumH[4]='95'; // April $ByMonthHumH[5]='95'; // May $ByMonthHumH[6]='94'; // June $ByMonthHumH[7]='---'; // July $ByMonthHumH[8]='93'; // August $ByMonthHumH[9]='---'; //September $ByMonthHumH[10]='98'; // October $ByMonthHumH[11]='98'; // November $ByMonthHumH[12]='98'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumHT=array(); $ByMonthHumHT[0]='at 11:23 on 26 agosto 2021'; // defaults to current month $ByMonthHumHT[1]='at 03:05 on 10 gennaio 2021'; // January $ByMonthHumHT[2]='at 09:50 on 05 febbraio 2021'; //February $ByMonthHumHT[3]='at 00:22 on 21 marzo 2021'; // March $ByMonthHumHT[4]='at 12:24 on 18 aprile 2021'; // April $ByMonthHumHT[5]='at 03:49 on 14 maggio 2021'; // May $ByMonthHumHT[6]='at 08:26 on 09 giugno 2021'; // June $ByMonthHumHT[7]='----'; // July $ByMonthHumHT[8]='at 11:23 on 26 agosto 2021'; // August $ByMonthHumHT[9]='----'; //September $ByMonthHumHT[10]='at 07:37 on 19 ottobre 2020'; // October $ByMonthHumHT[11]='at 03:50 on 21 novembre 2020'; // November $ByMonthHumHT[12]='at 00:26 on 02 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumL=array(); $ByMonthHumL[0]=5; // defaults to current month $ByMonthHumL[1]='22'; // January $ByMonthHumL[2]='10'; //February $ByMonthHumL[3]='10'; // March $ByMonthHumL[4]='19'; // April $ByMonthHumL[5]='10'; // May $ByMonthHumL[6]='5'; // June $ByMonthHumL[7]='---'; // July $ByMonthHumL[8]='5'; // August $ByMonthHumL[9]='---'; //September $ByMonthHumL[10]='10'; // October $ByMonthHumL[11]='10'; // November $ByMonthHumL[12]='33'; //December // ------------------------------------------------------------------------------------------------ $ByMonthHumLT=array(); $ByMonthHumLT[0]='at 02:23 on 11 agosto 2021'; // defaults to current month $ByMonthHumLT[1]='at 14:28 on 27 gennaio 2021'; // January $ByMonthHumLT[2]='at 18:43 on 13 febbraio 2021'; //February $ByMonthHumLT[3]='at 08:23 on 29 marzo 2021'; // March $ByMonthHumLT[4]='at 13:28 on 09 aprile 2021'; // April $ByMonthHumLT[5]='at 13:27 on 18 maggio 2021'; // May $ByMonthHumLT[6]='at 21:25 on 09 agosto 2021'; // June $ByMonthHumLT[7]='----'; // July $ByMonthHumLT[8]='at 02:23 on 11 agosto 2021'; // August $ByMonthHumLT[9]=''; //September $ByMonthHumLT[10]='at 21:14 on 03 ottobre 2020'; // October $ByMonthHumLT[11]='at 15:34 on 26 novembre 2020'; // November $ByMonthHumLT[12]='at 13:53 on 28 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestDryPeriod=array(); $ByMonthLongestDryPeriod[0]=---; // defaults to current month $ByMonthLongestDryPeriod[1]='41'; // January $ByMonthLongestDryPeriod[2]='14'; //February $ByMonthLongestDryPeriod[3]='33'; // March $ByMonthLongestDryPeriod[4]='13'; // April $ByMonthLongestDryPeriod[5]='11'; // May $ByMonthLongestDryPeriod[6]='11'; // June $ByMonthLongestDryPeriod[7]='---'; // July $ByMonthLongestDryPeriod[8]='---'; // August $ByMonthLongestDryPeriod[9]='---'; //September $ByMonthLongestDryPeriod[10]='8'; // October $ByMonthLongestDryPeriod[11]='26'; // November $ByMonthLongestDryPeriod[12]='25'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestDryPeriodT=array(); $ByMonthLongestDryPeriodT[0]='----'; // defaults to current month $ByMonthLongestDryPeriodT[1]='to 16 gennaio 2021'; // January $ByMonthLongestDryPeriodT[2]='to 28 febbraio 2021'; //February $ByMonthLongestDryPeriodT[3]='to 19 marzo 2021'; // March $ByMonthLongestDryPeriodT[4]='to 05 aprile 2021'; // April $ByMonthLongestDryPeriodT[5]='to 01 maggio 2021'; // May $ByMonthLongestDryPeriodT[6]='to 23 giugno 2021'; // June $ByMonthLongestDryPeriodT[7]='----'; // July $ByMonthLongestDryPeriodT[8]='----'; // August $ByMonthLongestDryPeriodT[9]='----'; //September $ByMonthLongestDryPeriodT[10]='to 06 ottobre 2020'; // October $ByMonthLongestDryPeriodT[11]='to 21 novembre 2020'; // November $ByMonthLongestDryPeriodT[12]='to 31 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestWetPeriod=array(); $ByMonthLongestWetPeriod[0]=20; // defaults to current month $ByMonthLongestWetPeriod[1]='4'; // January $ByMonthLongestWetPeriod[2]='9'; //February $ByMonthLongestWetPeriod[3]='2'; // March $ByMonthLongestWetPeriod[4]='3'; // April $ByMonthLongestWetPeriod[5]='5'; // May $ByMonthLongestWetPeriod[6]='4'; // June $ByMonthLongestWetPeriod[7]='---'; // July $ByMonthLongestWetPeriod[8]='20'; // August $ByMonthLongestWetPeriod[9]='---'; //September $ByMonthLongestWetPeriod[10]='8'; // October $ByMonthLongestWetPeriod[11]='1'; // November $ByMonthLongestWetPeriod[12]='1'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLongestWetPeriodT=array(); $ByMonthLongestWetPeriodT[0]='to 25 agosto 2021'; // defaults to current month $ByMonthLongestWetPeriodT[1]='to 26 gennaio 2021'; // January $ByMonthLongestWetPeriodT[2]='to 14 febbraio 2021'; //February $ByMonthLongestWetPeriodT[3]='to 21 marzo 2021'; // March $ByMonthLongestWetPeriodT[4]='to 08 aprile 2021'; // April $ByMonthLongestWetPeriodT[5]='to 16 maggio 2021'; // May $ByMonthLongestWetPeriodT[6]='to 09 agosto 2021'; // June $ByMonthLongestWetPeriodT[7]='----'; // July $ByMonthLongestWetPeriodT[8]='to 25 agosto 2021'; // August $ByMonthLongestWetPeriodT[9]='----'; //September $ByMonthLongestWetPeriodT[10]='to 19 ottobre 2020'; // October $ByMonthLongestWetPeriodT[11]='to 22 novembre 2020'; // November $ByMonthLongestWetPeriodT[12]='to 06 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLowDailyTempRange=array(); $ByMonthLowDailyTempRange[0]=10,7; // defaults to current month $ByMonthLowDailyTempRange[1]='1,5'; // January $ByMonthLowDailyTempRange[2]='3,6'; //February $ByMonthLowDailyTempRange[3]='1,3'; // March $ByMonthLowDailyTempRange[4]='3,4'; // April $ByMonthLowDailyTempRange[5]='3,4'; // May $ByMonthLowDailyTempRange[6]='0,0'; // June $ByMonthLowDailyTempRange[7]='---'; // July $ByMonthLowDailyTempRange[8]='10,7'; // August $ByMonthLowDailyTempRange[9]='---'; //September $ByMonthLowDailyTempRange[10]='4,8'; // October $ByMonthLowDailyTempRange[11]='1,2'; // November $ByMonthLowDailyTempRange[12]='3,5'; //December // ------------------------------------------------------------------------------------------------ $ByMonthLowDailyTempRangeT=array(); $ByMonthLowDailyTempRangeT[0]='on 18 agosto 2021'; // defaults to current month $ByMonthLowDailyTempRangeT[1]='on 09 gennaio 2021'; // January $ByMonthLowDailyTempRangeT[2]='on 09 febbraio 2021'; //February $ByMonthLowDailyTempRangeT[3]='on 21 marzo 2021'; // March $ByMonthLowDailyTempRangeT[4]='on 16 aprile 2021'; // April $ByMonthLowDailyTempRangeT[5]='on 12 maggio 2021'; // May $ByMonthLowDailyTempRangeT[6]='on 25 giugno 2021'; // June $ByMonthLowDailyTempRangeT[7]='----'; // July $ByMonthLowDailyTempRangeT[8]='on 18 agosto 2021'; // August $ByMonthLowDailyTempRangeT[9]='----'; //September $ByMonthLowDailyTempRangeT[10]='on 28 ottobre 2020'; // October $ByMonthLowDailyTempRangeT[11]='on 17 novembre 2020'; // November $ByMonthLowDailyTempRangeT[12]='on 20 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthMaxTempL=array(); $ByMonthMaxTempL[0]=33,6; // defaults to current month $ByMonthMaxTempL[1]='6,9'; // January $ByMonthMaxTempL[2]='6,1'; //February $ByMonthMaxTempL[3]='6,2'; // March $ByMonthMaxTempL[4]='10,9'; // April $ByMonthMaxTempL[5]='10,9'; // May $ByMonthMaxTempL[6]='0,0'; // June $ByMonthMaxTempL[7]='---'; // July $ByMonthMaxTempL[8]='33,6'; // August $ByMonthMaxTempL[9]='---'; //September $ByMonthMaxTempL[10]='16,2'; // October $ByMonthMaxTempL[11]='11,5'; // November $ByMonthMaxTempL[12]='10,3'; //December // ------------------------------------------------------------------------------------------------ $ByMonthMaxTempLT=array(); $ByMonthMaxTempLT[0]='at 13:15 on 18 agosto 2021'; // defaults to current month $ByMonthMaxTempLT[1]='at 12:58 on 16 gennaio 2021'; // January $ByMonthMaxTempLT[2]='at 14:35 on 14 febbraio 2021'; //February $ByMonthMaxTempLT[3]='at 14:27 on 21 marzo 2021'; // March $ByMonthMaxTempLT[4]='at 16:22 on 16 aprile 2021'; // April $ByMonthMaxTempLT[5]='at 07:48 on 12 maggio 2021'; // May $ByMonthMaxTempLT[6]='at 00:29 on 25 giugno 2021'; // June $ByMonthMaxTempLT[7]='----'; // July $ByMonthMaxTempLT[8]='at 13:15 on 18 agosto 2021'; // August $ByMonthMaxTempLT[9]='----'; //September $ByMonthMaxTempLT[10]='at 14:08 on 28 ottobre 2020'; // October $ByMonthMaxTempLT[11]='at 15:21 on 22 novembre 2020'; // November $ByMonthMaxTempLT[12]='at 14:14 on 27 dicembre 2020'; //December $ByMonthMinTempH=array(); $ByMonthMinTempH[0]=27,5; // defaults to current month $ByMonthMinTempH[1]='12,1'; // January $ByMonthMinTempH[2]='10,5'; //February $ByMonthMinTempH[3]='10,0'; // March $ByMonthMinTempH[4]='11,9'; // April $ByMonthMinTempH[5]='17,1'; // May $ByMonthMinTempH[6]='62,9'; // June $ByMonthMinTempH[7]='---'; // July $ByMonthMinTempH[8]='27,5'; // August $ByMonthMinTempH[9]='---'; //September $ByMonthMinTempH[10]='20,0'; // October $ByMonthMinTempH[11]='14,4'; // November $ByMonthMinTempH[12]='11,9'; //December // ------------------------------------------------------------------------------------------------ $ByMonthMinTempHT=array(); $ByMonthMinTempHT[0]='at 04:08 on 10 agosto 2021'; // defaults to current month $ByMonthMinTempHT[1]='at 18:24 on 03 gennaio 2021'; // January $ByMonthMinTempHT[2]='at 09:05 on 09 febbraio 2021'; //February $ByMonthMinTempHT[3]='at 03:55 on 29 marzo 2021'; // March $ByMonthMinTempHT[4]='at 22:16 on 28 aprile 2021'; // April $ByMonthMinTempHT[5]='at 05:00 on 23 maggio 2021'; // May $ByMonthMinTempHT[6]='at 00:06 on 27 giugno 2021'; // June $ByMonthMinTempHT[7]='----'; // July $ByMonthMinTempHT[8]='at 04:08 on 10 agosto 2021'; // August $ByMonthMinTempHT[9]='----'; //September $ByMonthMinTempHT[10]='at 07:52 on 04 ottobre 2020'; // October $ByMonthMinTempHT[11]='at 00:47 on 18 novembre 2020'; // November $ByMonthMinTempHT[12]='at 06:59 on 25 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthMonthlyRainH=array(); $ByMonthMonthlyRainH[0]=11860,0; // defaults to current month $ByMonthMonthlyRainH[1]='78,6'; // January $ByMonthMonthlyRainH[2]='115,5'; //February $ByMonthMonthlyRainH[3]='40,2'; // March $ByMonthMonthlyRainH[4]='60,3'; // April $ByMonthMonthlyRainH[5]='60,0'; // May $ByMonthMonthlyRainH[6]='27234,0'; // June $ByMonthMonthlyRainH[7]='---'; // July $ByMonthMonthlyRainH[8]='11860,0'; // August $ByMonthMonthlyRainH[9]='---'; //September $ByMonthMonthlyRainH[10]='80,4'; // October $ByMonthMonthlyRainH[11]='5,8'; // November $ByMonthMonthlyRainH[12]='3,2'; //December // ------------------------------------------------------------------------------------------------ $ByMonthMonthlyRainHT=array(); $ByMonthMonthlyRainHT[0]='agosto 2021'; // defaults to current month $ByMonthMonthlyRainHT[1]='gennaio 2021'; // January $ByMonthMonthlyRainHT[2]='febbraio 2021'; //February $ByMonthMonthlyRainHT[3]='marzo 2021'; // March $ByMonthMonthlyRainHT[4]='aprile 2021'; // April $ByMonthMonthlyRainHT[5]='maggio 2021'; // May $ByMonthMonthlyRainHT[6]='giugno 2021'; // June $ByMonthMonthlyRainHT[7]='----'; // July $ByMonthMonthlyRainHT[8]='agosto 2021'; // August $ByMonthMonthlyRainHT[9]='----'; //September $ByMonthMonthlyRainHT[10]='ottobre 2020'; // October $ByMonthMonthlyRainHT[11]='novembre 2020'; // November $ByMonthMonthlyRainHT[12]='dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthPressH=array(); $ByMonthPressH[0]=1015,5; // defaults to current month $ByMonthPressH[1]='1030,3'; // January $ByMonthPressH[2]='1036,6'; //February $ByMonthPressH[3]='1034,8'; // March $ByMonthPressH[4]='1032,0'; // April $ByMonthPressH[5]='1031,0'; // May $ByMonthPressH[6]='1025,1'; // June $ByMonthPressH[7]='---'; // July $ByMonthPressH[8]='1015,5'; // August $ByMonthPressH[9]='---'; //September $ByMonthPressH[10]='1024,5'; // October $ByMonthPressH[11]='1026,9'; // November $ByMonthPressH[12]='1035,2'; //December // ------------------------------------------------------------------------------------------------ $ByMonthPressHT=array(); $ByMonthPressHT[0]='at 09:18 on 13 agosto 2021'; // defaults to current month $ByMonthPressHT[1]='at 22:17 on 19 gennaio 2021'; // January $ByMonthPressHT[2]='at 00:58 on 23 febbraio 2021'; //February $ByMonthPressHT[3]='at 06:28 on 13 marzo 2021'; // March $ByMonthPressHT[4]='at 09:56 on 09 aprile 2021'; // April $ByMonthPressHT[5]='at 13:31 on 31 maggio 2021'; // May $ByMonthPressHT[6]='at 08:35 on 04 giugno 2021'; // June $ByMonthPressHT[7]='----'; // July $ByMonthPressHT[8]='at 09:18 on 13 agosto 2021'; // August $ByMonthPressHT[9]='----'; //September $ByMonthPressHT[10]='at 23:07 on 20 ottobre 2020'; // October $ByMonthPressHT[11]='at 08:51 on 07 novembre 2020'; // November $ByMonthPressHT[12]='at 09:59 on 23 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthPressL=array(); $ByMonthPressL[0]=917,8; // defaults to current month $ByMonthPressL[1]='929,2'; // January $ByMonthPressL[2]='1000,2'; //February $ByMonthPressL[3]='990,3'; // March $ByMonthPressL[4]='1002,9'; // April $ByMonthPressL[5]='1004,6'; // May $ByMonthPressL[6]='951,5'; // June $ByMonthPressL[7]='---'; // July $ByMonthPressL[8]='917,8'; // August $ByMonthPressL[9]='---'; //September $ByMonthPressL[10]='1004,2'; // October $ByMonthPressL[11]='1005,6'; // November $ByMonthPressL[12]='996,0'; //December // --------------------------------------------------------------------- $ByMonthPressLT=array(); $ByMonthPressLT[0]='at 15:45 on 12 agosto 2021'; // defaults to current month $ByMonthPressLT[1]='at 08:04 on 12 gennaio 2021'; // January $ByMonthPressLT[2]='at 15:06 on 27 febbraio 2021'; //February $ByMonthPressLT[3]='at 04:20 on 10 marzo 2021'; // March $ByMonthPressLT[4]='at 00:01 on 21 aprile 2021'; // April $ByMonthPressLT[5]='at 09:46 on 02 maggio 2021'; // May $ByMonthPressLT[6]='at 11:35 on 21 giugno 2021'; // June $ByMonthPressLT[7]='----'; // July $ByMonthPressLT[8]='at 15:45 on 12 agosto 2021'; // August $ByMonthPressLT[9]='----'; //September $ByMonthPressLT[10]='at 21:00 on 03 ottobre 2020'; // October $ByMonthPressLT[11]='at 14:40 on 29 novembre 2020'; // November $ByMonthPressLT[12]='at 14:21 on 12 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthRainRateH=array(); $ByMonthRainRateH[0]=998,6; // defaults to current month $ByMonthRainRateH[1]='115,2'; // January $ByMonthRainRateH[2]='25,2'; //February $ByMonthRainRateH[3]='726,8'; // March $ByMonthRainRateH[4]='64,8'; // April $ByMonthRainRateH[5]='993,6'; // May $ByMonthRainRateH[6]='961,2'; // June $ByMonthRainRateH[7]='---'; // July $ByMonthRainRateH[8]='998,6'; // August $ByMonthRainRateH[9]='---'; //September $ByMonthRainRateH[10]='36,0'; // October $ByMonthRainRateH[11]='---'; // November $ByMonthRainRateH[12]='---'; //December // ------------------------------------------------------------------------------------------------ $ByMonthRainRateHT=array(); $ByMonthRainRateHT[0]='at 17:14 on 21 agosto 2021'; // defaults to current month $ByMonthRainRateHT[1]='at 12:50 on 17 gennaio 2021'; // January $ByMonthRainRateHT[2]='at 04:18 on 13 febbraio 2021'; //February $ByMonthRainRateHT[3]='at 23:51 on 20 marzo 2021'; // March $ByMonthRainRateHT[4]='at 00:02 on 21 aprile 2021'; // April $ByMonthRainRateHT[5]='at 21:20 on 16 maggio 2021'; // May $ByMonthRainRateHT[6]='at 22:09 on 09 agosto 2021'; // June $ByMonthRainRateHT[7]='----'; // July $ByMonthRainRateHT[8]='at 17:14 on 21 agosto 2021'; // August $ByMonthRainRateHT[9]='----'; //September $ByMonthRainRateHT[10]='at 05:10 on 13 ottobre 2020'; // October $ByMonthRainRateHT[11]='----'; // November $ByMonthRainRateHT[12]='----'; //December // ------------------------------------------------------------------------------------------------ $ByMonthTempH=array(); $ByMonthTempH[0]=44,0; // defaults to current month $ByMonthTempH[1]='19,2'; // January $ByMonthTempH[2]='23,9'; //February $ByMonthTempH[3]='22,0'; // March $ByMonthTempH[4]='23,6'; // April $ByMonthTempH[5]='32,0'; // May $ByMonthTempH[6]='63,6'; // June $ByMonthTempH[7]='---'; // July $ByMonthTempH[8]='44,0'; // August $ByMonthTempH[9]='---'; //September $ByMonthTempH[10]='33,0'; // October $ByMonthTempH[11]='24,5'; // November $ByMonthTempH[12]='19,8'; //December // ------------------------------------------------------------------------------------------------ $ByMonthTempHT=array(); $ByMonthTempHT[0]='at 15:33 on 10 agosto 2021'; // defaults to current month $ByMonthTempHT[1]='at 13:07 on 08 gennaio 2021'; // January $ByMonthTempHT[2]='at 14:02 on 04 febbraio 2021'; //February $ByMonthTempHT[3]='at 15:37 on 29 marzo 2021'; // March $ByMonthTempHT[4]='at 14:40 on 01 aprile 2021'; // April $ByMonthTempHT[5]='at 15:08 on 23 maggio 2021'; // May $ByMonthTempHT[6]='at 11:34 on 28 giugno 2021'; // June $ByMonthTempHT[7]='----'; // July $ByMonthTempHT[8]='at 15:33 on 10 agosto 2021'; // August $ByMonthTempHT[9]='----'; //September $ByMonthTempHT[10]='at 21:20 on 03 ottobre 2020'; // October $ByMonthTempHT[11]='at 14:03 on 15 novembre 2020'; // November $ByMonthTempHT[12]='at 13:51 on 05 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthTempL=array(); $ByMonthTempL[0]=19,2; // defaults to current month $ByMonthTempL[1]='-1,5'; // January $ByMonthTempL[2]='-0,8'; //February $ByMonthTempL[3]='2,2'; // March $ByMonthTempL[4]='1,8'; // April $ByMonthTempL[5]='1,9'; // May $ByMonthTempL[6]='-25,4'; // June $ByMonthTempL[7]='---'; // July $ByMonthTempL[8]='19,2'; // August $ByMonthTempL[9]='---'; //September $ByMonthTempL[10]='8,3'; // October $ByMonthTempL[11]='5,5'; // November $ByMonthTempL[12]='3,1'; //December // ------------------------------------------------------------------------------------------------ $ByMonthWindHT=array(); $ByMonthWindHT[0]='at 07:29 on 10 agosto 2021'; // defaults to current month $ByMonthWindHT[1]='at 23:24 on 02 gennaio 2021'; // January $ByMonthWindHT[2]='at 04:17 on 11 febbraio 2021'; //February $ByMonthWindHT[3]='at 12:00 on 30 marzo 2021'; // March $ByMonthWindHT[4]='at 09:58 on 07 aprile 2021'; // April $ByMonthWindHT[5]='at 08:46 on 03 maggio 2021'; // May $ByMonthWindHT[6]='at 14:07 on 23 giugno 2021'; // June $ByMonthWindHT[7]='----'; // July $ByMonthWindHT[8]='at 07:29 on 10 agosto 2021'; // August $ByMonthWindHT[9]='----'; //September $ByMonthWindHT[10]='at 21:27 on 03 ottobre 2020'; // October $ByMonthWindHT[11]='at 11:15 on 21 novembre 2020'; // November $ByMonthWindHT[12]='at 05:51 on 09 dicembre 2020'; //December // ------------------------------------------------------------------------------------------------ $ByMonthWindRunH=array(); $ByMonthWindRunH[0]=348,8; // defaults to current month $ByMonthWindRunH[1]='465,8'; // January $ByMonthWindRunH[2]='110,5'; //February $ByMonthWindRunH[3]='2,9'; // March $ByMonthWindRunH[4]='5,6'; // April $ByMonthWindRunH[5]='7,2'; // May $ByMonthWindRunH[6]='6,5'; // June $ByMonthWindRunH[7]='---'; // July $ByMonthWindRunH[8]='348,8'; // August $ByMonthWindRunH[9]='---'; //September $ByMonthWindRunH[10]='352,1'; // October $ByMonthWindRunH[11]='246,7'; // November $ByMonthWindRunH[12]='504,0'; //December // ------------------------------------------------------------------------------------------------ $ByMonthWindRunHT=array(); $ByMonthWindRunHT[0]='on 12 agosto 2021'; // defaults to current month $ByMonthWindRunHT[1]='on 03 gennaio 2021'; // January $ByMonthWindRunHT[2]='on 11 febbraio 2021'; //February $ByMonthWindRunHT[3]='on 23 marzo 2021'; // March $ByMonthWindRunHT[4]='on 04 aprile 2021'; // April $ByMonthWindRunHT[5]='on 03 maggio 2021'; // May $ByMonthWindRunHT[6]='on 09 agosto 2021'; // June $ByMonthWindRunHT[7]='----'; // July $ByMonthWindRunHT[8]='on 12 agosto 2021'; // August $ByMonthWindRunHT[9]='----'; //September $ByMonthWindRunHT[10]='on 04 ottobre 2020'; // October $ByMonthWindRunHT[11]='on 21 novembre 2020'; // November $ByMonthWindRunHT[12]='on 28 dicembre 2020'; //December // -------------------------------------------------------------------------------- # ordinary web tags again $chillhours=568,1; $cloudbase='1149 ft'; $cloudbaseunit='ft'; $cloudbasevalue=1149; $ConsecutiveDryDays=0; $ConsecutiveRainDays=20; $cooldegdays=0,0; $cooldegdaysY=0,0; $CpuCount=4; $CpuName='Intel(R) Atom(TM) CPU D510 @ 1.66GHz'; $cumulusforecast='Unsettled, precipitation later'; $cumulusforecastenc='Unsettled, precipitation later'; $currcond=''; $currcondenc=''; $CurrentSolarMax=898; $currentwdir='N'; $dailygraphperiod=31; $DataStopped=0; $date='26/08/2021'; $DavisFirmwareVersion=' '; // does not apply to all weather station types $DavisMaxInARow='0'; // does not apply to all weather station types $DavisNumberOfResynchs='0'; // does not apply to all weather station types $DavisNumCRCerrors='0'; // does not apply to all weather station types $DavisTotalPacketsMissed='0'; // does not apply to all weather station types $DavisTotalPacketsReceived='0'; // does not apply to all weather station types $dawn='05:49'; $day=26; $daylength='13:18'; $daylightlength='14:14'; $dayname='giovedě'; $DaysSince30Dec1899=44434,5175391782; $DaysSinceRecordsBegan=520; $dew=19,3; $dewpointH=63,6; $dewpointL=-47,9; $dewpointTH=19,6; $dewpointTL=12,8; $dewpointYH=17,5; $dewpointYL=8,5; $DiskFree='149,65 GB'; $DiskSize='185,74 GB'; $DisplayMode='1024x768, 32 bit'; $domwindbearing=314; $domwindbearingY=301; $domwinddir='NW'; $domwinddirY='WNW'; $dusk='20:03'; $ErrorLight=1; $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,0; $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='Unsettled, precipitation later'; $forecastenc='Unsettled, precipitation later'; $forecastnumber=18; $forum=':forum:'; $graphperiod=12; $gustM=197,0; $heatdegdays=22,3; $heatdegdaysY=36,9; $heatindex=22,1; $heatindexH=44,6; $heatindexTH=24,3; $heatindexYH=35,2; $HighAppTempRecordSet=0; $HighDailyRainRecordSet=0; $HighDailyTempRange=64,6; $HighDewPointRecordSet=0; $HighHeatIndexRecordSet=0; $HighHourlyRainRecordSet=0; $HighHumidityRecordSet=0; $HighMinTempRecordSet=0; $HighMonthlyRainRecordSet=0; $HighPressAlarm=0; $HighPressureRecordSet=0; $HighRainRateAlarm=0; $HighRainRateRecordSet=1; $HighRainTodayAlarm=0; $HighTempAlarm=0; $HighTempRangeRecordSet=0; $HighTempRecordSet=0; $HighWindGustAlarm=0; $HighWindGustRecordSet=0; $HighWindrunRecordSet=0; $HighWindSpeedAlarm=0; $HighWindSpeedRecordSet=0; $hour=12; $hourlyrainTH=921,0; $hourlyrainYH=998,4; $hum=84; $humH=99; $humidex=28,9; $HumidityRecordSet=0; $humL=5; $humTH=93; $humTL=53; $humYH=64; $humYL=23; $inhum=55; $intemp=27,1; $interval=5; $isdaylight=1; $IsFreezing=0; $IsRaining=0; $IsSunny=1; // does not apply to all weather station types $IsSunUp=1; $LastDataReadT='26/08/2021 12:24:53'; $LastRainTipISO='2021-08-26 12:19'; $LatestError='FTP Connect Timeout'; $LatestErrorDate='26/08/2021'; $LatestErrorTime='12:00'; $LatestNOAAMonthlyReport=''; $LatestNOAAYearlyReport=''; $latitude=39,83694; $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=138598,9; // does not apply to all weather station types $location="Stazione meteo Bisignano"; $LongestDryPeriod=49; $LongestDryPeriodRecordSet=0; $LongestWetPeriod=20; $LongestWetPeriodRecordSet=1; $longitude=16,27417; $longlocation=""; $LowAppTempRecordSet=0; $LowDailyTempRange=0,0; $LowDewPointRecordSet=0; $LowHumidityRecordSet=0; $LowMaxTempRecordSet=0; $LowPressAlarm=0; $LowPressureRecordSet=0; $LowTempAlarm=0; $LowTempRangeRecordSet=0; $LowTempRecordSet=0; $LowWindChillRecordSet=0; $maxtempL=0,0; $MemoryStatus='2049/4079 MB (free/total)'; $metdate='26/08/2021'; $metdateyesterday='25/08/2021'; $mintempH=62,9; $minute=25; $MinutesSinceLastRainTip=6; $month='08'; $MonthAppTempH=59,6; $MonthAppTempHD='28 giugno'; $MonthAppTempHT='11:34'; $MonthAppTempL=-29,4; $MonthAppTempLD='22 giugno'; $MonthAppTempLT='17:20'; $MonthDailyRainH=17880,0; $MonthDailyRainHD='09 agosto'; $MonthDewPointH=63,6; $MonthDewPointHD='28 giugno'; $MonthDewPointHT='11:34'; $MonthDewPointL=-47,9; $MonthDewPointLD='22 giugno'; $MonthDewPointLT='17:20'; $MonthGustH=179,0; $MonthGustHD='21 giugno'; $MonthGustHT='17:08'; $MonthHeatIndexH=43,9; $MonthHeatIndexHD='28 giugno'; $MonthHeatIndexHT='11:34'; $MonthHighDailyTempRange=64,6; $MonthHighDailyTempRangeD='22 giugno'; $MonthHourlyRainH=999,0; $MonthHourlyRainHD='10 agosto'; $MonthHourlyRainHT='14:24'; $MonthHumH=94; $MonthHumHD='09 giugno'; $MonthHumHT='08:26'; $MonthHumL=5; $MonthHumLD='09 agosto'; $MonthHumLT='21:25'; $MonthLongestDryPeriod=11; $MonthLongestDryPeriodD='23 giugno'; $MonthLongestWetPeriod=20; $MonthLongestWetPeriodD='25 agosto'; $MonthLowDailyTempRange=0,0; $MonthLowDailyTempRangeD='25 giugno'; $MonthMaxTempL='0,0'; $MonthMaxTempLD='25 giugno'; $MonthMinTempH='62,9'; $MonthMinTempHD='27 giugno'; $monthname='agosto'; $MonthPressH=1025,1; $MonthPressHD='04 giugno'; $MonthPressHT='08:35'; $MonthPressL=917,8; $MonthPressLD='12 agosto'; $MonthPressLT='15:45'; $MonthRainRateH=998,6; $MonthRainRateHD='21 agosto'; $MonthRainRateHT='17:14'; $MonthTempH=63,6; $MonthTempHD='28 giugno'; $MonthTempHT='11:34'; $MonthTempL=-25,4; $MonthTempLD='22 giugno'; $MonthTempLT='17:20'; $MonthWChillL=-25,4; $MonthWChillLD='22 giugno'; $MonthWChillLT='17:20'; $MonthWindH=27,0; $MonthWindHD='10 agosto'; $MonthWindHT='07:29'; $MonthWindRunH=348,8; $MonthWindRunHD='12 agosto'; $MoonAge=18; $MoonPercent=-84; $MoonPercentAbs=84; $moonphase='Waning Gibbous'; $moonrise='21:54'; $moonset='10:06'; $newrecord=1; $nextwindindex=1237; $OsLanguage='Italian'; $OsVersion='Windows 8 x64 build 9200'; $press=1005,9; $PressChangeDownAlarm=0; $PressChangeUpAlarm=0; $pressH=1160,3; $pressL=901,4; $pressTH=1009,1; $pressTL=1005,6; $presstrend='Falling'; $presstrendenglish='Falling'; $presstrendval=-0,9; $pressunit='hPa'; $PressureRecordSet=0; $pressYH=1008,2; $pressYL=1005,5; $ProgramUpTime='13 days 16 hours'; $r24hour=10049,0; $RainRecordSet=1; $rainunit='mm'; $RCapptempTH=26.3; $RCapptempTL=20.4; $RCdew=19.3; $RCdewpointTH=19.6; $RCdewpointTL=12.8; $RCheatindex=22.1; $RCheatindexTH=24.3; $RChum=84; $RCinhum=55; $RCintemp=27.1; $RCpress=1005.9; $RCpressTH=1009.1; $RCpressTL=1005.6; $RCrfall=663.6; $RCrrate=838.4; $RCrrateTM=992.8; $RCtemp=22.1; $RCtempTH=24.3; $RCtempTL=19.2; $RCwchill=22.1; $RCwchillTL=19.2; $RCwgust=1.1; $RCwgustTM=24.5; $RCwlatest=1.1; $RCwspeed=1.1; $realtimeinterval=60; $recordsbegandate='24 marzo 2020'; $rfall=663,6; $rfallH=17880,0; $rfallhH=999,0; $rfallmH=27234,0; $rfallY=1076,1; $RG11RainToday=0,0; $RG11RainYest=0,0; $rhour=921,0; $rmidnight=11517,0; $rmonth=11860,0; $rollovertime='midnight'; $rrate=838,4; $rrateM=998,6; $rrateTM=992,8; $rrateYM=997,2; $ryear=26402,0; $SensorContactLost=0; // does not apply to all weather station types $shortdayname='gio'; $shortmonthname='ago'; $shortyear='21'; $snowdepth=0; $SoilMoisture1=0; $SoilMoisture2=0; $SoilMoisture3=0; $SoilMoisture4=0; $SoilTemp1=0,0; $SoilTemp2=0,0; $SoilTemp3=0,0; $SoilTemp4=0,0; $SolarRad=1094; // does not apply to all weather station types $solarTH=1094; // does not apply to all weather station types $solarYH=1094; // does not apply to all weather station types $stationtype='Fine Offset with Solar'; $StormRain=0,0; // does not apply to all weather station types $StormRainStart='-----'; // does not apply to all weather station types $sunrise='06:17'; $sunset='19:35'; $SunshineHours='12,4'; $SystemUpTime='14 days 12 hours'; $TapptempH='at 11:34 on 28 giugno 2021'; $TapptempL='at 17:20 on 22 giugno 2021'; $TapptempTH='04:18'; $TapptempTL='10:57'; $TapptempYH='14:27'; $TapptempYL='07:46'; $Tbeaudesc='Light breeze'; $Tbeaufort='F2'; $Tbeaufortnumber=2; $TdewpointH='at 11:34 on 28 giugno 2021'; $TdewpointL='at 17:20 on 22 giugno 2021'; $TdewpointTH='11:48'; $TdewpointTL='05:43'; $TdewpointYH='22:16'; $TdewpointYL='04:18'; $temp=22,1; $TempChangeDownAlarm=0; $TempChangeLastHour=+2,0; $TempChangeUpAlarm=0; $tempH=63,6; $tempL=-25,4; $temprange=5,1; $temprangeY=13,6; $TempRecordSet=0; $tempTH=24,3; $tempTL=19,2; $temptrend=+1,0; $temptrendenglish='Rising'; $temptrendtext='Rising'; $tempunit='°C'; $tempunitnodeg='C'; $tempYH=36,1; $tempYL=22,5; $TgustM='at 12:00 on 30 marzo 2021'; $TheatindexH='at 18:29 on 24 marzo 2020'; $TheatindexTH='00:15'; $TheatindexYH='14:27'; $THighDailyTempRange='on 22 giugno 2021'; $ThourlyrainTH='08:59'; $ThourlyrainYH='01:18'; $THWindex='0,0'; // does not apply to all weather station types $THSWindex='0,0'; // does not apply to all weather station types $ThumH='at 10:40 on 25 marzo 2020'; $ThumL='at 21:25 on 09 agosto 2021'; $ThumTH='11:23'; $ThumTL='00:07'; $ThumYH='22:47'; $ThumYL='15:33'; $time='12:25 on 26 agosto 2021'; $timehhmmss='12:25:15'; $timeUTC='10:25 on 26 agosto 2021'; $TLongestDryPeriod='to 22 settembre 2020'; $TLongestWetPeriod='to 25 agosto 2021'; $TLowDailyTempRange='on 25 giugno 2021'; $TmaxtempL='at 00:29 on 25 giugno 2021'; $TmintempH='at 00:06 on 27 giugno 2021'; $tomorrowdaylength='There will be 2min 27s less daylight tomorrow'; $TpressH='at 05:37 on 29 settembre 2020'; $TpressL='at 17:40 on 01 aprile 2020'; $TpressTH='09:34'; $TpressTL='12:05'; $TpressYH='22:21'; $TpressYL='18:12'; $TrfallH='on 09 agosto 2021'; $TrfallhH='at 14:24 on 10 agosto 2021'; $TrfallmH='giugno 2021'; $TrrateM='at 17:14 on 21 agosto 2021'; $TrrateTM='07:29'; $TrrateYM='12:53'; $TsolarTH='00:00'; // does not apply to all weather station types $TsolarYH='00:00'; // does not apply to all weather station types $TtempH='at 11:34 on 28 giugno 2021'; $TtempL='at 17:20 on 22 giugno 2021'; $TtempTH='00:15'; $TtempTL='09:13'; $TtempYH='16:24'; $TtempYL='07:49'; $TUVTH='00:00'; // does not apply to all weather station types $TUVYH='00:00'; // does not apply to all weather station types $TwchillH='at 17:20 on 22 giugno 2021'; $TwchillTL='09:13'; $TwchillYL='07:49'; $TwgustTM='10:55'; $TwgustYM='07:33'; $TwindrunH='on 28 dicembre 2020'; $TwindTM='10:57'; $TwindYM='18:56'; $TwspeedH='at 05:22 on 05 giugno 2020'; $txbattery=''; // does not apply to all weather station types $txbattery1=' '; // does not apply to all weather station types $txbattery8=' '; // does not apply to all weather station types $update='26/08/2021 12:25:15'; $UV=1; // does not apply to all weather station types $UVTH=1; // does not apply to all weather station types $UVYH=1; // does not apply to all weather station types $version='1.9.4'; $wchill=22,1; $wchillH=-25,4; $wchillTL=19,2; $wchillYL=22,5; $wdir='N'; $wdirdata=[315,315,315,315,315,315,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,360,360,360,360,360,292,292,292,292,292,292,292,292,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,338,360,360,360,360,360,225,225,225,225,225,225,225,225,225,225,225,225,225,225,225,225,225,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,248,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,292,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,360,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,315,360,360,360,360,315,315,315]; $webcam=''; $wetbulb=20,2; $wgust=1,1; $wgustTM=24,5; $wgustYM=27,0; $WindRecordSet=0; $WindRoseData=[1085.4,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,0.0,117.7,121.7,0.0,1615.7,5113.1,416.2]; $WindRosePoints=16; $windrun=29,6; $windrunH=504,0; $windrununit='km'; $windrunY=82,8; $WindSampleCount=3600; $windTM=11,8; $windunit='km/h'; $windYM=26,5; $wlatest=1,1; $wsforecast='Not available'; $wsforecastenc='Not available'; $wspddata=[2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,1.1,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,2.5,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,3.6,3.6,3.6,3.6,3.6,23.4,23.4,23.4,23.4,20.9,20.9,20.9,20.9,23.4,23.4,23.4,23.4,23.4,23.4,23.4,23.4,2.5,2.5,2.5,2.5,2.5,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,24.5,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,2.5,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,1.1,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,2.5,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,2.5,1.1,1.1,1.1,1.1,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5,2.5]; $wspeed=1,1; $wspeedH=47,7; $Ybeaudesc='Moderate breeze'; $Ybeaufort='F4'; $Ybeaufortnumber=4; $year=2021; $YearAppTempH=59,6; $YearAppTempHD='28 giugno'; $YearAppTempHT='11:34'; $YearAppTempL=-29,4; $YearAppTempLD='22 giugno'; $YearAppTempLT='17:20'; $YearDailyRainH=17880,0; $YearDailyRainHD='09 agosto'; $YearDewPointH=63,6; $YearDewPointHD='28 giugno'; $YearDewPointHT='11:34'; $YearDewPointL=-47,9; $YearDewPointLD='22 giugno'; $YearDewPointLT='17:20'; $YearGustH=197,0; $YearGustHD='30 marzo'; $YearGustHT='12:00'; $YearHeatIndexH=43,9; $YearHeatIndexHD='28 giugno'; $YearHeatIndexHT='11:34'; $YearHighDailyTempRange=64,6; $YearHighDailyTempRangeD='22 giugno'; $YearHourlyRainH=999,0; $YearHourlyRainHD='10 agosto'; $YearHourlyRainHT='14:24'; $YearHumH=99; $YearHumHD='05 febbraio'; $YearHumHT='09:50'; $YearHumL=5; $YearHumLD='09 agosto'; $YearHumLT='21:25'; $YearLongestDryPeriod=41; $YearLongestDryPeriodD='16 gennaio'; $YearLongestWetPeriod=20; $YearLongestWetPeriodD='25 agosto'; $YearLowDailyTempRange=0,0; $YearLowDailyTempRangeD='25 giugno'; $YearMaxTempL=0,0; $YearMaxTempLD='25 giugno'; $YearMinTempH=62,9; $YearMinTempHD='27 giugno'; $YearMonthlyRainH=27234,0; $YearMonthlyRainHD='giugno'; $YearPressH=1036,6; $YearPressHD='23 febbraio'; $YearPressHT='00:58'; $YearPressL=917,8; $YearPressLD='12 agosto'; $YearPressLT='15:45'; $YearRainRateH=998,6; $YearRainRateHD='21 agosto'; $YearRainRateHT='17:14'; $YearTempH=63,6; $YearTempHD='28 giugno'; $YearTempHT='11:34'; $YearTempL=-25,4; $YearTempLD='22 giugno'; $YearTempLT='17:20'; $YearWChillL=-25,4; $YearWChillLD='22 giugno'; $YearWChillLT='17:20'; $YearWindH=42,8; $YearWindHD='02 gennaio'; $YearWindHT='23:24'; $YearWindRunH=465,8; $YearWindRunHD='03 gennaio'; $yesterday='25/08/2021'; $YSunshineHours=24,0; // 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='09:26 26/08/2021'; $RecentDewPoint=16,8; $RCRecentDewPoint=16.8; $RecentHeatIndex=19,2; $RCRecentHeatIndex=19.2; $RecentHumidity=86; $RecentOutsideTemp=19,2; $RCRecentOutsideTemp=19.2; $RecentPressure=1008,6; $RCRecentPressure=1008.6; $RecentRainToday=613,5; $RCRecentRainToday=613.5; $RecentSolarRad=1094; $RecentUV=1; $RCRecentUV=1; $RecentWindAvgDir=323; $RecentWindChill=19,2; $RCRecentWindChill=19.2; $RecentWindDir=315; $RecentWindGust=2,5; $RCRecentWindGust=2.5; $RecentWindLatest=2,5; $RCRecentWindLatest=2.5; $RecentWindSpeed=2,5; $RCRecentWindSpeed=2.5; // ===================================================================== // # 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 ?> Evapotranspiration

Evapotraspirazione



Loading…
Media temperature
% Media umiditĂ 
Media velocitĂ  del vento
W/m2 Media radiazioni solari
Media pressione atmosferica
Altitudine
gradi (°) altitudine
data

Evapotranspiration

Il valore di evapotraspirazione visualizzata è calcolata utilizzando l equazione Penman-Monteith.

Documentation

Parameters used

Parametri calcolati per ottenere valore evapotraspirazione

Dettagli di analisi


Paramentri Valori
Evapostraspitazione
pendenza della curva di saturazione della tensione di vapore
media pressione di saturazione del vapore
pressione di vapore effettiva derivante dall'umiditĂ 
deficit di pressione di vapore
Giorno dell'anno
inversa distanza relativa Terra-Sole
Deckinazione solare
tramonto angolo orario
radiazioni extraterrestri
Ore di sole
Radiazioni a cielo sereno
la radiazione ad onde corte solare
radiazione a onda lunga rete
Radiazione netta