Skip to content

Commit b5e6004

Browse files
committed
Redefinition of the filter for pMaxNTC
1 parent 7036678 commit b5e6004

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openTEPES/openTEPES_InputData.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1294,8 +1294,8 @@ def Create_ESS_RES_Sets(mTEPES) -> None:
12941294
pHeatPipeLoInvest = pHeatPipeLoInvest.loc [mTEPES.hc]
12951295
pHeatPipeUpInvest = pHeatPipeUpInvest.loc [mTEPES.hc]
12961296

1297-
pMaxNTCBck = pMaxNTCBck.loc [mTEPES.la]
1298-
pMaxNTCFrw = pMaxNTCFrw.loc [mTEPES.la]
1297+
pMaxNTCBck = pMaxNTCBck.loc [:,mTEPES.la]
1298+
pMaxNTCFrw = pMaxNTCFrw.loc [:,mTEPES.la]
12991299

13001300
# replace very small costs by 0
13011301
pEpsilon = 1e-5 # this value in EUR/GWh is lower than the O&M variable cost of any technology, independent of the area

0 commit comments

Comments
 (0)