PowerSystemDataModel icon indicating copy to clipboard operation
PowerSystemDataModel copied to clipboard

Return type of load profile

Open ckittl opened this issue 2 years ago • 1 comments

https://github.com/ie3-institute/PowerSystemDataModel/blob/74124101fccbf8cc72598ae602fd12dec980364b/src/main/java/edu/ie3/datamodel/models/input/system/LoadInput.java#L190-L192

Please consider being more precise with the return type. The load model within SIMONA, e.g. expects to get a standard load profile (which exists to distinguish known standard profiles from individual ones).

ckittl avatar Jun 06 '22 15:06 ckittl

https://github.com/ie3-institute/PowerSystemDataModel/blob/74124101fccbf8cc72598ae602fd12dec980364b/src/main/java/edu/ie3/datamodel/models/input/system/LoadInput.java#L283-L286

Needs adaption too.

ckittl avatar Jun 06 '22 16:06 ckittl

Since we now also have the ability to specify temperature dependent load profiles, this is not required anymore

sebastian-peter avatar Aug 09 '24 08:08 sebastian-peter