Merge branch 'master' into pz-max-patch-2
This commit is contained in:
commit
545a734b7b
@ -14,6 +14,8 @@ Upcoming Release
|
|||||||
|
|
||||||
* Fix EQ constraint for the case no hydro inflow is available
|
* Fix EQ constraint for the case no hydro inflow is available
|
||||||
|
|
||||||
|
* Bugfix in the reserve constraint will increase demand related reserve requirements
|
||||||
|
|
||||||
PyPSA-Eur 0.6.1 (20th September 2022)
|
PyPSA-Eur 0.6.1 (20th September 2022)
|
||||||
=====================================
|
=====================================
|
||||||
|
|
||||||
|
@ -281,7 +281,7 @@ def add_operational_reserve_margin_constraint(n, config):
|
|||||||
).sum(1)
|
).sum(1)
|
||||||
|
|
||||||
# Total demand at t
|
# Total demand at t
|
||||||
demand = n.loads_t.p.sum(1)
|
demand = n.loads_t.p_set.sum(1)
|
||||||
|
|
||||||
# VRES potential of non extendable generators
|
# VRES potential of non extendable generators
|
||||||
capacity_factor = n.generators_t.p_max_pu[vres_i.difference(ext_i)]
|
capacity_factor = n.generators_t.p_max_pu[vres_i.difference(ext_i)]
|
||||||
|
Loading…
Reference in New Issue
Block a user