Merge branch 'blast-furnace-with-cc' of github.com:PyPSA/pypsa-eur into blast-furnace-with-cc

This commit is contained in:
Fabian Neumann 2023-08-09 11:03:47 +02:00
commit 0bc7921330

View File

@ -2885,7 +2885,9 @@ def add_industry(n, costs):
p_set=p_set,
)
primary_steel = get(snakemake.config["industry"]["St_primary_fraction"], investment_year)
primary_steel = get(
snakemake.config["industry"]["St_primary_fraction"], investment_year
)
dri_steel = get(snakemake.config["industry"]["DRI_fraction"], investment_year)
bof_steel = primary_steel - dri_steel