Skip to content

Commit

Permalink
revert efficiency for FT
Browse files Browse the repository at this point in the history
  • Loading branch information
GbotemiB authored Dec 21, 2024
1 parent c37002c commit ff83efd
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 @@ -172,7 +172,7 @@ def H2_liquid_fossil_conversions(n, costs):
bus2=spatial.co2.nodes,
bus3=spatial.nodes,
carrier="Fischer-Tropsch",
efficiency=1 / costs.at["Fischer-Tropsch", "hydrogen-input"],
efficiency=costs.at["Fischer-Tropsch", "efficiency"],
capital_cost=costs.at["Fischer-Tropsch", "fixed"]
* costs.at[
"Fischer-Tropsch", "efficiency"
Expand Down

0 comments on commit ff83efd

Please sign in to comment.