bug fix: ICE efficiency for land transport was applied twice
This was overestimating ICE oil demand by factor 1/0.3.
This commit is contained in:
parent
bbf9ca2d9b
commit
2d323d1b87
@ -1613,7 +1613,6 @@ def add_land_transport(n, costs):
|
||||
bus1=spatial.oil.land_transport,
|
||||
bus2="co2 atmosphere",
|
||||
carrier="land transport oil",
|
||||
efficiency=ice_efficiency,
|
||||
efficiency2=costs.at["oil", "CO2 intensity"],
|
||||
p_nom_extendable=True,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user