Versions Compared

Key

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

...

  1. filter the U wind component into a variable called u (you may find it useful to use the GRIB Filter icon to do this and then drop it into the Macro Editor)
  2. filter the U V wind component into a variable called v
  3. apply the formula speed = sqrt(u*u + v*v)

  4. plot the result

...