rename shipping_average_efficiency to shipping_oil_efficiency

This commit is contained in:
Fabian Neumann 2023-01-03 08:38:10 +01:00
parent 27414ac010
commit 383aef7e1c

View File

@ -2157,7 +2157,8 @@ def add_industry(n, costs):
if shipping_hydrogen_share:
efficiency = options['shipping_average_efficiency'] / costs.at["fuel cell", "efficiency"]
oil_efficiency = options.get('shipping_oil_efficiency', options.get('shipping_average_efficiency', 0.4))
efficiency = oil_efficiency / costs.at["fuel cell", "efficiency"]
shipping_hydrogen_share = get(options['shipping_hydrogen_share'], investment_year)
if options["shipping_hydrogen_liquefaction"]: