.. _pott_p_icon: pott_p =============================================== .. container:: .. container:: leftside .. image:: /_static/POTTF.png :width: 48px .. container:: rightside Computes the potential temperature for GRIB data on pressure levels. .. note:: This function performs the same task as the **Potential Temperature** icon in Metview’s :ref:`user interface `. It accepts its parameters as keyword arguments, described below. .. py:function:: pott_p(**kwargs) Computes the potential temperature for GRIB data on pressure levels. :param temperature: Specifies the temperature GRIB fields on pressure levels. :type temperature: :class:`Fieldset` :rtype: :class:`Fieldset` .. mv-minigallery:: pott_p