Skip to content

Commit 033881b

Browse files
add generic electrolyzer kinds + correct electrolyzer FOM US (#222)
* add generic electrolyzer kinds + correct electrolyzer FOM US * update release notes * update unit tests after removing fossil- and biomass-based H2 production from manual_inputs_usa * fix units for coal gasification and biomass-based H2 production * address review * add blue hydrogen production and heavy oil partial oxidation * update unit tests * distinguish medium and large electrolyzer, add note on PEM lifetime * update currency year * remove unnecessary lock files
1 parent 2f8417c commit 033881b

18 files changed

+1193
-481
lines changed

docs/release_notes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Upcoming Release
1616
.. The features listed below are not released yet, but will be part of the next release!
1717
.. To use the features already you have to use the ``master`` branch.
1818
19+
* Add several H2 production technologies (generic cost assumptions), fix FOM values and rename of efficiency to electricity-input in US cost assumptions for US-specific electrolyzer costs (https://github.com/PyPSA/technology-data/pull/222)
20+
1921
`v0.12.0 <https://github.com/PyPSA/technology-data/releases/tag/v0.12.0>`__ (19th May 2025)
2022
=======================================================================================
2123

inputs/US/manual_input_usa.csv

Lines changed: 54 additions & 110 deletions
Large diffs are not rendered by default.

inputs/manual_input.csv

Lines changed: 122 additions & 0 deletions
Large diffs are not rendered by default.

outputs/US/costs_2020.csv

Lines changed: 78 additions & 52 deletions
Large diffs are not rendered by default.

outputs/US/costs_2025.csv

Lines changed: 78 additions & 52 deletions
Large diffs are not rendered by default.

outputs/US/costs_2030.csv

Lines changed: 78 additions & 52 deletions
Large diffs are not rendered by default.

outputs/US/costs_2035.csv

Lines changed: 78 additions & 52 deletions
Large diffs are not rendered by default.

outputs/US/costs_2040.csv

Lines changed: 78 additions & 52 deletions
Large diffs are not rendered by default.

outputs/US/costs_2045.csv

Lines changed: 78 additions & 52 deletions
Large diffs are not rendered by default.

outputs/US/costs_2050.csv

Lines changed: 78 additions & 52 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)