Convert from Kelvin to degCelsius
function to_degC extends Modelica.SIunits.Icons.Conversion; input Temperature Kelvin "Kelvin value"; output NonSIunits.Temperature_degC Celsius "Celsius value"; end to_degC;