... but what about an incomplete season ?edit The KNMI (Dutch metoffice) calculates the monthly average from the sum of the temps divided by the past days
I beginning to think that it should be the day-by-day method, but then again ......
Moderator: daj
... but what about an incomplete season ?edit The KNMI (Dutch metoffice) calculates the monthly average from the sum of the temps divided by the past days
Me toobeteljuice wrote: ... but what about an incomplete season ?
I beginning to think that it should be the day-by-day method, but then again ......
nitrx wrote:Uhhh its broken ? http://apeldoorn.tk/weer/basic.phpbeteljuice wrote:Yet Another Update![]()
http://wiki.sandaysoft.com/a/Average_temperaturenitrx wrote:Me toobeteljuice wrote: ... but what about an incomplete season ?
I beginning to think that it should be the day-by-day method, but then again ......Anyway it's an indication ,averages over a day are officially calculated over 24 hours with a measurement each hour by the Dutch Met Office, all other averages are calculated from these hourly measurements. Cumulus has two averages the minute average and the max/min average ... I choose for the daily minute by minute.
I don't know what average is used in the dayfile.txt ? Perhaps Steve can give a clue ?(I haven't searched in the wiki btw)
I can also confirm that the latest version fixed the zero value problem in the Wind Gust etc.I had the same problem with zero wind speed values as David.
The latest fix has solved the problem - thanks.
What do mean by a 'null' value - an empty field in the dayfile.txt? Cumulus shouldn't be doing that. Cumulus in general doesn't do 'nulls'.beteljuice wrote:I don't know if the Cumulus editor will allow 'null' or if a rebuild is done, will it reinstate 0 or 0.0 ?
Code: Select all
return number_format($value * 1.0, $wind_dec, '.' , '');
Code: Select all
$wind_dec = 1;
It appears that it does. That's probably not good, as it's probably going to cause a problem somewhere.beteljuice wrote:1/ Will the editor allow edit to empty fields ?
What do you mean by a 'rebuild'?2/ On a rebuild would empty fields be populated with zero ?