earthkit.meteo.vertical.array.geopotential_height_from_geopotential =================================================================== .. py:function:: earthkit.meteo.vertical.array.geopotential_height_from_geopotential(z) Compute geopotential height from geopotential. :param z: Geopotential (m2/s2) :type z: :class:`array-like` :returns: Geopotential height (m) :rtype: :class:`array-like` The computation is based on the following definition: .. math:: gh = \frac{z}{g} where :math:`g` is the gravitational acceleration on the surface of the Earth (see :py:attr:`meteo.constants.g`)