Omitting unnecessary constraints on the CHP units (#155)

* Omitting unnecessary constraints on the CHP units

All CHPs in pypsa-eur-sec are operating on the backpressure line and this set of extra constraints to ensure working in the operational space of the CHPs is hence not necessary at the moment.

* remove chp constraints function call
This commit is contained in:
Leon 2021-08-04 09:20:09 +02:00 committed by GitHub
parent 3a6a1f90ab
commit 85111e2ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,6 @@ def add_chp_constraints(n):
def extra_functionality(n, snapshots):
add_chp_constraints(n)
add_battery_constraints(n)