2005-05-02 12:28:44 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
|
|
|
<!-- Notes:
|
|
|
|
|
2005-05-16 09:47:31 +00:00
|
|
|
This scenario puts a thunderstorm with lightning and
|
|
|
|
turbulence 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.
|
|
|
|
|
|
|
|
The AI thunderstorm contains a cylindrical zone of turbulence,
|
|
|
|
with a diameter set by <diameter-ft>, a top set by <height-msl>,
|
|
|
|
a bottom equal to <altitude> minus 1000 feet, and a strength
|
|
|
|
set by <strength-norm>. It does not interact with terrain.
|
2005-05-02 12:28:44 +00:00
|
|
|
|
|
|
|
Dave Culp, davidculp2@comcast.net
|
|
|
|
-->
|
|
|
|
|
|
|
|
<PropertyList>
|
|
|
|
|
|
|
|
<scenario>
|
|
|
|
|
|
|
|
<entry>
|
|
|
|
<type>thunderstorm</type>
|
2005-05-16 09:47:31 +00:00
|
|
|
<model>Models/Geometry/bigstorm.xml</model>
|
2005-05-02 12:28:44 +00:00
|
|
|
<latitude>37.7</latitude>
|
|
|
|
<longitude>-122.5</longitude>
|
|
|
|
<speed>25.0</speed>
|
|
|
|
<altitude>5000.0</altitude>
|
|
|
|
<heading>100.0</heading>
|
2005-05-16 09:47:31 +00:00
|
|
|
<diameter-ft>21048.0</diameter-ft>
|
|
|
|
<height-msl>38000.0</height-msl>
|
|
|
|
<strength-norm>1.0</strength-norm>
|
2005-05-02 12:28:44 +00:00
|
|
|
</entry>
|
|
|
|
|
|
|
|
</scenario>
|
|
|
|
|
|
|
|
</PropertyList>
|