Wind Information in LIDO layout

Hi,
in the xml file, I do not find a match between the Wind information (LIDO layout) section of the <plan_html> branch and the wind given in the branch.

Is there an explanation ?
see example below

i.e

    <fix>
      <ident>TOD</ident>
      <name>TOP OF DESCENT</name>
      <type>ltlg</type>
      <frequency/>
    .....................<fir_valid_levels>2000,4000,6000,8000,10000,12000,14000,16000,18000,20000,22000,24000,26000,28000,30000,32000,34000,36000,38000,40000,43000,47000,51000,55000,59000,63000,67000</fir_valid_levels>
      <wind_data>
        <level>
          <altitude>0</altitude>
          <wind_dir>291</wind_dir>
          <wind_spd>5</wind_spd>
          <oat>28</oat>
        </level>
        <level>
          <altitude>5000</altitude>
          <wind_dir>253</wind_dir>
          <wind_spd>9</wind_spd>
          <oat>16</oat>
        </level>
        <level>
          <altitude>10000</altitude>
          <wind_dir>233</wind_dir>
          <wind_spd>15</wind_spd>
          <oat>8</oat>
        </level>
        <level>
          <altitude>14000</altitude>
          <wind_dir>246</wind_dir>
          <wind_spd>16</wind_spd>
          <oat>1</oat>
        </level>
        <level>
          <altitude>18000</altitude>
          <wind_dir>242</wind_dir>
          <wind_spd>23</wind_spd>
          <oat>-8</oat>
        </level>
        <level>
          <altitude>24000</altitude>
          <wind_dir>254</wind_dir>
          <wind_spd>27</wind_spd>
          <oat>-21</oat>
        </level>
        <level>
          <altitude>30000</altitude>
          <wind_dir>262</wind_dir>
          <wind_spd>28</wind_spd>
          <oat>-35</oat>
        </level>
        <level>
          <altitude>34000</altitude>
          <wind_dir>272</wind_dir>
          <wind_spd>32</wind_spd>
          <oat>-45</oat>
        </level>
        <level>
          <altitude>39000</altitude>
          <wind_dir>268</wind_dir>
          <wind_spd>34</wind_spd>
          <oat>-56</oat>
        </level>
        <level>
          <altitude>45000</altitude>
          <wind_dir>260</wind_dir>
          <wind_spd>26</wind_spd>
          <oat>-58</oat>
        </level>
      </wind_data>
      <fir_crossing/>
    </fix>

and the LIDO OFP

T O D
420 264/030 -57
400 266/033 -56
380 269/034 -54
360 270/033 -50
340 272/032 -45

Hi,

The wind levels in the XML are for representative altitudes from 0 to 45000 feet, whereas the winds in the LIDO OFP are shown for a more narrow range of altitudes (4000 feet above to 4000 feet below the planned cruise altitude).

You can interpolate between the XML winds to obtain the winds at an intermediate altitude, as needed.

Best regards,

Great. thank you for your answer

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.