problem with probe correction in rainfall

Forum for english speaking users
Répondre
bufera87VV
Nouveau membre
Messages : 5
Inscription : ven. déc. 25, 2009 5:54 pm

problem with probe correction in rainfall

Message par bufera87VV »

I Antoine! i've find your useful and very good application for weather stations, compliments!
I use a stylesheet modified by another utilisator of your program who has written his code.

i've a lacrosse 3650 with the knew problem in rainfall. i put 0.515 for probes correction in relative, absolute, 1h and 24h probes, and in my sheet the value of 1h rain, max 1h rain, 24h rain, daily rain appear to be correct, but if i try to put also a code for month rain or year rain, the value is for example 200mm against 212mm. datas are taken from history.dat

those are the codes which have a good result, corresponding to real datas on the consolle.

Code : Tout sélectionner

<line text="Pioggia ultima ora   \t\t   $Current[rainfall_1h] $Unit[Rainfall]"/>
         <line text="Massima pioggia in 1 $MaxDate[rainfall_1h,ora %Hh%M] $Stats[Day,Max,rainfall_1h] $Unit[Rainfall] "/>
         <line text="Totale pioggia oggi  \t\t   $Cumul[relative_rainfall] $Unit[Rainfall]"/>
         <line text="Totale Pioggia ultime 24 ore        $Current[absolute_rainfall] $Unit[Rainfall]"/>

this is the code i would like to use for month an year rain

Code : Tout sélectionner

<line text="Totale Pioggia Annua\t\t   $Stats[Year,TotalRainfall] $Unit[Rainfall]"/>
         <line text="Total rainfall : $Current[absolute_rainfall] $Unit[Rainfall]"/>
but how i told you before, the values are under the real ones; i don't know how to resolve the problem. i tried to change the values from 0.515 for example to 0.50 to makes some trying, and after that i do reset statistics from scrath but the values on rain don't change...

i would like to ask you how can i resolve this problem... i'm interested in month and year rain... all the remaining things are perfect, you product is very very useful!

kindly waiting for your answer, have a happy Christmas!!

andrea.
Vous ne pouvez pas consulter les pièces jointes insérées à ce message.
Avatar de l’utilisateur
TiToine
Site Admin
Messages : 3356
Inscription : lun. mars 20, 2006 11:16 am
Localisation : Montréal
Contact :

Re: problem with probe correction in rainfall

Message par TiToine »

The correction should be applied only for the relative_rainfall probe. Absolute, 1h and 24h are calculated with the relative rainfall probe.
bufera87VV
Nouveau membre
Messages : 5
Inscription : ven. déc. 25, 2009 5:54 pm

Re: problem with probe correction in rainfall

Message par bufera87VV »

ok, i will try to do as you suggest.. thankyou very much! :D
Répondre