Convert from second to year
function to_year extends Modelica.SIunits.Icons.Conversion; input SI.Time s "second value"; output SolarTherm.Types.Time_year year "year value"; end to_year;