- 14 jun 2017, 14:12
#69703
Voor de liefhebbers en nog voor het seizoen van de waarschuwingen.
Demo: in de linker kolom onder het menu op http://weer.sluispark.be/
Installatie:
Plaats de map firedanger/ in de hoofdmap van uw website
Aanroep op de plaats waar het plaatje moet komen
De parameters zijn:
$TEMP => de naam van de variabele met de huidige temperatuur, in Leuven-Template dus $ws['tempAct']
$HUM => idem de variabele met de huidige luchtvochtigheid ($ws['humiAct']).
U kunt eerst testen zoals op mijn weersite met
http://weer.sluispark.be/firedanger/tes ... nl&fwuom=c
Veel plezier. Ik zal de documentatie op een rustig moment maken.
Wim
Demo: in de linker kolom onder het menu op http://weer.sluispark.be/
Installatie:
Plaats de map firedanger/ in de hoofdmap van uw website
Aanroep op de plaats waar het plaatje moet komen
Code: Selecteer alles
echo '<p style="border: none;"><img src="./firedanger/testit.php?fwtemp='.$TEMP.'&fwhum='.$HUM.'&lang='.$lang.'&fwuom=c"
alt="CBI"/></p><br />'.PHP_EOL;
De parameters zijn:
$TEMP => de naam van de variabele met de huidige temperatuur, in Leuven-Template dus $ws['tempAct']
$HUM => idem de variabele met de huidige luchtvochtigheid ($ws['humiAct']).
U kunt eerst testen zoals op mijn weersite met
http://weer.sluispark.be/firedanger/tes ... nl&fwuom=c
Veel plezier. Ik zal de documentatie op een rustig moment maken.
Wim
The Chandler Burning Index (CBI) uses the air temperature and relative humidity to calculate a numerical index of fire danger. That number is then equated to the Fire Danger severity of either extreme, very high, high, moderate, or low. It's based solely on weather conditions, with no adjustment for fuel moisture. The CBI is calculated from the current weather conditions and reflects the current calculated fire danger. The National Weather Service calculates a 30 day Chandler Burning Index based on forecasted weather conditions for the month. The monthly fire potential is represented by a modified version of the Chandler Burning Index (CBI). CBI provides a measure of the effects of average monthly temperature and humidity on fire intensity and rate of spread (not the same as NFDRS rate of spread). Both the intensity and spread components of the Index are linearly related to temperature (an increase in temperature results in a proportionately higher Index), but are exponentially related to humidity (a small decrease in humidity results in a large increase in the Index). The modified version of the Chandler Burning Index is computed from:
CBI = (((110 - 1.373*RH) - 0.54 * (10.20 - T)) * (124 * 10**(-0.0142*RH)))/60
where:
RH = forecast monthly mean afternoon relative humidity (percent)
T = forecast monthly mean afternoon temperature (degrees Celsius)
The Chandler Burning Index has been shown to be highly correlated with monthly fire activity.