Skip to content

Commit

Permalink
Implemented XMAXINV as functioning constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias157 committed Jun 26, 2024
1 parent 5a3ec15 commit 1dcbbd8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base/model/Balmorelbb4.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2128,6 +2128,11 @@ QXK_UP(IY411,IRE,IRI,IS3,T)$SUM(Y$(YVALUE(Y) LE YVALUE(IY411)),IXKN(Y,IRE,IRI)).
$include "../../base/addons/_hooks/qxk_up.inc"
;


* Put a cap on the maximum accummulated transmission capacity, if a cap is specified
VXKNACCUMNET.UP(Y,IRRRE,IRRRI)$(XINVCOST(Y,IRRRE,IRRRI) AND XMAXINV(IRRRE,IRRRI))= XMAXINV(IRRRE,IRRRI);


* Accumulated endogenous transmission investments during present BB4 model -----
* Note that it is assumed that there are no endogenous decommissioning
* of previous endogenous investment (cf. QGKACCUMNET).
Expand Down

0 comments on commit 1dcbbd8

Please sign in to comment.