earthkit.meteo.vertical.array

Vertical computation functions operating on numpy arrays.

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.

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

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

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

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

hybrid_level_parameters(n_levels[, model])

Get the A and B parameters of hybrid levels for a given configuration.

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

Interpolate data from hybrid full-levels (IFS model levels) to height levels.

interpolate_hybrid_to_pressure_levels(data, target_p, ...)

Interpolate data from hybrid full-levels (IFS model 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_at_height_levels(height, t, q, sp, A, B[, ...])

Calculate the pressure at a height above the surface from model full-levels.

pressure_at_model_levels(A, B, sp[, alpha_top])

Compute pressure at model full- and half-levels.

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

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

relative_geopotential_thickness(alpha, delta, t, q)

Calculate the geopotential thickness with respect to the surface on hybrid (IFS model) full-levels.

relative_geopotential_thickness_on_hybrid_levels(t, q, ...)

Compute the geopotential thickness between the surface and hybrid full-levels (IFS model levels).

relative_geopotential_thickness_on_hybrid_levels_from_alpha_delta(t, ...)

Compute the geopotential thickness between the surface and hybrid full-levels (IFS model levels).