earthkit.meteo.vertical.fieldlist

Vertical computation functions operating on earthkit.data FieldList objects.

Attributes

Functions

fieldlist_ufunc(func, *args, **kwargs)

geometric_height_from_geopotential(z[, R_earth])

Compute geometric height from geopotential.

geometric_height_from_geopotential_height(gh[, R_earth])

Compute geometric height from geopotential height.

geopotential_from_geometric_height(h[, R_earth])

Compute geopotential from geometric height.

geopotential_from_geopotential_height(gh)

Compute geopotential from geopotential height.

geopotential_height_from_geometric_height(h[, R_earth])

Compute geopotential height from geometric height.

geopotential_height_from_geopotential(z)

Compute geopotential height from geopotential.

geopotential_on_hybrid_levels(t, q, zs, sp[, A, B, ...])

Compute geopotential on hybrid (IFS model) full-levels.

get_hybrid_level_parameters(*args[, A, B])

height_on_hybrid_levels(t, q, zs, sp[, A, B, ...])

Compute the height on hybrid (IFS model) full-levels.

interpolate_hybrid_to_height_levels(data, target_h, t, ...)

Interpolate data from hybrid full-levels to height levels.

interpolate_hybrid_to_pressure_levels(data, target_p, sp)

Interpolate data from hybrid full-levels to pressure levels.

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

Interpolate data between the same type of monotonic coordinate levels.

interpolate_pressure_to_height_levels(data, target_h, z)

Interpolate data from pressure levels to height levels.

pressure_on_hybrid_levels(sp[, A, B, levels, ...])

Compute pressure and related parameters on hybrid (IFS model) levels.

relative_geopotential_thickness_on_hybrid_levels(t, q, sp)

Compute the geopotential thickness between the surface and hybrid full-levels.

relative_geopotential_thickness_on_hybrid_levels_from_alpha_delta(t, ...)

Compute the geopotential thickness between the surface and hybrid full-levels from alpha and delta.

surface_pressure_values(field[, copy])

Package Contents

earthkit.meteo.vertical.fieldlist.FIELD_PARAMS