From 5f9bf72d9483a8a00e6ddc9c22ff8ab400408394 Mon Sep 17 00:00:00 2001 From: ClaraBuettner Date: Wed, 18 Oct 2023 17:38:39 +0200 Subject: [PATCH] Set load_shedding genartors control to PQ 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 --- etrago/tools/utilities.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etrago/tools/utilities.py b/etrago/tools/utilities.py index d44171bc..04d9c759 100755 --- a/etrago/tools/utilities.py +++ b/etrago/tools/utilities.py @@ -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, ),