earthkit.meteo.thermo.array.kelvin_to_celsius ============================================= .. py:function:: earthkit.meteo.thermo.array.kelvin_to_celsius(t) Convert temperature values from Kelvin to Celsius. :param t: Temperature in Kelvin units :type t: :class:`number` or :class:`array-like` :returns: Temperature in Celsius units :rtype: :class:`number` or :class:`array-like`