Skip to content

Commit

Permalink
Set load_shedding genartors control to PQ
Browse files Browse the repository at this point in the history
This happens within the pf_post_lopf anyhow. But before, the change was only done for the aggregated and not the disaggregated network which resulted into problems when disaggregating
  • Loading branch information
ClaraBuettner committed Oct 18, 2023
1 parent 9b63c4a commit 5f9bf72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etrago/tools/utilities.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ def load_shedding(self, temporal_disaggregation=False, **kwargs):
p_nom=p_nom,
carrier="load shedding",
bus=network.buses.index,
control="PQ",
),
index=index,
),
Expand Down

0 comments on commit 5f9bf72

Please sign in to comment.