small follow-up to merge
This commit is contained in:
parent
732046dba0
commit
ad3da28117
@ -235,7 +235,6 @@ sector:
|
|||||||
|
|
||||||
|
|
||||||
industry:
|
industry:
|
||||||
# St_primary_fraction: 0.3
|
|
||||||
St_primary_fraction: # fraction of steel produced via primary route versus secondary route (scrap+EAF); today fraction is 0.6
|
St_primary_fraction: # fraction of steel produced via primary route versus secondary route (scrap+EAF); today fraction is 0.6
|
||||||
2020: 0.6
|
2020: 0.6
|
||||||
2025: 0.55
|
2025: 0.55
|
||||||
@ -254,7 +253,6 @@ industry:
|
|||||||
2050: 1
|
2050: 1
|
||||||
H2_DRI: 1.7 #H2 consumption in Direct Reduced Iron (DRI), MWh_H2,LHV/ton_Steel from 51kgH2/tSt in Vogl et al (2018) doi:10.1016/j.jclepro.2018.08.279
|
H2_DRI: 1.7 #H2 consumption in Direct Reduced Iron (DRI), MWh_H2,LHV/ton_Steel from 51kgH2/tSt in Vogl et al (2018) doi:10.1016/j.jclepro.2018.08.279
|
||||||
elec_DRI: 0.322 #electricity consumption in Direct Reduced Iron (DRI) shaft, MWh/tSt HYBRIT brochure https://ssabwebsitecdn.azureedge.net/-/media/hybrit/files/hybrit_brochure.pdf
|
elec_DRI: 0.322 #electricity consumption in Direct Reduced Iron (DRI) shaft, MWh/tSt HYBRIT brochure https://ssabwebsitecdn.azureedge.net/-/media/hybrit/files/hybrit_brochure.pdf
|
||||||
# Al_primary_fraction: 0.2 # fraction of aluminium produced via the primary route versus scrap; today fraction is 0.4
|
|
||||||
Al_primary_fraction: # fraction of aluminium produced via the primary route versus scrap; today fraction is 0.4
|
Al_primary_fraction: # fraction of aluminium produced via the primary route versus scrap; today fraction is 0.4
|
||||||
2020: 0.4
|
2020: 0.4
|
||||||
2025: 0.375
|
2025: 0.375
|
||||||
@ -272,7 +270,6 @@ industry:
|
|||||||
HVC_primary_fraction: 1.0 #fraction of current non-ammonia basic chemicals produced via primary route
|
HVC_primary_fraction: 1.0 #fraction of current non-ammonia basic chemicals produced via primary route
|
||||||
hotmaps_locate_missing: false
|
hotmaps_locate_missing: false
|
||||||
reference_year: 2015
|
reference_year: 2015
|
||||||
industry:
|
|
||||||
|
|
||||||
|
|
||||||
costs:
|
costs:
|
||||||
|
@ -1716,7 +1716,7 @@ def add_industry(n, costs):
|
|||||||
|
|
||||||
all_navigation = ["total international navigation", "total domestic navigation"]
|
all_navigation = ["total international navigation", "total domestic navigation"]
|
||||||
efficiency = options['shipping_average_efficiency'] / costs.at["fuel cell", "efficiency"]
|
efficiency = options['shipping_average_efficiency'] / costs.at["fuel cell", "efficiency"]
|
||||||
shipping_hydrogen_share = get_parameter(options['shipping_hydrogen_share'])
|
shipping_hydrogen_share = get(options['shipping_hydrogen_share'], investment_year)
|
||||||
p_set = shipping_hydrogen_share * nodal_energy_totals.loc[nodes, all_navigation].sum(axis=1) * 1e6 * efficiency / 8760
|
p_set = shipping_hydrogen_share * nodal_energy_totals.loc[nodes, all_navigation].sum(axis=1) * 1e6 * efficiency / 8760
|
||||||
|
|
||||||
n.madd("Load",
|
n.madd("Load",
|
||||||
|
Loading…
Reference in New Issue
Block a user