Add a bigstorm scenario from David Culp
This commit is contained in:
parent
ef0e9dd8ef
commit
c9f30cd6fb
1 changed files with 32 additions and 0 deletions
32
Data/AI/bigstorm_demo.xml
Normal file
32
Data/AI/bigstorm_demo.xml
Normal file
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0"?>
|
||||
|
||||
<!-- Notes:
|
||||
|
||||
This scenario puts a thunderstorm with lightning over San
|
||||
Francisco at 5000 feet MSL. The "bottom" of the
|
||||
thunderstorm is at 5000 feet, with parts extending above
|
||||
and rain below it. The storm is moving on a true heading
|
||||
of 100 degrees, at a ground speed of 25 knots. AI
|
||||
thunderstorms do not (yet) interact with the "user" airplane.
|
||||
It also does not interact with terrain.
|
||||
|
||||
Dave Culp, davidculp2@comcast.net
|
||||
-->
|
||||
|
||||
<PropertyList>
|
||||
|
||||
<scenario>
|
||||
|
||||
<entry>
|
||||
<type>thunderstorm</type>
|
||||
<model>Models/Weather/bigstorm.xml</model>
|
||||
<latitude>37.7</latitude>
|
||||
<longitude>-122.5</longitude>
|
||||
<speed>25.0</speed>
|
||||
<altitude>5000.0</altitude>
|
||||
<heading>100.0</heading>
|
||||
</entry>
|
||||
|
||||
</scenario>
|
||||
|
||||
</PropertyList>
|
Loading…
Add table
Reference in a new issue