Convert from Joule to mega Watt hour
function to_MWh extends Modelica.SIunits.Icons.Conversion; input SI.Energy J "Joule value"; output SolarTherm.Types.Energy_MWh MWh "MWh value"; end to_MWh;