Merge pull request #772 from PyPSA/land-transport-oil
madd oil generator to bus EU oil
This commit is contained in:
commit
065a49c2d7
@ -1556,14 +1556,7 @@ def add_land_transport(n, costs):
|
|||||||
)
|
)
|
||||||
|
|
||||||
if ice_share > 0:
|
if ice_share > 0:
|
||||||
if "oil" not in n.buses.carrier.unique():
|
add_carrier_buses(n, "oil")
|
||||||
n.madd(
|
|
||||||
"Bus",
|
|
||||||
spatial.oil.nodes,
|
|
||||||
location=spatial.oil.locations,
|
|
||||||
carrier="oil",
|
|
||||||
unit="MWh_LHV",
|
|
||||||
)
|
|
||||||
|
|
||||||
ice_efficiency = options["transport_internal_combustion_efficiency"]
|
ice_efficiency = options["transport_internal_combustion_efficiency"]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user