add retrofitting costs from technology-data
This commit is contained in:
parent
006a68b3cf
commit
6507526d22
@ -1053,7 +1053,7 @@ def add_storage(n, costs):
|
|||||||
p_nom_max=h2_pipes.pipe_capacity_MW * options["H2_retrofit_capacity_per_CH4"],
|
p_nom_max=h2_pipes.pipe_capacity_MW * options["H2_retrofit_capacity_per_CH4"],
|
||||||
p_nom_extendable=True,
|
p_nom_extendable=True,
|
||||||
length=h2_pipes.length_km,
|
length=h2_pipes.length_km,
|
||||||
capital_cost=costs.at['H2 (g) pipeline','fixed'] * h2_pipes.length_km * 0.3, # TODO
|
capital_cost=costs.at['H2 (g) pipeline repurposed', 'fixed'] * h2_pipes.length_km,
|
||||||
type=gas_pipes.num_parallel,
|
type=gas_pipes.num_parallel,
|
||||||
tags=h2_pipes.id,
|
tags=h2_pipes.id,
|
||||||
carrier="H2 pipeline retrofitted",
|
carrier="H2 pipeline retrofitted",
|
||||||
|
Loading…
Reference in New Issue
Block a user