You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transfer the capability for representing already existing infrastructure, just like in sister model urbs. Implementation: all process and transmission capacity variables must be doubled (cap_total and cap_new). Then, an attribute installed_capacity must be added to the relevant model entities, while adding a new constraint
cap_total = installed_capacity + cap_new
Investment costs then must only occur for cap_new, while all capacity-dependent fix costs must incur for cap_total. Caveat: possible complications with the binary decision variables must be thought through before writing code.
The text was updated successfully, but these errors were encountered:
Transfer the capability for representing already existing infrastructure, just like in sister model urbs. Implementation: all process and transmission capacity variables must be doubled (
cap_total
andcap_new
). Then, an attributeinstalled_capacity
must be added to the relevant model entities, while adding a new constraintInvestment costs then must only occur for
cap_new
, while all capacity-dependent fix costs must incur forcap_total
. Caveat: possible complications with the binary decision variables must be thought through before writing code.The text was updated successfully, but these errors were encountered: