...
- 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) - filter the U V wind component into a variable called
v apply the formula
speed = sqrt(u*u + v*v)- plot the result
...