Skip to content

Commit 0862c61

Browse files
committed
table and rg wind
1 parent efed4b6 commit 0862c61

File tree

2 files changed

+19
-17
lines changed

2 files changed

+19
-17
lines changed

site/Cell2FireW/data_preparation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Scott&Burgan
6767
* FireScenario was deprecated by "Live & Dead Fuel Moisture Content Scenario [1=dry..4=moist]"
6868
* There's no need to be consistent with the timestamps, but isoformat `YYYY-MM-DDTHH:MM:SS` should be followed
6969
* WIP: unifying weather formats, relying on column names instead of order to read them
70-
* Cell2Fire wind angle is reversed from normal metereological data, check [wind direction](weather) for more details.
70+
* Cell2Fire wind angle follows metereological convention, check [wind direction](weather) for more details.
7171

7272
<a href="#top">back to top</a>
7373
{: style="text-align: right;"}

site/Cell2FireW/weather.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,28 @@ How wind direction should be indicated in weather files depends of which version
1212

1313
## Wind direction in Cell2FireW version 1.0.0 or greater
1414

15-
Following the meteorological standard, wind direction is indicated by the direction from which the wind originates. For example, a north or northerly wind blows from the north to the south. The wind direction is measured in degrees, from 0º to 360º, rotating clockwise in the horizontal plane.
15+
Following the <b>meteorological standard, wind direction is indicated by the direction from which the wind originates</b>. For example, a north or northerly wind blows from the north to the south. The wind direction is measured in degrees, from 0º to 360º, rotating clockwise in the horizontal plane.
1616

17-
* Values close to 0º and 360º indicate north wind
18-
* 90º indicate east wind
19-
* 180º south wind
20-
* 270º west wind.
17+
<div style="text-align: justify;">
18+
<table>
19+
<tr>
20+
<td style="text-align: center;"><img src="img/meteo_angulos.png" alt="meteo" width="50%"></td>
21+
<td style="text-align: center;"><br>Values close to 0º and 360º indicate north wind<br>90º indicate east wind<br>180º south wind<br>270º west wind.</td>
22+
</tr>
23+
</table>
24+
</div>
2125

2226
## Wind direction in Cell2FireW versions prior to 1.0.0
2327

24-
In previous versios of Cell2FireW, the wind direction was dictated by the direction towards which the wind is blowing.
28+
In previous versions of Cell2FireW, the wind direction was dictated by the direction <b>towards</b> which the wind is blowing.
2529
It is also measured in degrees from 0° to 360°, rotating clockwise in the horizontal plane, but 0° means "South".
2630

27-
* Values close to 0° or 360° indicate south wind
28-
* 90° indicate west wind
29-
* 180° north wind
30-
* 270° east wind
31-
32-
33-
| Metereological | Cell2FireW |
34-
| --- | --- |
35-
| ![meteo](img/meteo_angulos.png)| ![angulos](img/Cell2Fire_angulos.png) |
36-
31+
<div style="text-align: justify;">
32+
<table>
33+
<tr>
34+
<td style="text-align: center;"><img src="img/Cell2Fire_angulos.png" alt="meteo" width="50%"></td>
35+
<td style="text-align: center;"><br>Values close to 0º and 360º indicate south wind<br>90º indicate west wind<br>180º north wind<br>270º east wind.</td>
36+
</tr>
37+
</table>
38+
</div>
3739

0 commit comments

Comments
 (0)