Skip to content

Add initial_node_state in p.u. #1232

@datejada

Description

@datejada

For the European case study, the initial_node_state parameter should be defined as per unit, since in the investment case, the capacity is a variable and therefore the initial node state can't be defined as an absolute value.

Before implementing, please discuss with the rest of the developers on the best way to include this. I see two options:

  1. Redefined the current parameter to be in per unit instead of absolute value, and of course, modify the code accordingly. In this case, we need a migration script to translate the old value to the new definition when upgrading databases to a new version.
  2. Have two parameters, one in per unit and another in absolute values, and in then use in the constraint the max(?) of those two (or any other calculation we agree on it). Changing the code accordingly and also explaining this in the documentation very well.

I am more keen on option 1, but I am open to alternatives or other suggestions.

@aporrasc any extra comment?

Metadata

Metadata

Assignees

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