Enable fog/mist/haze by default, add a fog scenario
This commit is contained in:
parent
724afa3ffb
commit
01f143abc5
1 changed files with 14 additions and 1 deletions
|
@ -72,6 +72,14 @@
|
|||
<description>This is expert level. You will barely see the taxiway from the cockpit, even if you are
|
||||
on ground. Fog and light drizzle, freezing level at 1000ft.</description>
|
||||
</scenario>
|
||||
|
||||
<scenario>
|
||||
<name>Early morning fog</name>
|
||||
<metar>XXXX 012345Z 00000KT 0800 FG NCD 08/08 A3030</metar>
|
||||
<description>Fog developed this autumn's morning. Expect good visibility above the layer.
|
||||
However - getting through it can be a challenge. Stay alive for a 500' climb
|
||||
and you'll see the sun!</description>
|
||||
</scenario>
|
||||
</weather-scenarios>
|
||||
<weather-scenario>Fair weather</weather-scenario>
|
||||
<config>
|
||||
|
@ -206,7 +214,7 @@
|
|||
|
||||
<realwx>
|
||||
<metar>/environment/metar</metar>
|
||||
<!-- user NOAA for METAR (no aloft data) -->
|
||||
<!-- use NOAA for METAR (no aloft data) -->
|
||||
<data-source>noaa</data-source>
|
||||
|
||||
<!-- use http://www.navlost.eu/ for METAR and aloft data -->
|
||||
|
@ -214,6 +222,11 @@
|
|||
<enabled>true</enabled>
|
||||
</realwx>
|
||||
|
||||
<metar>
|
||||
<!-- create a low-level cloud layer for fog/mist/haze from metar -->
|
||||
<set-ground-cloud-layer type="bool">true</set-ground-cloud-layer>
|
||||
</metar>
|
||||
|
||||
<params>
|
||||
<metar-max-age-min type="long">240</metar-max-age-min>
|
||||
<metar-updates-environment type="bool">true</metar-updates-environment>
|
||||
|
|
Loading…
Add table
Reference in a new issue