Hi,
I wanted to set the installedCap to maxCap to make sure the maximum capacity is installed. Turns out that before checking if the installed capacity is smaller than the maxCap, the maxCap is multiplied with the peak of the (normalized) timeseries (i guess to calculate the "real" maxCap.
See here:
|
if asset_dict[MAXIMUM_CAP][VALUE] is not None: |
Should't this calculation happen after the installedCapacity is checked? Or how is the user supposed to precalculate the correct installedCapacity? How can I make sure that the maxCap is installed?