fixes to methanol implementation

This commit is contained in:
Fabian Neumann 2022-12-28 12:19:20 +01:00
parent 3d7c354d2b
commit 3999afdb5a
2 changed files with 27 additions and 27 deletions

View File

@ -198,7 +198,7 @@ sector:
MWh_MeOH_per_MWh_e: 3.6907 # in LHV, source: DECHEMA (2017): Low carbon energy and feedstock for the European chemical industry , pg. 64.
shipping_hydrogen_liquefaction: false # whether to consider liquefaction costs for shipping H2 demands
shipping_hydrogen_share: 0
shippint_methanol_share: 1
shipping_methanol_share: 1
shipping_oil_share: 0
shipping_methanol_efficiency: 0.46 # 10-15% higher https://www.iea-amf.org/app/webroot/files/file/Annex%20Reports/AMF_Annex_56.pdf, https://users.ugent.be/~lsileghe/documents/extended_abstract.pdf
shipping_oil_efficiency: 0.40 #For conversion of fuel oil to propulsion in 2011

View File

@ -2202,7 +2202,7 @@ def add_industry(n, costs):
unit="MWh_LHV"
)
n.madd(
n.madd("Link",
spatial.h2.locations + "methanolisation",
bus0=spatial.h2.nodes,
bus1=spatial.methanol.nodes,
@ -2231,7 +2231,7 @@ def add_industry(n, costs):
# CO2 intensity methanol based on stoichiometric calculation with 22.7 GJ/t methanol (32 g/mol), CO2 (44 g/mol), 277.78 MWh/TJ = 0.218 t/MWh
co2 = p_set_methanol / options["MWh_MeOH_per_tCO2"]
n.add("Load"
n.add("Load",
"shipping methanol emissions",
bus="co2 atmosphere",
carrier="shipping methanol emissions",