PwsFWI: Difference between revisions

132 bytes added ,  05:49, 26 March 2021
Line 49: Line 49:


== Inner working ==
== Inner working ==
The inner working is simply running through the daylist from the day where the user chooses to start: minimal 30 or higher if analysis is on. For each day an entry in the pwsFWI list is created and the following values are calculated (see [https://meteo-wagenborgen.nl/wp/2019/08/19/an-effort-for-a-simpler-fire-weather-index/ An effort for a simpler fire weather index]):
The software is simply running through the daylist from the day where the user chooses to start: minimal 30 or higher if analysis is on. For each day an entry in the pwsFWI list is created and the following values are calculated (see [https://meteo-wagenborgen.nl/wp/2019/08/19/an-effort-for-a-simpler-fire-weather-index/ An effort for a simpler fire weather index]):
#The P<sub>sat</sub> using the August Roch equation
#The saturation pressure of the water vapour (P<sub>sat</sub>) using the August Roch equation
#The Vapor Pressure Deficit
#The Vapor Pressure Deficit (VPD)
#The dayvalue for the pwsFWI by taking the product of the VPD and the windspeed.
#The dayvalue for the pwsFWI by taking the product of the VPD and the windspeed.
#This pwdFWI fluctuates pretty strong so some smoothing is done when taking rain over the previous five days into account which dampens the fluctuations up and down
#This pwdFWI can fluctuate pretty strong between days so some smoothing is done when averaging the pwsFWI value and take the rain days over the previous five days into account which dampens the fluctuations up and down.


The result is the pwsFWI value for that specific day.
The result is the pwsFWI value for that specific day.
Line 59: Line 59:
The output is then generated with the calculated list.
The output is then generated with the calculated list.


The value which is used for the user to display - the Current value - can be set to be today or yesterday (default) according to the value of the inifile parameter ''CurrentIndexDay''. Yesterday is the default because that is the last complete and thus known (true) day. Today is still to be measured and therefore is a prediction.
The value which is used for the user to display - the Current value - can be set to be today or yesterday (default) according to the value of the inifile parameter ''CurrentIndexDay''. Yesterday is the default because that is the last complete day and thus (true) day. Today is still to be measured and therefore is a prediction.


For the output the chosen format is used with a warning level 5 or 6 depending  on the choice of the user. 5 means a maximum warning level of Extreme (fire danger) and 6 means a maximum warning level of Catastrophic. Catastrophic has been added in Autralia some years ago. The warning levels have been calibrated (non-scientifically) during the first year and were correct according to other systems.
For the output the chosen format is used with a warning level 5 or 6 depending  on the choice of the user. 5 means a maximum warning level of '''Extreme''' fire danger and 6 means a maximum warning level of '''Catastrophic'''. '''Catastrophic''' has been added as a warning level in Australia some years ago. The warning levels have been calibrated (non-scientifically) during the first year and were correct according to other systems.


[[Category:CumulusUtils]]
[[Category:CumulusUtils]]