Skip to content

Faulty error message when installedCap of an energyProduction asset equal to maximumCap #825

@Piranias

Description

@Piranias

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?

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions