Skip to content

Commit

Permalink
Merge pull request #833 from PyPSA/biomass-boiler-pelletizing
Browse files Browse the repository at this point in the history
add biomass boiler pelletizing cost
  • Loading branch information
fneum authored Jan 3, 2024
2 parents 850e208 + 4988e77 commit 00a8ff5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions scripts/prepare_sector_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
)

Expand Down

0 comments on commit 00a8ff5

Please sign in to comment.