earthkit.meteo.vertical.xarray

Vertical computation functions operating on xarray objects.

Classes

TargetCoordinates

Target Coordinates.

Functions

geometric_height_from_geopotential(z[, R_earth])

Compute the geometric height from geopotential.

geometric_height_from_geopotential_height(gh[, R_earth])

Compute the geometric height from geopotential height.

geopotential_from_geometric_height(h[, R_earth])

Compute the geopotential from geometric height.

geopotential_from_geopotential_height(gh)

Compute geopotential height from geopotential.

geopotential_height_from_geometric_height(h[, R_earth])

Compute the geopotential height from geometric height.

geopotential_height_from_geopotential(z)

Compute geopotential height from geopotential.

interpolate_monotonic(data, coord, target_coord[, ...])

Interpolate a field to isolevels of a monotonic target field.

interpolate_sleve_to_coord_levels(data, h, coord, ...)

Interpolate a field from sleve levels to coordinates w.r.t. an arbitrary field.

interpolate_sleve_to_theta_levels(data, h, theta, ...)

Interpolate a field from sleve levels to potential temperature coordinates.

interpolate_to_pressure_levels(data, p, target_p[, ...])

Interpolate a field to pressure coordinates.

xarray_ufunc(func, *args, **kwargs)