Merge branch 'master' of git://gitorious.org/fg/fgdata
This commit is contained in:
commit
77a55a0f4f
1 changed files with 18 additions and 4 deletions
|
@ -67,8 +67,9 @@
|
|||
|
||||
<filter>
|
||||
<!--
|
||||
transfer the sea-level temperature to each layer of
|
||||
interpolation controller.
|
||||
transfer the sea-level dewpoint to each layer of
|
||||
interpolation controller. This is most certainly
|
||||
wrong in most cases.
|
||||
-->
|
||||
<name>MetarController:dewpoint-sea-level-degc</name>
|
||||
<type>noise-spike</type>
|
||||
|
@ -111,8 +112,7 @@
|
|||
<output>/environment/config/aloft/entry[0]/visibility-m</output>
|
||||
</filter>
|
||||
|
||||
<!-- split the wind vector into it's components -->
|
||||
|
||||
<!-- interpolate the wind vector's components -->
|
||||
<filter>
|
||||
<name>MetarController:wind-from-north-fps</name>
|
||||
<type>exponential</type>
|
||||
|
@ -347,4 +347,18 @@
|
|||
<to>environment/clouds/layer[4]/coverage-type</to>
|
||||
</params>
|
||||
</filter>
|
||||
<filter>
|
||||
<name>MetarController:cloud-visibility-m</name>
|
||||
<type>exponential</type>
|
||||
<filter-time>5</filter-time>
|
||||
<enable>
|
||||
<condition>
|
||||
<property>/environment/metar/valid</property>
|
||||
<property>/environment/params/metar-updates-environment</property>
|
||||
</condition>
|
||||
</enable>
|
||||
<input>/environment/metar/clouds/layer[0]/visibility-m</input>
|
||||
<output>/environment/clouds/layer[0]/visibility-m</output>
|
||||
</filter>
|
||||
|
||||
</PropertyList>
|
||||
|
|
Loading…
Add table
Reference in a new issue