Page 1 of 1

Rain total month/yearsum calculation **solved**

Posted: Sat Jan 04, 2020 12:19 pm
by thunderstorm
Hi Boris,

when does meteobridge calculate rain-total sums for month & year ?
I noticed today that my yearsum and monthsum is less than the daily one.
Screenshot 2020-01-04 at 10.48.36.png
Screenshot 2020-01-04 at 10.48.36.png (23.22 KiB) Viewed 2560 times
Is is maybe end of hour ? In that specific hour I had 0.5mm precipitation, and there have been 0.3mm in the days before and after the next full hour the yearsum was 3.8mmm.

Same is true when I export [rain0total-daysum.1:] & [rain0total-yearsum.1:]

Could it be calculated so that it also outputs the amount since the last aggregation ?

Best,
Bernd

Re: Rain total month/yearsum calculation

Posted: Sat Jan 04, 2020 6:51 pm
by admin
There have been some changes in that area. Please check if just released code does solve this.

Re: Rain total month/yearsum calculation

Posted: Sun Jan 05, 2020 2:17 pm
by thunderstorm
OK, I'll check once it starts raining again

Re: Rain total month/yearsum calculation

Posted: Wed Jan 08, 2020 7:54 am
by thunderstorm
Hmm, it seems to be fixed to some extent - but I sometimes see wrong values at full-hour exports ? Is that a concurrency issue ?

07/01/20,09:55,3.2,89,1.6,3.0,8.9,255,4.2,1.0,1031.8,4.8,,,,,,,17,,
07/01/20,10:00,3.0,89,1.4,1.2,6.9,230,2.1,1.0,1031.8,3.8,,,,,,,27,,
07/01/20,10:05,2.9,90,1.4,2.6,8.9,221,1.2,1.0,1031.8,4.8,,,,,,,47,,

07/01/20,14:55,4.0,94,3.1,0.4,2.0,235,0.0,1.3,1032.8,5.1,,,,,,,25,,
07/01/20,15:00,4.0,94,3.1,0.1,0.9,234,0.0,1.3,1032.9,4.8,,,,,,,24,,
07/01/20,15:05,4.0,94,3.1,0.3,2.0,234,0.0,1.5,1032.9,5.3,,,,,,,24,,

07/01/20,15:55,3.9,94,3.0,0.0,1.0,234,0.0,1.5,1033.1,5.3,,,,,,,18,,
07/01/20,16:00,3.9,94,3.0,0.1,0.9,234,0.0,1.5,1033.2,5.1,,,,,,,18,,
07/01/20,16:05,3.9,94,3.0,0.0,0.0,234,0.0,1.5,1033.2,5.3,,,,,,,14,,

Bernd

Re: Rain total month/yearsum calculation

Posted: Sat Jan 11, 2020 1:59 pm
by admin
Can you please share the template you are using?

Re: Rain total month/yearsum calculation

Posted: Sat Jan 11, 2020 2:38 pm
by thunderstorm
Same as here

Code: Select all

#if#{*[th0hum-avg5.0:]>0*}#then#[DD]/[MM]/[YY],[hh]:[mm],[th0temp-avg5.1:],[th0hum-avg5.0:],[th0dew-avg5.1:],[wind0wind-avg5=mph.1:],[wind0wind-max5=mph.1:],[wind0dir-avg5.0:],[rain0rate-avg5.1:],[rain0total-daysum.1:],[thb0seapress-avg5.1:],[rain0total-yearsum.1:],,,,,,,[sol0rad-avg5.0:],,#else##no data - [YY][MM][DD][hh][mm] #fi#

Re: Rain total month/yearsum calculation

Posted: Sun Jan 12, 2020 2:09 pm
by admin
This should be solved with todays update.