earthkit.meteo.wind.fieldlist

Wind related functions operating on earthkit.data FieldList objects.

Functions

coriolis(data)

Compute the Coriolis parameter.

direction(u, v[, convention, to_positive])

Compute the direction/angle of a vector quantity.

fieldlist_ufunc(func, *args, **kwargs)

polar_to_xy(magnitude, direction[, convention])

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

pressure_from_metadata(fields)

Infer pressure in Pa from field metadata.

speed(u, v)

Compute the wind speed/vector magnitude.

w_from_omega(omega, t[, p])

Compute the hydrostatic vertical velocity from pressure velocity, temperature and pressure.

xy_to_polar(x, y[, convention])

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