prepare_sector: fix dac co2 input/output efficiencies
This commit is contained in:
parent
ae825d82dc
commit
ae1b83121d
@ -729,8 +729,8 @@ def add_dac(n, costs):
|
|||||||
carrier="DAC",
|
carrier="DAC",
|
||||||
capital_cost=costs.at["direct air capture", "fixed"],
|
capital_cost=costs.at["direct air capture", "fixed"],
|
||||||
efficiency=-heat_input / electricity_input,
|
efficiency=-heat_input / electricity_input,
|
||||||
efficiency2=-electricity_input,
|
efficiency2=-1 / electricity_input,
|
||||||
efficiency3=electricity_input,
|
efficiency3=1 / electricity_input,
|
||||||
p_nom_extendable=True,
|
p_nom_extendable=True,
|
||||||
lifetime=costs.at["direct air capture", "lifetime"],
|
lifetime=costs.at["direct air capture", "lifetime"],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user