what is the beaufort scale
The Beaufort scale is a system for describing wind strength based on its observed effects on the sea and on land, rather than just on exact instrument readings. It runs from 0 (calm) to 12 (hurricane-force winds) and is still widely used in marine forecasts and outdoor activities today.
What the Beaufort scale is
- The Beaufort scale is an empirical wind scale, meaning it links wind speed to what you can actually see happening (waves, trees moving, spray, etc.).
- It was developed in the early 1800s by Admiral Sir Francis Beaufort of the British Royal Navy to help sailors estimate wind force at sea in a consistent way.
How the numbers work
- The scale typically goes from 0 to 12, called “forces”:
- 0: Calm (sea like a mirror; smoke rises vertically).
* 3–4: Gentle to moderate breeze (small waves; leaves and small branches move).
* 6–7: Strong breeze to near gale (large branches move; difficult to walk against wind).
* 8–9: Gale to severe gale (twigs break off trees; slight structural damage).
* 10–12: Storm to hurricane (trees uprooted; widespread structural damage; at sea, very high waves and heavy spray).
- Each force corresponds to a range of wind speeds in knots or mph; for example, Force 8 (Gale) is roughly 34–40 knots (39–46 mph).
Sea vs. land descriptions
- For each Beaufort number, there are two classic descriptions: one for sea and one for land.
- At sea, the focus is on wave height, whitecaps, and spray; on land, the focus is on how wind affects trees, flags, smoke, and buildings.
Why it is still useful
- The Beaufort scale is helpful when instruments are unavailable: sailors, hikers, and outdoor workers can estimate wind force just by observing surroundings.
- Meteorological agencies still reference it in marine bulletins and educational material because it offers an intuitive, visual way to understand wind intensity.
Quick HTML table of typical forces
html
<table>
<thead>
<tr>
<th>Beaufort force</th>
<th>Name</th>
<th>Approx. wind speed (knots)</th>
<th>Typical land effect</th>
</tr>
</thead>
<tbody>
<tr>
<td>0</td>
<td>Calm</td>
<td>0–1</td>
<td>Smoke rises vertically</td>
</tr>
<tr>
<td>3</td>
<td>Gentle breeze</td>
<td>7–10</td>
<td>Leaves and small twigs in constant motion</td>
</tr>
<tr>
<td>5</td>
<td>Fresh breeze</td>
<td>17–21</td>
<td>Small trees in leaf begin to sway</td>
</tr>
<tr>
<td>8</td>
<td>Gale</td>
<td>34–40</td>
<td>Twigs break off trees; walking impeded</td>
</tr>
<tr>
<td>10</td>
<td>Storm</td>
<td>48–55</td>
<td>Trees uprooted; considerable structural damage</td>
</tr>
<tr>
<td>12</td>
<td>Hurricane</td>
<td>64–71</td>
<td>Widespread damage; very dangerous conditions</td>
</tr>
</tbody>
</table>
Information gathered from public forums or data available on the internet and portrayed here.