Add ISA METAR scenario
Required commit in flightgear branch for temperature calculation
This commit is contained in:
parent
92f5c2b6ee
commit
11820f6493
3 changed files with 19 additions and 0 deletions
|
@ -38,6 +38,12 @@
|
||||||
<tile-management>METAR</tile-management>
|
<tile-management>METAR</tile-management>
|
||||||
</local-weather>
|
</local-weather>
|
||||||
</scenario>
|
</scenario>
|
||||||
|
<scenario>
|
||||||
|
<id type="string">isa</id>
|
||||||
|
<name type="string">International Standard Atmosphere</name>
|
||||||
|
<metar type="string">XXXX 012345Z 00000KT 19SM SKC 15/M99 Q1013 NOSIG</metar>
|
||||||
|
<description type="string">A standard atmosphere model for testing and calibrating aircraft performance and design.</description>
|
||||||
|
</scenario>
|
||||||
<scenario>
|
<scenario>
|
||||||
<id type="string">core-high-pressure-region</id>
|
<id type="string">core-high-pressure-region</id>
|
||||||
<name type="string">Core high pressure region</name>
|
<name type="string">Core high pressure region</name>
|
||||||
|
|
|
@ -320,6 +320,17 @@
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
|
<key n="105">
|
||||||
|
<name>i</name>
|
||||||
|
<desc>Weather Scenario = International Standard Atmosphere</desc>
|
||||||
|
<binding>
|
||||||
|
<command>nasal</command>
|
||||||
|
<script>
|
||||||
|
set_weather_scenario_multikey("International Standard Atmosphere");
|
||||||
|
</script>
|
||||||
|
</binding>
|
||||||
|
</key>
|
||||||
|
|
||||||
<key n="72">
|
<key n="72">
|
||||||
<name>H</name>
|
<name>H</name>
|
||||||
<desc>Weather Scenario = Core high pressure region</desc>
|
<desc>Weather Scenario = Core high pressure region</desc>
|
||||||
|
|
|
@ -9,6 +9,8 @@ in that script. -->
|
||||||
<live-data-desc>Fetch live weather data for your nearest airport from noaa.gov. You need a working internet connection. Weather is generated automatically, once a valid METAR is received.</live-data-desc>
|
<live-data-desc>Fetch live weather data for your nearest airport from noaa.gov. You need a working internet connection. Weather is generated automatically, once a valid METAR is received.</live-data-desc>
|
||||||
<manual-input-name>Manual input</manual-input-name>
|
<manual-input-name>Manual input</manual-input-name>
|
||||||
<manual-input-desc>Enter your favorite METAR weather. A valid METAR syntax is required.</manual-input-desc>
|
<manual-input-desc>Enter your favorite METAR weather. A valid METAR syntax is required.</manual-input-desc>
|
||||||
|
<isa-name>International Standard Atmosphere</isa-name>
|
||||||
|
<isa-desc>A standard atmosphere model for testing and calibrating aircraft performance and design.</isa-desc>
|
||||||
<core-high-pressure-region-name>Core high pressure region</core-high-pressure-region-name>
|
<core-high-pressure-region-name>Core high pressure region</core-high-pressure-region-name>
|
||||||
<core-high-pressure-region-desc>The center of a high pressure region, characterized by descending air and hence only weak cloud development with high visibility.</core-high-pressure-region-desc>
|
<core-high-pressure-region-desc>The center of a high pressure region, characterized by descending air and hence only weak cloud development with high visibility.</core-high-pressure-region-desc>
|
||||||
<high-pressure-region-name>High pressure region</high-pressure-region-name>
|
<high-pressure-region-name>High pressure region</high-pressure-region-name>
|
||||||
|
|
Loading…
Reference in a new issue