Skip to content

Commit

Permalink
fix MtK VOM (updated) (PyPSA#1376)
Browse files Browse the repository at this point in the history
  • Loading branch information
p-glaum authored Oct 22, 2024
1 parent 7a4a7c7 commit 49ca406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ def add_methanol_to_kerosene(n, costs):
suffix=f" {tech}",
carrier=tech,
capital_cost=capital_cost,
marginal_cost=costs.at[tech, "VOM"],
marginal_cost=costs.at[tech, "VOM"] / costs.at[tech, "methanol-input"],
bus0=spatial.methanol.nodes,
bus1=spatial.oil.kerosene,
bus2=spatial.h2.nodes,
Expand Down

0 comments on commit 49ca406

Please sign in to comment.