Skip to content

Powerplant initialization: starting costs #717

Description

@chiara-fb

Starting costs in units.powerplant.PowerPlant are initialized here as:

self.hot_start_cost = hot_start_cost * max_power

I believe the correct way should be:

self.hot_start_cost = hot_start_cost * min_power

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions