Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions workflow/scripts/modify_prenetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,6 @@ def add_wasserstoff_kernnetz(n, wkn, costs):
# pipelines which are being build in total (more conservative approach)
if not wkn.empty and snakemake.params.H2_retrofit:

conversion_rate = snakemake.params.H2_retrofit_capacity_per_CH4

retrofitted_b = (
n.links.carrier == "H2 pipeline retrofitted"
) & n.links.index.str.contains(str(investment_year))
Expand All @@ -256,7 +254,6 @@ def add_wasserstoff_kernnetz(n, wkn, costs):
add_reversed_pipes(wkn),
carrier="H2",
target_attr="p_nom_max",
conversion_rate=conversion_rate,
)
n.links.loc[retrofitted_b, "p_nom_max"] = res_h2_pipes_retrofitted[
"p_nom_max"
Expand Down
Loading