earthkit.meteo.vertical ======================= .. py:module:: earthkit.meteo.vertical .. autoapi-nested-parse:: Vertical computation functions. The API is split into two levels. The low level functions are in the ``array`` submodule and they can be used to operate on numpy arrays. The high level functions are still to be developed and planned to work with objects like *earthkit.data FieldLists* or *xarray DataSets*. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/earthkit/meteo/vertical/array/index Functions --------- .. toctree:: :hidden: /autoapi/earthkit/meteo/vertical/geometric_height_from_geopotential /autoapi/earthkit/meteo/vertical/geometric_height_from_geopotential_height /autoapi/earthkit/meteo/vertical/geopotential_from_geometric_height /autoapi/earthkit/meteo/vertical/geopotential_from_geopotential_height /autoapi/earthkit/meteo/vertical/geopotential_height_from_geometric_height /autoapi/earthkit/meteo/vertical/geopotential_height_from_geopotential /autoapi/earthkit/meteo/vertical/pressure_at_height_levels /autoapi/earthkit/meteo/vertical/pressure_at_model_levels /autoapi/earthkit/meteo/vertical/relative_geopotential_thickness .. autoapisummary:: earthkit.meteo.vertical.geometric_height_from_geopotential earthkit.meteo.vertical.geometric_height_from_geopotential_height earthkit.meteo.vertical.geopotential_from_geometric_height earthkit.meteo.vertical.geopotential_from_geopotential_height earthkit.meteo.vertical.geopotential_height_from_geometric_height earthkit.meteo.vertical.geopotential_height_from_geopotential earthkit.meteo.vertical.pressure_at_height_levels earthkit.meteo.vertical.pressure_at_model_levels earthkit.meteo.vertical.relative_geopotential_thickness