earthkit.meteo.vertical.array.geopotential_from_geopotential_height =================================================================== .. py:function:: earthkit.meteo.vertical.array.geopotential_from_geopotential_height(h) 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:: z = gh\; g where :math:`g` is the gravitational acceleration on the surface of the Earth (see :py:attr:`meteo.constants.g`)