biomass_boiler: add pelletizing cost
This commit is contained in:
parent
f81886e422
commit
37df47110c
@ -2333,6 +2333,7 @@ def add_biomass(n, costs):
|
||||
efficiency=costs.at["biomass boiler", "efficiency"],
|
||||
capital_cost=costs.at["biomass boiler", "efficiency"]
|
||||
* costs.at["biomass boiler", "fixed"],
|
||||
marginal_cost=costs.at["biomass boiler", "pelletizing cost"],
|
||||
lifetime=costs.at["biomass boiler", "lifetime"],
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user