pypsa-meets-earth/pypsa-earth

Revise naming for load shedding

Open

#616 opened on Mar 2, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (349 forks)auto 404
good first issueimprovement

Repository metrics

Stars
 (351 stars)
PR merge metrics
 (PR metrics pending)

Description

Describe the feature you'd like to see

Currently load shedding* is represented as load generator with Load carrier:

https://github.com/pypsa-meets-earth/pypsa-earth/blob/5da36819ba1873ebbf3d1f40558137fafd2b24ed/scripts/solve_network.py#L106-L108

That leads to some confusion when analysing modeling outputs. It might be worth to revise a bit naming conventions.


*a trick needed to ensure model feasibility (@davide-f thanks a lot for very helpful and clear explanations on that!)

Contributor guide