You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is to provide provide the capability to use custom EPW files with time intervals different than 1 hour. MPCPy assumes a 1 hour time interval when creating the weather exodata object timestamps. This development will instead detect the time interval of the EPW file submitted, and adjust the exodata object accordingly.
Note that EPW files adopt an "hour-ending" format, meaning for instance that Hr 1 values represent a value from Hr 0 to Hr 1. To align better with other simulation practices, including Modelica, EPW file values are shifted one time step back so that the exodata weather object adopts an "hour-starting" format. The same will apply in this issue's development.
The text was updated successfully, but these errors were encountered:
This issue is to provide provide the capability to use custom EPW files with time intervals different than 1 hour. MPCPy assumes a 1 hour time interval when creating the weather exodata object timestamps. This development will instead detect the time interval of the EPW file submitted, and adjust the exodata object accordingly.
Note that EPW files adopt an "hour-ending" format, meaning for instance that Hr 1 values represent a value from Hr 0 to Hr 1. To align better with other simulation practices, including Modelica, EPW file values are shifted one time step back so that the exodata weather object adopts an "hour-starting" format. The same will apply in this issue's development.
The text was updated successfully, but these errors were encountered: