Skip to content

Commit

Permalink
Increase capacity of gas pipes to avoid bottlnecks in the gas system
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Mar 18, 2024
1 parent da5e7f3 commit 9be7cbf
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 @@ -329,6 +329,8 @@ def build_market_model(self):
net.stores.loc[net.stores.carrier!="battery_storage", "e_cyclic"] = True
net.storage_units.cyclic_state_of_charge = True

net.links.loc[net.links.carrier=="CH4", "p_nom"] *= 1000

self.pre_market_model = net

# Set country tags for market model
Expand Down

0 comments on commit 9be7cbf

Please sign in to comment.