Skip to content
Merged
2 changes: 1 addition & 1 deletion docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Upcoming Release
.. The features listed below are not released yet, but will be part of the next release!
.. To use the features already you have to use the ``master`` branch.

* Add several electrolyzer technologies and fix FOM values for US-specific electrolyzer costs (https://github.com/PyPSA/technology-data/pull/222)
* 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)

`v0.12.0 <https://github.com/PyPSA/technology-data/releases/tag/v0.12.0>`__ (19th May 2025)
=======================================================================================
Expand Down
12 changes: 0 additions & 12 deletions inputs/US/manual_input_usa.csv
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,6 @@ NG Combined Cycle F-Class integrated retrofit 95%-CCS,efficiency,2030,0.536,p.u.
Alkaline electrolyzer,lifetime,2020,30,years,-,ICCT IRA e-fuels assumptions ,,,
PEM electrolyzer,lifetime,2020,30,years,-,ICCT IRA e-fuels assumptions ,,,
SOEC,lifetime,2020,30,years,-,ICCT IRA e-fuels assumptions ,,,
Alkaline electrolyzer,electricity-input,2020,1.54,p.u.,,ICCT IRA e-fuels assumptions ,,,
Alkaline electrolyzer,electricity-input,2030,1.45,p.u.,,ICCT IRA e-fuels assumptions ,,,
Alkaline electrolyzer,electricity-input,2040,1.35,p.u.,,ICCT IRA e-fuels assumptions ,,,
Alkaline electrolyzer,electricity-input,2050,1.28,p.u.,,ICCT IRA e-fuels assumptions ,,,
PEM electrolyzer,electricity-input,2020,1.59,p.u.,,ICCT IRA e-fuels assumptions ,,,
PEM electrolyzer,electricity-input,2030,1.47,p.u.,,ICCT IRA e-fuels assumptions ,,,
PEM electrolyzer,electricity-input,2040,1.41,p.u.,,ICCT IRA e-fuels assumptions ,,,
PEM electrolyzer,electricity-input,2050,1.37,p.u.,,ICCT IRA e-fuels assumptions ,,,
SOEC,electricity-input,2020,1.22,p.u.,,ICCT IRA e-fuels assumptions ,,,
SOEC,electricity-input,2030,1.19,p.u.,,ICCT IRA e-fuels assumptions ,,,
SOEC,electricity-input,2040,1.15,p.u.,,ICCT IRA e-fuels assumptions ,,,
SOEC,electricity-input,2050,1.11,p.u.,,ICCT IRA e-fuels assumptions ,,,
Alkaline electrolyzer,investment,2020,1471,USD/kW,2022,"ICCT IRA e-fuels assumptions, https://theicct.org/wp-content/uploads/2022/02/fuels-eu-cost-renew-H-produced-onsite-H-refueling-stations-europe-feb22.pdf adjusted according to DOE observations https://www.hydrogen.energy.gov/docs/hydrogenprogramlibraries/pdfs/24005-clean-hydrogen-production-cost-pem-electrolyzer.pdf?sfvrsn=8cb10889_1#:~:text=This%20Record%20shows%20that%20the,factors%20of%2050%2D75%25",Meaning of scenario and financial case: https://atb.nrel.gov/electricity/2024/definitions#scenarios,R&D,Moderate
Alkaline electrolyzer,investment,2030,1202,USD/kW,2022,"ICCT IRA e-fuels assumptions, https://theicct.org/wp-content/uploads/2022/02/fuels-eu-cost-renew-H-produced-onsite-H-refueling-stations-europe-feb22.pdf adjusted according to DOE observations https://www.hydrogen.energy.gov/docs/hydrogenprogramlibraries/pdfs/24005-clean-hydrogen-production-cost-pem-electrolyzer.pdf?sfvrsn=8cb10889_1#:~:text=This%20Record%20shows%20that%20the,factors%20of%2050%2D75%25",Meaning of scenario and financial case: https://atb.nrel.gov/electricity/2024/definitions#scenarios,R&D,Moderate
Alkaline electrolyzer,investment,2040,982,USD/kW,2022,"ICCT IRA e-fuels assumptions, https://theicct.org/wp-content/uploads/2022/02/fuels-eu-cost-renew-H-produced-onsite-H-refueling-stations-europe-feb22.pdf adjusted according to DOE observations https://www.hydrogen.energy.gov/docs/hydrogenprogramlibraries/pdfs/24005-clean-hydrogen-production-cost-pem-electrolyzer.pdf?sfvrsn=8cb10889_1#:~:text=This%20Record%20shows%20that%20the,factors%20of%2050%2D75%25",Meaning of scenario and financial case: https://atb.nrel.gov/electricity/2024/definitions#scenarios,R&D,Moderate
Expand Down
54 changes: 32 additions & 22 deletions inputs/manual_input.csv

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions outputs/US/costs_2020.csv

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions outputs/US/costs_2025.csv

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions outputs/US/costs_2030.csv

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions outputs/US/costs_2035.csv

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions outputs/US/costs_2040.csv

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions outputs/US/costs_2045.csv

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions outputs/US/costs_2050.csv

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions outputs/costs_2020.csv

Large diffs are not rendered by default.

42 changes: 21 additions & 21 deletions outputs/costs_2025.csv

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions outputs/costs_2030.csv

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions outputs/costs_2035.csv

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions outputs/costs_2040.csv

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions outputs/costs_2045.csv

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions outputs/costs_2050.csv

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions test/test_compile_cost_assumptions_usa.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,13 +381,13 @@ def test_duplicate_fuel_cost(config):
@pytest.mark.parametrize(
"year, expected",
[
(2020, (130, 9)),
(2025, (130, 9)),
(2030, (130, 9)),
(2035, (130, 9)),
(2040, (130, 9)),
(2045, (130, 9)),
(2050, (130, 9)),
(2020, (99, 9)),
(2025, (99, 9)),
(2030, (99, 9)),
(2035, (99, 9)),
(2040, (99, 9)),
(2045, (99, 9)),
(2050, (99, 9)),
],
)
def test_pre_process_manual_input_usa(config, year, expected):
Expand Down
Loading