PowerSystemDataModel
PowerSystemDataModel copied to clipboard
Provides an elaborated data model to model energy systems with a high granularity e.g. for bottom-up simulations. Additionally, useful functionalities to handle the model i/o are provided as well.
Resolves #543 Resolves #572
Resolves #975 Resolves #981
Note MS: This is just a temporal branch for some changes I work on. This branch should **not** be merged.
with #378 we expect transformer susceptance to be negative. Thus the documentation should be adapted accordingly.
See [simona#800](https://github.com/ie3-institute/simona/issues/800) as well
Similarly to #543, `WeatherSource` can be enhanced with an interface method (and implementations) that provide all data ticks available (after some starting date).
As discussed in https://github.com/ie3-institute/simona/pull/98#discussion_r793536276, the interface and corresponding implementations of `edu.ie3.datamodel.io.source.TimeSeriesSource` should be enhanced with a method that returns all activation ticks for a time series (after a given time):...