Changes

WeatherOperations

2,625 bytes added, 17:25, 15 March 2016
Created page with "= Weather Operations = == Logging Weather Forecasts == PoP: If the forecaster is only 50% sure that precipitation will occur, and expects that, if it does occur, it will pr..."
= Weather Operations =

== Logging Weather Forecasts ==

PoP: If the forecaster is only 50% sure that precipitation will occur, and expects that, if it does occur, it will produce measurable rain over about 80 percent of the area, the PoP (chance of rain) is 40%. (PoP = .5 x .8 which equals .4 or 40%.)<ref>www.srh.noaa.gov/ffc/?n=pop</ref>

<table width="80%" border="1">
<caption>Simple Log for Weather Forecasts</caption>
<tr>
<th>Wx Forecast Date/Time:</th>
<th>Day/Date</th>
<th>Day/Date</th>
<th>Day/Date</th>
<th>Day/Date</th>
<th>Day/Date</th>
<th>Day/Date</th>
<th>Day/Date</th>
<th>Day/Date</th>
</tr>

<tr>
<th>Temp C<br>Hi/Lo</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>

<tr>
<th>Forecast<br>Conditions</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>

<tr>
<th>Probability<br>Precipitation %</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>

<tr>
<th>Current<br>Front<br>Location</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>

<tr>
<th>Wind km/h<br>Direction</th>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>

</table>

== Logging Actual Weather Conditions ==

<table width="80%" border="1">
<caption>Simple Log for Current Weather Conditions</caption>

<tr>
<th rowspan="2">Date</th>
<th rowspan="2">Time</th>
<th rowspan="2">Temp</th>
<th rowspan="2">Relative<br>Humidity</th>
<th rowspan="2">Dew<br>Point</th>
<th rowspan="2">Barometric<br>Pressure</th>
<th colspan="2">Wind</th>
<th colspan="2">Cloud</th>
<th colspan="2">Precipitation</th>

</tr>

<tr>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th></th>
<th>Direction</th>
<th>Speed</th>
<th>Type</th>
<th>Cover</th>
<th>Type</th>
<th>Amount</th>
</tr>

<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>

<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>

<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>


</table>

== References ==