Versions Compared

Key

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

...

The third argument specifies a sorting direction. This can be a string (">" or "<") or a list ([">", "<", ">",...]). If it is a string, the sorting direction it specifies applies to all sorting keys specified in the second argument. If it is a list, then the second argument must also be a list with the same number of elements - the sorting directions apply to each sorting key specified.


Anchor
speed
speed
fieldset speed (u: fieldset, v: fieldset)

New in Metview version 5.14.0.

Computes the wind speed from the u and v wind components.

The resulting values are speed values in the same units as the input fields. A missing value in either u or v will result in a missing value in the corresponding place in the output fieldset. The ecCodes paramId in the output is set as follows:

    • 10 (atmospheric wind speed)
    • 207 (10m wind speed)
    • 228249 (100m wind speed)
    • 228241 (200m wind speed)

In any other cases the ecCodes paramId is set to 10.


Anchor
stdev
stdev
fieldset stdev ( fieldset )

...