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.
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
Rain total month/yearsum calculation **solved**
Moderator: Mattk
-
- Senior Boarder
- Posts: 75
- Joined: Sun Mar 31, 2019 11:00 am
Re: Rain total month/yearsum calculation
There have been some changes in that area. Please check if just released code does solve this.
-
- Senior Boarder
- Posts: 75
- Joined: Sun Mar 31, 2019 11:00 am
Re: Rain total month/yearsum calculation
OK, I'll check once it starts raining again
-
- Senior Boarder
- Posts: 75
- Joined: Sun Mar 31, 2019 11:00 am
Re: Rain total month/yearsum calculation
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
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
Can you please share the template you are using?
-
- Senior Boarder
- Posts: 75
- Joined: Sun Mar 31, 2019 11:00 am
Re: Rain total month/yearsum calculation
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
This should be solved with todays update.