biomass_boiler: add pelletizing cost

This commit is contained in:
Fabian Neumann 2023-09-13 10:49:54 +02:00
parent f81886e422
commit 37df47110c

View File

@ -2333,6 +2333,7 @@ def add_biomass(n, costs):
efficiency=costs.at["biomass boiler", "efficiency"], efficiency=costs.at["biomass boiler", "efficiency"],
capital_cost=costs.at["biomass boiler", "efficiency"] capital_cost=costs.at["biomass boiler", "efficiency"]
* costs.at["biomass boiler", "fixed"], * costs.at["biomass boiler", "fixed"],
marginal_cost=costs.at["biomass boiler", "pelletizing cost"],
lifetime=costs.at["biomass boiler", "lifetime"], lifetime=costs.at["biomass boiler", "lifetime"],
) )