Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ Upcoming Release

* The "currency_year" column will now reflect the inflation adjusted currency year instead of the original currency year of the input data. (https://github.com/PyPSA/technology-data/pull/275)

* Add cost assumptions for water network infrastructure: water pipeline HDPE and water pipeline booster pump (https://github.com/PyPSA/technology-data/pull/277)

`v0.14.0 <https://github.com/PyPSA/technology-data/releases/tag/v0.14.0>`__ (13th February 2026)

* Changed currency year from 2020 to 2025 for all cost assumptions using updated Eurostat inflation rates. (https://github.com/PyPSA/technology-data/pull/263)
Expand Down
9 changes: 8 additions & 1 deletion inputs/manual_input.csv
Original file line number Diff line number Diff line change
Expand Up @@ -737,4 +737,11 @@ oil,fuel,2020,21.3,EUR/MWh,2020,"World Bank (2025) Commodity Markets, https://ww
oil,fuel,2025,34.2,EUR/MWh,2025,"World Bank (2025) Commodity Markets, https://www.worldbank.org/en/research/commodity-markets","average monthly prices, 1 MWh = 0.564 BBL, 0.836 USD/EUR, +5% markup for heavy oil"
oil,fuel,2030,34.7,EUR/MWh,2021,"ENTSO-E & ENTSOG TYNDP 2024 Scenarios Inputs Commodity Prices, https://2024-data.entsos-tyndp-scenarios.eu/files/scenarios-inputs/Prices.zip, accessed: 2026-02-03.","Based on IEA 2022 (APS) data, 3.6 GJ/MWh, heavy oil, modelled from crude oil price (+5%)"
oil,fuel,2040,33.6,EUR/MWh,2021,"ENTSO-E & ENTSOG TYNDP 2024 Scenarios Inputs Commodity Prices, https://2024-data.entsos-tyndp-scenarios.eu/files/scenarios-inputs/Prices.zip, accessed: 2026-02-03.","Based on IEA 2022 (APS) data, 3.6 GJ/MWh, heavy oil, modelled from crude oil price (+5%)"
oil,fuel,2050,32.5,EUR/MWh,2021,"ENTSO-E & ENTSOG TYNDP 2024 Scenarios Inputs Commodity Prices, https://2024-data.entsos-tyndp-scenarios.eu/files/scenarios-inputs/Prices.zip, accessed: 2026-02-03.","Based on IEA 2022 (APS) data, 3.6 GJ/MWh, heavy oil, modelled from crude oil price (+5%)"
oil,fuel,2050,32.5,EUR/MWh,2021,"ENTSO-E & ENTSOG TYNDP 2024 Scenarios Inputs Commodity Prices, https://2024-data.entsos-tyndp-scenarios.eu/files/scenarios-inputs/Prices.zip, accessed: 2026-02-03.","Based on IEA 2022 (APS) data, 3.6 GJ/MWh, heavy oil, modelled from crude oil price (+5%)"
HDPE water pipeline,investment,2023,1588,EUR/(m^3-H2O/h)/km,2023,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf -> Based on pipe diamter 171.65mm and 16 Bars with flow 34.71 kg/s. Considered mass flow rate for 1000 MW Electrolyzer",High-density polyethylene (HDPE) water pipeline cost
HDPE water pipeline,FOM,2023,5,%/year,2023,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",
HDPE water pipeline,lifetime,2023,50,years,2023,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",
Comment on lines +741 to +743

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Please rename it to "water pipeline HDPE", i.e. that the name reflects broader category -> diameter -> material details. So some of the info that you put in the details should also go into the name

  • Can you add the figure where you extracted the data from in the report? (Probably figure 4-7?) and the date when you accessed the publication.

  • The currency year should be 2022 instead of 2023, can you confirm/check?

  • Are there any insights about the technology year of this data, whether this is from 1981 (like the pump station data)? Else we can keep it as 2023

water booster pump,investment,2023,4775,EUR/kW,2023,"Calculated based on HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",Cost of water booster pump per horsepower

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar points as for the technology above:

  • rename to something like "water pipeline booster pump"
  • Exact location where the info is taken from the publication (I couldn't locate the origin of the data from the pub)
  • It seems like the publication uses a formula with a scaling exponent != 1, so if you make an assumption on the HP of the pump, add this assumptions and ideally also the calculation to the details.
  • Check technology (1981?) and currency year (2022)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @doneachh and @euronion . I was the one working on this for the PR. So the source of the costs come from the formula (17) in : https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf

And the original sourcce of the formula comes from this report: https://www.countyofmonterey.gov/home/showdocument?id=18882

Where the 15570 USD are from 1981. So I used this formula to convert this number with a constant inflation of 2%:

Pump investment in millions Eur

invest_pumping_station = pump_station_cost_kw(
    power_kw=power_kW,
    usd_to_eur=snakemake.params.costs["default_exchange_rate"],
    a=35768, # 15570 # 35768 with inflation 2% 1981 till 2023
    b=0.558,
)

And the pump_station_cost_kw function is:

def pump_station_cost_kw(power_kw, usd_to_eur, a=35768, b=0.558):

Calculate pump station investment cost from installed power in kW.

Parameters:
-----------
power_kw : float or array
    Installed pump power in kW.
a : float
    Cost factor in Eur/HP (default 35768). Source: Inflation a2023=15570(1.02)**42≈35,768 USD/HP in https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf).
b : float
    Scaling exponent (default 0.558) Source: 1+b = 1-0.442 in https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf).
usd_to_eur : float
    Conversion rate from USD to EUR .

Returns:
--------
cost_eur : float or array
    Pump station cost in million EUR.

# Convert kW to HP
power_hp = power_kw / 0.7457

# Cost formula in USD
cost_usd = a * (power_hp ** b)

# Convert to EUR
cost_eur = cost_usd * usd_to_eur

# Return cost in million EUR
return cost_eur / 1e6

So technology (1981) and currency year (2023)

water booster pump,FOM,2023,2,%/year,2023,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",
water booster pump,lifetime,2023,30,years,2023,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",
Comment on lines +745 to +746

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see points above :)

water booster pump,efficiency,2023,0.765,per unit,2023,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Efficiency is not clear for this technology.

Minimum: Add to the details what the efficiency unit is
Ideally: Change the unit to something more clear, maybe m3 water per kWh or something?

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @euronion . The efficiency here is taken from the same source by multiplying the motor efficiency wiith the pump efficiency: 0.85 x 0.9=0.765

Image

I guess we can consider the unit to be m3 water per kWh

7 changes: 7 additions & 0 deletions outputs/US/costs_2020.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1038,6 +1038,9 @@ H2 production solid biomass steam reforming,electricity-input,0.044,MWh_el/MWh_H
H2 production solid biomass steam reforming,investment,750.0063,EUR/kW,"JRC, 01_JRC-EU-TIMES Full model, https://zenodo.org/records/3544900, file `SubRES_15_TECHS_HYDROGEN.xlsx` (SBIOH2RC01, H2 Production-Biomass Steam Reforming, centralized) and currency year from file `SubRES_15_TECHS_HYDROGEN.xlsx`, Sheet `INPUT-Data(HP)`",,2025.0,,
H2 production solid biomass steam reforming,lifetime,20.0,years,"JRC, 01_JRC-EU-TIMES Full model, https://zenodo.org/records/3544900, file `SubRES_15_TECHS_HYDROGEN.xlsx` (SBIOH2RC01, H2 Production-Biomass Steam Reforming, centralized) and currency year from file `SubRES_15_TECHS_HYDROGEN.xlsx`, Sheet `INPUT-Data(HP)`",,,,
H2 production solid biomass steam reforming,wood-input,1.36,MWh_wood/MWh_H2,"JRC, 01_JRC-EU-TIMES Full model, https://zenodo.org/records/3544900, file `SubRES_15_TECHS_HYDROGEN.xlsx` (SBIOH2RC01, H2 Production-Biomass Steam Reforming, centralized) and currency year from file `SubRES_15_TECHS_HYDROGEN.xlsx`, Sheet `INPUT-Data(HP)`",,,,
HDPE water pipeline,FOM,5.0,%/year,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
HDPE water pipeline,investment,1670.0202,EUR/(m^3-H2O/h)/km,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf -> Based on pipe diamter 171.65mm and 16 Bars with flow 34.71 kg/s. Considered mass flow rate for 1000 MW Electrolyzer",High-density polyethylene (HDPE) water pipeline cost,2025.0,,
HDPE water pipeline,lifetime,50.0,years,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
HVAC overhead,FOM,1.5,%,"Danish Energy Agency, Technology Data for Energy Transport (July 2025), https://ens.dk/en/analyses-and-statistics/technology-data-transport-energy, Excel datasheet: 1.6 el trans OH.",,2025.0,,
HVAC overhead,investment,750.0,EUR/MW/km,"Danish Energy Agency, Technology Data for Energy Transport (July 2025), https://ens.dk/en/analyses-and-statistics/technology-data-transport-energy, Excel datasheet: 1.6 el trans OH.",,2025.0,,
HVAC overhead,lifetime,40.0,years,"Danish Energy Agency, Technology Data for Energy Transport (July 2025), https://ens.dk/en/analyses-and-statistics/technology-data-transport-energy, Excel datasheet: 1.6 el trans OH.",,2025.0,,
Expand Down Expand Up @@ -4419,5 +4422,9 @@ waste CHP CC,efficiency,0.2021,per unit,"Danish Energy Agency, inputs/technology
waste CHP CC,efficiency-heat,0.7635,per unit,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx","08 WtE CHP, Large, 50 degree: Heat efficiency, net, annual average",2015.0,,
waste CHP CC,investment,11458.118,EUR/kW_e,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx","08 WtE CHP, Large, 50 degree: Nominal investment ",2025.0,,
waste CHP CC,lifetime,25.0,years,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx","08 WtE CHP, Large, 50 degree: Technical lifetime",2015.0,,
water booster pump,FOM,2.0,%/year,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
water booster pump,efficiency,0.765,per unit,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
water booster pump,investment,5021.6288,EUR/kW,"Calculated based on HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",Cost of water booster pump per horsepower,2025.0,,
water booster pump,lifetime,30.0,years,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
water tank charger,efficiency,0.9,per unit,HP, from old pypsa cost assumptions,2015.0,,
water tank discharger,efficiency,0.9,per unit,HP, from old pypsa cost assumptions,2015.0,,
7 changes: 7 additions & 0 deletions outputs/US/costs_2025.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,9 @@ H2 production solid biomass steam reforming,electricity-input,0.044,MWh_el/MWh_H
H2 production solid biomass steam reforming,investment,750.0063,EUR/kW,"JRC, 01_JRC-EU-TIMES Full model, https://zenodo.org/records/3544900, file `SubRES_15_TECHS_HYDROGEN.xlsx` (SBIOH2RC01, H2 Production-Biomass Steam Reforming, centralized) and currency year from file `SubRES_15_TECHS_HYDROGEN.xlsx`, Sheet `INPUT-Data(HP)`",,2025.0,,
H2 production solid biomass steam reforming,lifetime,20.0,years,"JRC, 01_JRC-EU-TIMES Full model, https://zenodo.org/records/3544900, file `SubRES_15_TECHS_HYDROGEN.xlsx` (SBIOH2RC01, H2 Production-Biomass Steam Reforming, centralized) and currency year from file `SubRES_15_TECHS_HYDROGEN.xlsx`, Sheet `INPUT-Data(HP)`",,,,
H2 production solid biomass steam reforming,wood-input,1.36,MWh_wood/MWh_H2,"JRC, 01_JRC-EU-TIMES Full model, https://zenodo.org/records/3544900, file `SubRES_15_TECHS_HYDROGEN.xlsx` (SBIOH2RC01, H2 Production-Biomass Steam Reforming, centralized) and currency year from file `SubRES_15_TECHS_HYDROGEN.xlsx`, Sheet `INPUT-Data(HP)`",,,,
HDPE water pipeline,FOM,5.0,%/year,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
HDPE water pipeline,investment,1670.0202,EUR/(m^3-H2O/h)/km,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf -> Based on pipe diamter 171.65mm and 16 Bars with flow 34.71 kg/s. Considered mass flow rate for 1000 MW Electrolyzer",High-density polyethylene (HDPE) water pipeline cost,2025.0,,
HDPE water pipeline,lifetime,50.0,years,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
HVAC overhead,FOM,1.5,%,"Danish Energy Agency, Technology Data for Energy Transport (July 2025), https://ens.dk/en/analyses-and-statistics/technology-data-transport-energy, Excel datasheet: 1.6 el trans OH.",,2025.0,,
HVAC overhead,investment,750.0,EUR/MW/km,"Danish Energy Agency, Technology Data for Energy Transport (July 2025), https://ens.dk/en/analyses-and-statistics/technology-data-transport-energy, Excel datasheet: 1.6 el trans OH.",,2025.0,,
HVAC overhead,lifetime,40.0,years,"Danish Energy Agency, Technology Data for Energy Transport (July 2025), https://ens.dk/en/analyses-and-statistics/technology-data-transport-energy, Excel datasheet: 1.6 el trans OH.",,2025.0,,
Expand Down Expand Up @@ -4489,5 +4492,9 @@ waste CHP CC,efficiency,0.2051,per unit,"Danish Energy Agency, inputs/technology
waste CHP CC,efficiency-heat,0.7627,per unit,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx","08 WtE CHP, Large, 50 degree: Heat efficiency, net, annual average",2015.0,,
waste CHP CC,investment,11146.0038,EUR/kW_e,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx","08 WtE CHP, Large, 50 degree: Nominal investment ",2025.0,,
waste CHP CC,lifetime,25.0,years,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx","08 WtE CHP, Large, 50 degree: Technical lifetime",2015.0,,
water booster pump,FOM,2.0,%/year,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
water booster pump,efficiency,0.765,per unit,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
water booster pump,investment,5021.6288,EUR/kW,"Calculated based on HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",Cost of water booster pump per horsepower,2025.0,,
water booster pump,lifetime,30.0,years,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
water tank charger,efficiency,0.9,per unit,HP, from old pypsa cost assumptions,2015.0,,
water tank discharger,efficiency,0.9,per unit,HP, from old pypsa cost assumptions,2015.0,,
7 changes: 7 additions & 0 deletions outputs/US/costs_2030.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1074,6 +1074,9 @@ H2 production solid biomass steam reforming,electricity-input,0.044,MWh_el/MWh_H
H2 production solid biomass steam reforming,investment,750.0063,EUR/kW,"JRC, 01_JRC-EU-TIMES Full model, https://zenodo.org/records/3544900, file `SubRES_15_TECHS_HYDROGEN.xlsx` (SBIOH2RC01, H2 Production-Biomass Steam Reforming, centralized) and currency year from file `SubRES_15_TECHS_HYDROGEN.xlsx`, Sheet `INPUT-Data(HP)`",,2025.0,,
H2 production solid biomass steam reforming,lifetime,20.0,years,"JRC, 01_JRC-EU-TIMES Full model, https://zenodo.org/records/3544900, file `SubRES_15_TECHS_HYDROGEN.xlsx` (SBIOH2RC01, H2 Production-Biomass Steam Reforming, centralized) and currency year from file `SubRES_15_TECHS_HYDROGEN.xlsx`, Sheet `INPUT-Data(HP)`",,,,
H2 production solid biomass steam reforming,wood-input,1.36,MWh_wood/MWh_H2,"JRC, 01_JRC-EU-TIMES Full model, https://zenodo.org/records/3544900, file `SubRES_15_TECHS_HYDROGEN.xlsx` (SBIOH2RC01, H2 Production-Biomass Steam Reforming, centralized) and currency year from file `SubRES_15_TECHS_HYDROGEN.xlsx`, Sheet `INPUT-Data(HP)`",,,,
HDPE water pipeline,FOM,5.0,%/year,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
HDPE water pipeline,investment,1670.0202,EUR/(m^3-H2O/h)/km,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf -> Based on pipe diamter 171.65mm and 16 Bars with flow 34.71 kg/s. Considered mass flow rate for 1000 MW Electrolyzer",High-density polyethylene (HDPE) water pipeline cost,2025.0,,
HDPE water pipeline,lifetime,50.0,years,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
HVAC overhead,FOM,1.5,%,"Danish Energy Agency, Technology Data for Energy Transport (July 2025), https://ens.dk/en/analyses-and-statistics/technology-data-transport-energy, Excel datasheet: 1.6 el trans OH.",,2025.0,,
HVAC overhead,investment,750.0,EUR/MW/km,"Danish Energy Agency, Technology Data for Energy Transport (July 2025), https://ens.dk/en/analyses-and-statistics/technology-data-transport-energy, Excel datasheet: 1.6 el trans OH.",,2025.0,,
HVAC overhead,lifetime,40.0,years,"Danish Energy Agency, Technology Data for Energy Transport (July 2025), https://ens.dk/en/analyses-and-statistics/technology-data-transport-energy, Excel datasheet: 1.6 el trans OH.",,2025.0,,
Expand Down Expand Up @@ -4681,5 +4684,9 @@ waste CHP CC,efficiency,0.2081,per unit,"Danish Energy Agency, inputs/technology
waste CHP CC,efficiency-heat,0.7619,per unit,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx","08 WtE CHP, Large, 50 degree: Heat efficiency, net, annual average",2015.0,,
waste CHP CC,investment,10833.8897,EUR/kW_e,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx","08 WtE CHP, Large, 50 degree: Nominal investment ",2025.0,,
waste CHP CC,lifetime,25.0,years,"Danish Energy Agency, inputs/technology_data_for_el_and_dh.xlsx","08 WtE CHP, Large, 50 degree: Technical lifetime",2015.0,,
water booster pump,FOM,2.0,%/year,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
water booster pump,efficiency,0.765,per unit,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
water booster pump,investment,5021.6288,EUR/kW,"Calculated based on HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",Cost of water booster pump per horsepower,2025.0,,
water booster pump,lifetime,30.0,years,"HYPAT_WP_Water-Supply-for-Electrolysis-Plants, https://hypat.de/hypat-wAssets/docs/new/publikationen/HYPAT_WP_Water-Supply-for-Electrolysis-Plants.pdf",,2023.0,,
water tank charger,efficiency,0.9,per unit,HP, from old pypsa cost assumptions,2015.0,,
water tank discharger,efficiency,0.9,per unit,HP, from old pypsa cost assumptions,2015.0,,
Loading