Skip to content

Commit

Permalink
supply market model with necessary p_max_pu timeseries
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfmueller committed Sep 26, 2023
1 parent f154e97 commit 3f79595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etrago/execute/market_optimization.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ def build_market_model(self):

# delete following unconnected CH4 buses. why are they there?
#net.buses.drop(net.buses[net.buses.index.isin(['37865', '37870'])].index, inplace=True)

net.generators_t.p_max_pu = self.network.generators_t.p_max_pu

self.market_model = net

Expand Down

0 comments on commit 3f79595

Please sign in to comment.