remove link to co2 atmosphere

This commit is contained in:
lisazeyen 2022-08-04 17:42:57 +02:00
parent 65aaa3d188
commit 289c252688

View File

@ -1529,10 +1529,8 @@ def add_heat(n, costs):
p_nom_extendable=True, p_nom_extendable=True,
bus0=spatial.biomass.df.loc[nodes[name], "nodes"].values, bus0=spatial.biomass.df.loc[nodes[name], "nodes"].values,
bus1=nodes[name] + f" {name} heat", bus1=nodes[name] + f" {name} heat",
bus2="co2 atmosphere",
carrier=name + " biomass boiler", carrier=name + " biomass boiler",
efficiency=costs.at['biomass boiler', 'efficiency'], efficiency=costs.at['biomass boiler', 'efficiency'],
efficiency2=costs.at['solid biomass', 'CO2 intensity']-costs.at['solid biomass', 'CO2 intensity'],
capital_cost=costs.at['biomass boiler', 'efficiency'] * costs.at['biomass boiler', 'fixed'], capital_cost=costs.at['biomass boiler', 'efficiency'] * costs.at['biomass boiler', 'fixed'],
lifetime=costs.at['biomass boiler', 'lifetime'] lifetime=costs.at['biomass boiler', 'lifetime']
) )