Skip to content

Commit

Permalink
Remove project-specific cost assumption for DAC
Browse files Browse the repository at this point in the history
  • Loading branch information
awongel authored Mar 7, 2024
1 parent 8a460ba commit 0f37518
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions utilities/load_costs.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ def load_costs(tech_costs, config, Nyears=1.0):
costs.at["OCGT", "co2_emissions"] = costs.at["gas", "co2_emissions"]
costs.at["CCGT", "co2_emissions"] = costs.at["gas", "co2_emissions"]

costs.at["direct air capture", "energy-input"] = costs.at["direct air capture", "electricity-input"] + costs.at["direct air capture", "heat-input"]


for attr in ("marginal_cost", "capital_cost"):
overwrites = config.get(attr)
if overwrites is not None:
Expand Down

0 comments on commit 0f37518

Please sign in to comment.