Convert from second to hour
function to_hour extends Modelica.SIunits.Icons.Conversion; input Time s "second value"; output NonSIunits.Time_hour hour "hour value"; end to_hour;