<?php //cumulus
$stationDate = '22-3-2013';
$stationTime = '21:20:55';

$sunriseTime = '06:38';
$sunsetTime = '18:57';


$rainRate = '0,0';

$dailyRain = '0,0';

$monthlyRain = '25,6';

$totalRain = '167,6';

$outsideHumidity = '66';

$outsideTemp = '1,5';
$outsideTemp_1 = round('1,5'); // afgerond ivm -0.9

$windChill = '1,5';
$windChill_1 = round('1,5');  // afgerond ivm -0.9

$outsideDewPt = '-4,2';
$outsideDewPt_1 = round('-4,2');  // afgerond ivm -0.9

$barometer = '1012,9';
$windDir = '310';
$windSpeed = '7,5';
$hiWindSpeed = '14,0';
?>
