change names of buses
This commit is contained in:
parent
4d1dc2db8b
commit
ee458eeafb
@ -1867,11 +1867,11 @@ def add_biomass(n, costs):
|
|||||||
suffix=" biomass to liquid",
|
suffix=" biomass to liquid",
|
||||||
bus0=spatial.biomass.nodes,
|
bus0=spatial.biomass.nodes,
|
||||||
bus1=spatial.oil.nodes,
|
bus1=spatial.oil.nodes,
|
||||||
bus3="co2 atmosphere",
|
bus2="co2 atmosphere",
|
||||||
carrier="biomass to liquid",
|
carrier="biomass to liquid",
|
||||||
lifetime=costs.at['BtL', 'lifetime'],
|
lifetime=costs.at['BtL', 'lifetime'],
|
||||||
efficiency=costs.at['BtL', 'efficiency'],
|
efficiency=costs.at['BtL', 'efficiency'],
|
||||||
efficiency3=-costs.at['solid biomass', 'CO2 intensity'] + costs.at['BtL', 'CO2 stored'],
|
efficiency2=-costs.at['solid biomass', 'CO2 intensity'] + costs.at['BtL', 'CO2 stored'],
|
||||||
p_nom_extendable=True,
|
p_nom_extendable=True,
|
||||||
capital_cost=costs.at['BtL', 'fixed'],
|
capital_cost=costs.at['BtL', 'fixed'],
|
||||||
marginal_cost=costs.at['BtL', 'efficiency']*costs.loc["BtL", "VOM"]
|
marginal_cost=costs.at['BtL', 'efficiency']*costs.loc["BtL", "VOM"]
|
||||||
@ -1883,13 +1883,13 @@ def add_biomass(n, costs):
|
|||||||
suffix=" biomass to liquid CC",
|
suffix=" biomass to liquid CC",
|
||||||
bus0=spatial.biomass.nodes,
|
bus0=spatial.biomass.nodes,
|
||||||
bus1=spatial.oil.nodes,
|
bus1=spatial.oil.nodes,
|
||||||
bus2=spatial.co2.nodes,
|
bus2="co2 atmosphere",
|
||||||
bus3="co2 atmosphere",
|
bus3=spatial.co2.nodes,
|
||||||
carrier="biomass to liquid",
|
carrier="biomass to liquid",
|
||||||
lifetime=costs.at['BtL', 'lifetime'],
|
lifetime=costs.at['BtL', 'lifetime'],
|
||||||
efficiency=costs.at['BtL', 'efficiency'],
|
efficiency=costs.at['BtL', 'efficiency'],
|
||||||
efficiency2=costs.at['BtL', 'CO2 stored'] * costs.at['BtL', 'capture rate'],
|
efficiency2=-costs.at['solid biomass', 'CO2 intensity'] + costs.at['BtL', 'CO2 stored'] * (1 - costs.at['BtL', 'capture rate']),
|
||||||
efficiency3=-costs.at['solid biomass', 'CO2 intensity'] + costs.at['BtL', 'CO2 stored'] * (1 - costs.at['BtL', 'capture rate']),
|
efficiency3=costs.at['BtL', 'CO2 stored'] * costs.at['BtL', 'capture rate'],
|
||||||
p_nom_extendable=True,
|
p_nom_extendable=True,
|
||||||
capital_cost=costs.at['BtL', 'fixed'] + costs.at['biomass CHP capture', 'fixed'] * costs.at[
|
capital_cost=costs.at['BtL', 'fixed'] + costs.at['biomass CHP capture', 'fixed'] * costs.at[
|
||||||
"BtL", "CO2 stored"],
|
"BtL", "CO2 stored"],
|
||||||
|
Loading…
Reference in New Issue
Block a user