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