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:
parent
3a6a1f90ab
commit
85111e2ae3
@ -151,7 +151,6 @@ def add_chp_constraints(n):
|
||||
|
||||
|
||||
def extra_functionality(n, snapshots):
|
||||
add_chp_constraints(n)
|
||||
add_battery_constraints(n)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user