second of day (0-86399)
function sod extends Modelica.Icons.Function; input Real t; input Real hour_start = 0; input Real min_start = 0; input Real sec_start = 0; output Real y; end sod;