earthkit.meteo.wind

Wind related functions.

The API is split into two layers:

  • Low-level interfaces are in the array, xarray and fieldlist submodules.

  • High-level functions are in this module and dispatch to backend implementations based on input type.

Submodules

Functions

coriolis(…)

Compute the Coriolis parameter.

direction(…)

Compute the direction/angle of a vector quantity.

polar_to_xy(…)

Convert wind/vector data from polar representation to xy representation.

speed(…)

Compute the wind speed/vector magnitude.

w_from_omega(…)

Compute the hydrostatic vertical velocity from pressure velocity.

windrose(…)

Generate windrose data.

xy_to_polar(…)

Convert wind/vector data from xy representation to polar representation.