Merge pull request #833 from PyPSA/biomass-boiler-pelletizing
add biomass boiler pelletizing cost
This commit is contained in:
commit
00a8ff5e4a
@ -46,6 +46,8 @@ Upcoming Release
|
||||
|
||||
* Add VOM as marginal cost to PtX processes.
|
||||
|
||||
* Add pelletizing costs for biomass boilers.
|
||||
|
||||
* The ``mock_snakemake`` function can now be used with a Snakefile from a different directory using the new ``root_dir`` argument.
|
||||
|
||||
* Switch to using hydrogen and electricity inputs for Haber-Bosch from https://github.com/PyPSA/technology-data.
|
||||
|
@ -2331,6 +2331,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