Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Retrieval of 100m wind components and speed in GRIB1Retrieval of 100m wind components and speed in GRIB2


HTML
<pre>
retrieve,
  class=od,
  stream=oper,
  expver=1,
  date=-2,
  time=00:00:00,
  type=fc,
  step=0,
  <b><font color="red">levtype=sfc</font></b>,
  <b><font color="red">param=228246/228247/228249</font></b>,   <b><font color="red"># 100u/100v/100si</font></b>
  target="output_100m_winds.grib1"
<pre>



HTML
<pre>
retrieve,
  class=od,
  stream=oper,
  expver=1,
  date=-2,
  time=00:00:00,
  type=fc,
  step=0,
  <b><font color="red">levtype=hl</font></b>,      <b><font color="red"># Height level</font></b>
  <b><font color="red">levelist=100</font></b>,   <b><font color="red"># Level 100</font></b>
  <b><font color="red">param=131/132/10</font></b>,   <b><font color="red"># u/v/ws</font></b> 
  target="output_100m_winds.grib2"
<pre>


...