Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add iron-air battery cost using Form Energy fact sheet #149

Merged
merged 14 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from 12 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 .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

.snakemake
_build
.idea
.vscode
gurobi.log
*.log
*/__pycache__
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ energy_storage_database:
approx_beyond_2030: ["same_as_2030"] # ["geometric_series"] or ["same_as_2030"]

# remove grid connection costs from DEA for offwind because they are calculated
# seperately in pypsa-eur
# separately in pypsa-eur
offwind_no_gridcosts : true

desalination:
Expand Down
4 changes: 4 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Release Notes

* added geothermal district heating as `central geothermal-sourced heat pump` based on DEA technology catalogue ("45.1.a Geothermal DH, 1200m, E")

* added iron-air battery cost data from Form Energy

* Fix minor issues in the code


Technology-Data 0.9.2 (30 August 2024)
======================================
Expand Down
2 changes: 1 addition & 1 deletion docs/structure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This repository has the following structure:
* source (e.g. DEA, excel_file_name.xlsx)
* further description (specific assumptions, sheet name if data from a multi-sheet Excel file)

- **conifg**:
- **config**:

.. literalinclude:: ../config.yaml
:language: yaml
Expand Down
Binary file not shown.
1 change: 1 addition & 0 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ dependencies:
# for running the package
- snakemake-minimal>=8.5
- pandas>=2.1
- pypsa
- numpy
- beautifulsoup4
- xlrd
Expand Down
31 changes: 30 additions & 1 deletion inputs/manual_input.csv
Original file line number Diff line number Diff line change
Expand Up @@ -386,4 +386,33 @@ fuelwood,fuel,2050,10.5474097062402,EUR/MWhth,2010,"JRC ENSPRESO ca avg for MINB
allam,investment,2030,1500,EUR/kW,2020,Own assumption. TODO: Find better technology data and cost assumptions,
allam,VOM,2030,2,EUR/MWh,2020,Own assumption. TODO: Find better technology data and cost assumptions,
allam,efficiency,2030,0.6,p.u.,2020,Own assumption. TODO: Find better technology data and cost assumptions,
allam,lifetime,2030,30,years,2020,Own assumption. TODO: Find better technology data and cost assumptions,
allam,lifetime,2030,30,years,2020,Own assumption. TODO: Find better technology data and cost assumptions,
iron-air battery,FOM,2020,1.02185373078457,%/year,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,FOM,2025,1.02185373078457,%/year,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,FOM,2030,1,%/year,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,FOM,2035,1.10628646943421,%/year,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,FOM,2040,1.1807773334732,%/year,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,FOM,2045,1.1807773334732,%/year,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,FOM,2050,1.1807773334732,%/year,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,investment,2020,23.45,EUR/kWh,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,investment,2025,23.45,EUR/kWh,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,investment,2030,15.61,EUR/kWh,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,investment,2035,11.79,EUR/kWh,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,investment,2040,10.40,EUR/kWh,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,investment,2045,10.40,EUR/kWh,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,investment,2050,10.40,EUR/kWh,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery charge,efficiency,2020,0.70,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery charge,efficiency,2025,0.70,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery charge,efficiency,2030,0.71,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery charge,efficiency,2035,0.73,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery charge,efficiency,2040,0.74,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery charge,efficiency,2045,0.74,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery charge,efficiency,2050,0.74,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery discharge,efficiency,2020,0.59,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery discharge,efficiency,2025,0.59,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery discharge,efficiency,2030,0.60,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery discharge,efficiency,2035,0.62,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery discharge,efficiency,2040,0.63,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery discharge,efficiency,2045,0.63,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery discharge,efficiency,2050,0.63,per unit,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
iron-air battery,lifetime,2030,17.5,years,2020,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",
5 changes: 5 additions & 0 deletions outputs/costs_2020.csv
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,11 @@ industrial heat pump medium temperature,efficiency,2.55,per unit,"Danish Energy
industrial heat pump medium temperature,investment,877.2984,EUR/kW,"Danish Energy Agency, technology_data_for_industrial_process_heat.xlsx",302.a High temp. hp Up to 125 C: Nominal investment,2019.0
industrial heat pump medium temperature,lifetime,20.0,years,"Danish Energy Agency, technology_data_for_industrial_process_heat.xlsx",302.a High temp. hp Up to 125 C: Technical lifetime,2019.0
iron ore DRI-ready,commodity,97.73,EUR/t,"Model assumptions from MPP Steel Transition Tool: https://missionpossiblepartnership.org/action-sectors/steel/, accessed: 2022-12-03.","DRI ready assumes 65% iron content, requiring no additional benefication.",2020.0
iron-air battery,FOM,1.0219,%/year,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery,investment,23.45,EUR/kWh,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery,lifetime,17.5,years,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery charge,efficiency,0.7,per unit,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery discharge,efficiency,0.59,per unit,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
lignite,CO2 intensity,0.4069,tCO2/MWh_th,Entwicklung der spezifischen Kohlendioxid-Emissionen des deutschen Strommix in den Jahren 1990 - 2018,,
lignite,FOM,1.31,%/year,"Lazard's levelized cost of energy analysis - version 16.0 (2023): https://www.lazard.com/media/typdgxmm/lazards-lcoeplus-april-2023.pdf , pg. 49 (Levelized Cost of Energy - Key Assumptions), accessed: 2023-12-14.","Calculated based on average of listed range, i.e. (39.5+91.25) USD/kW_e/a /2 / (1.09 USD/EUR) / investment cost * 100. Note: Assume same costs as for hard coal, as cost structure is apparently comparable, see https://diglib.tugraz.at/download.php?id=6093e88b63f93&location=browse and https://iea.blob.core.windows.net/assets/ae17da3d-e8a5-4163-a3ec-2e6fb0b5677d/Projected-Costs-of-Generating-Electricity-2020.pdf . ",2023.0
lignite,VOM,3.2612,EUR/MWh_e,"Lazard's levelized cost of energy analysis - version 16.0 (2023): https://www.lazard.com/media/typdgxmm/lazards-lcoeplus-april-2023.pdf , pg. 49 (Levelized Cost of Energy - Key Assumptions), accessed: 2023-12-14.","Calculated based on average of listed range, i.e. (3+5.5)USD/MWh_e/2 / (1.09 USD/EUR). Note: Assume same costs as for hard coal, as cost structure is apparently comparable, see https://diglib.tugraz.at/download.php?id=6093e88b63f93&location=browse and https://iea.blob.core.windows.net/assets/ae17da3d-e8a5-4163-a3ec-2e6fb0b5677d/Projected-Costs-of-Generating-Electricity-2020.pdf . ",2023.0
Expand Down
5 changes: 5 additions & 0 deletions outputs/costs_2025.csv
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,11 @@ industrial heat pump medium temperature,efficiency,2.625,per unit,"Danish Energy
industrial heat pump medium temperature,investment,830.775,EUR/kW,"Danish Energy Agency, technology_data_for_industrial_process_heat.xlsx",302.a High temp. hp Up to 125 C: Nominal investment,2019.0
industrial heat pump medium temperature,lifetime,20.0,years,"Danish Energy Agency, technology_data_for_industrial_process_heat.xlsx",302.a High temp. hp Up to 125 C: Technical lifetime,2019.0
iron ore DRI-ready,commodity,97.73,EUR/t,"Model assumptions from MPP Steel Transition Tool: https://missionpossiblepartnership.org/action-sectors/steel/, accessed: 2022-12-03.","DRI ready assumes 65% iron content, requiring no additional benefication.",2020.0
iron-air battery,FOM,1.0219,%/year,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery,investment,23.45,EUR/kWh,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery,lifetime,17.5,years,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery charge,efficiency,0.7,per unit,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery discharge,efficiency,0.59,per unit,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
lignite,CO2 intensity,0.4069,tCO2/MWh_th,Entwicklung der spezifischen Kohlendioxid-Emissionen des deutschen Strommix in den Jahren 1990 - 2018,,
lignite,FOM,1.31,%/year,"Lazard's levelized cost of energy analysis - version 16.0 (2023): https://www.lazard.com/media/typdgxmm/lazards-lcoeplus-april-2023.pdf , pg. 49 (Levelized Cost of Energy - Key Assumptions), accessed: 2023-12-14.","Calculated based on average of listed range, i.e. (39.5+91.25) USD/kW_e/a /2 / (1.09 USD/EUR) / investment cost * 100. Note: Assume same costs as for hard coal, as cost structure is apparently comparable, see https://diglib.tugraz.at/download.php?id=6093e88b63f93&location=browse and https://iea.blob.core.windows.net/assets/ae17da3d-e8a5-4163-a3ec-2e6fb0b5677d/Projected-Costs-of-Generating-Electricity-2020.pdf . ",2023.0
lignite,VOM,3.2612,EUR/MWh_e,"Lazard's levelized cost of energy analysis - version 16.0 (2023): https://www.lazard.com/media/typdgxmm/lazards-lcoeplus-april-2023.pdf , pg. 49 (Levelized Cost of Energy - Key Assumptions), accessed: 2023-12-14.","Calculated based on average of listed range, i.e. (3+5.5)USD/MWh_e/2 / (1.09 USD/EUR). Note: Assume same costs as for hard coal, as cost structure is apparently comparable, see https://diglib.tugraz.at/download.php?id=6093e88b63f93&location=browse and https://iea.blob.core.windows.net/assets/ae17da3d-e8a5-4163-a3ec-2e6fb0b5677d/Projected-Costs-of-Generating-Electricity-2020.pdf . ",2023.0
Expand Down
5 changes: 5 additions & 0 deletions outputs/costs_2030.csv
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,11 @@ industrial heat pump medium temperature,efficiency,2.7,per unit,"Danish Energy A
industrial heat pump medium temperature,investment,784.2516,EUR/kW,"Danish Energy Agency, technology_data_for_industrial_process_heat.xlsx",302.a High temp. hp Up to 125 C: Nominal investment,2019.0
industrial heat pump medium temperature,lifetime,20.0,years,"Danish Energy Agency, technology_data_for_industrial_process_heat.xlsx",302.a High temp. hp Up to 125 C: Technical lifetime,2019.0
iron ore DRI-ready,commodity,97.73,EUR/t,"Model assumptions from MPP Steel Transition Tool: https://missionpossiblepartnership.org/action-sectors/steel/, accessed: 2022-12-03.","DRI ready assumes 65% iron content, requiring no additional benefication.",2020.0
iron-air battery,FOM,1.0,%/year,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery,investment,15.61,EUR/kWh,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery,lifetime,17.5,years,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery charge,efficiency,0.71,per unit,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery discharge,efficiency,0.6,per unit,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
lignite,CO2 intensity,0.4069,tCO2/MWh_th,Entwicklung der spezifischen Kohlendioxid-Emissionen des deutschen Strommix in den Jahren 1990 - 2018,,
lignite,FOM,1.31,%/year,"Lazard's levelized cost of energy analysis - version 16.0 (2023): https://www.lazard.com/media/typdgxmm/lazards-lcoeplus-april-2023.pdf , pg. 49 (Levelized Cost of Energy - Key Assumptions), accessed: 2023-12-14.","Calculated based on average of listed range, i.e. (39.5+91.25) USD/kW_e/a /2 / (1.09 USD/EUR) / investment cost * 100. Note: Assume same costs as for hard coal, as cost structure is apparently comparable, see https://diglib.tugraz.at/download.php?id=6093e88b63f93&location=browse and https://iea.blob.core.windows.net/assets/ae17da3d-e8a5-4163-a3ec-2e6fb0b5677d/Projected-Costs-of-Generating-Electricity-2020.pdf . ",2023.0
lignite,VOM,3.2612,EUR/MWh_e,"Lazard's levelized cost of energy analysis - version 16.0 (2023): https://www.lazard.com/media/typdgxmm/lazards-lcoeplus-april-2023.pdf , pg. 49 (Levelized Cost of Energy - Key Assumptions), accessed: 2023-12-14.","Calculated based on average of listed range, i.e. (3+5.5)USD/MWh_e/2 / (1.09 USD/EUR). Note: Assume same costs as for hard coal, as cost structure is apparently comparable, see https://diglib.tugraz.at/download.php?id=6093e88b63f93&location=browse and https://iea.blob.core.windows.net/assets/ae17da3d-e8a5-4163-a3ec-2e6fb0b5677d/Projected-Costs-of-Generating-Electricity-2020.pdf . ",2023.0
Expand Down
5 changes: 5 additions & 0 deletions outputs/costs_2035.csv
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,11 @@ industrial heat pump medium temperature,efficiency,2.75,per unit,"Danish Energy
industrial heat pump medium temperature,investment,759.6808,EUR/kW,"Danish Energy Agency, technology_data_for_industrial_process_heat.xlsx",302.a High temp. hp Up to 125 C: Nominal investment,2019.0
industrial heat pump medium temperature,lifetime,20.0,years,"Danish Energy Agency, technology_data_for_industrial_process_heat.xlsx",302.a High temp. hp Up to 125 C: Technical lifetime,2019.0
iron ore DRI-ready,commodity,97.73,EUR/t,"Model assumptions from MPP Steel Transition Tool: https://missionpossiblepartnership.org/action-sectors/steel/, accessed: 2022-12-03.","DRI ready assumes 65% iron content, requiring no additional benefication.",2020.0
iron-air battery,FOM,1.1063,%/year,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery,investment,11.79,EUR/kWh,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery,lifetime,17.5,years,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery charge,efficiency,0.73,per unit,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery discharge,efficiency,0.62,per unit,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
lignite,CO2 intensity,0.4069,tCO2/MWh_th,Entwicklung der spezifischen Kohlendioxid-Emissionen des deutschen Strommix in den Jahren 1990 - 2018,,
lignite,FOM,1.31,%/year,"Lazard's levelized cost of energy analysis - version 16.0 (2023): https://www.lazard.com/media/typdgxmm/lazards-lcoeplus-april-2023.pdf , pg. 49 (Levelized Cost of Energy - Key Assumptions), accessed: 2023-12-14.","Calculated based on average of listed range, i.e. (39.5+91.25) USD/kW_e/a /2 / (1.09 USD/EUR) / investment cost * 100. Note: Assume same costs as for hard coal, as cost structure is apparently comparable, see https://diglib.tugraz.at/download.php?id=6093e88b63f93&location=browse and https://iea.blob.core.windows.net/assets/ae17da3d-e8a5-4163-a3ec-2e6fb0b5677d/Projected-Costs-of-Generating-Electricity-2020.pdf . ",2023.0
lignite,VOM,3.2612,EUR/MWh_e,"Lazard's levelized cost of energy analysis - version 16.0 (2023): https://www.lazard.com/media/typdgxmm/lazards-lcoeplus-april-2023.pdf , pg. 49 (Levelized Cost of Energy - Key Assumptions), accessed: 2023-12-14.","Calculated based on average of listed range, i.e. (3+5.5)USD/MWh_e/2 / (1.09 USD/EUR). Note: Assume same costs as for hard coal, as cost structure is apparently comparable, see https://diglib.tugraz.at/download.php?id=6093e88b63f93&location=browse and https://iea.blob.core.windows.net/assets/ae17da3d-e8a5-4163-a3ec-2e6fb0b5677d/Projected-Costs-of-Generating-Electricity-2020.pdf . ",2023.0
Expand Down
5 changes: 5 additions & 0 deletions outputs/costs_2040.csv
Original file line number Diff line number Diff line change
Expand Up @@ -911,6 +911,11 @@ industrial heat pump medium temperature,efficiency,2.8,per unit,"Danish Energy A
industrial heat pump medium temperature,investment,735.11,EUR/kW,"Danish Energy Agency, technology_data_for_industrial_process_heat.xlsx",302.a High temp. hp Up to 125 C: Nominal investment,2019.0
industrial heat pump medium temperature,lifetime,20.0,years,"Danish Energy Agency, technology_data_for_industrial_process_heat.xlsx",302.a High temp. hp Up to 125 C: Technical lifetime,2019.0
iron ore DRI-ready,commodity,97.73,EUR/t,"Model assumptions from MPP Steel Transition Tool: https://missionpossiblepartnership.org/action-sectors/steel/, accessed: 2022-12-03.","DRI ready assumes 65% iron content, requiring no additional benefication.",2020.0
iron-air battery,FOM,1.1808,%/year,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery,investment,10.4,EUR/kWh,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery,lifetime,17.5,years,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery charge,efficiency,0.74,per unit,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
iron-air battery discharge,efficiency,0.63,per unit,"Form Energy, FormEnergy_Europe_modeling_recommendations_2023.03.pdf, p4",,2020.0
lignite,CO2 intensity,0.4069,tCO2/MWh_th,Entwicklung der spezifischen Kohlendioxid-Emissionen des deutschen Strommix in den Jahren 1990 - 2018,,
lignite,FOM,1.31,%/year,"Lazard's levelized cost of energy analysis - version 16.0 (2023): https://www.lazard.com/media/typdgxmm/lazards-lcoeplus-april-2023.pdf , pg. 49 (Levelized Cost of Energy - Key Assumptions), accessed: 2023-12-14.","Calculated based on average of listed range, i.e. (39.5+91.25) USD/kW_e/a /2 / (1.09 USD/EUR) / investment cost * 100. Note: Assume same costs as for hard coal, as cost structure is apparently comparable, see https://diglib.tugraz.at/download.php?id=6093e88b63f93&location=browse and https://iea.blob.core.windows.net/assets/ae17da3d-e8a5-4163-a3ec-2e6fb0b5677d/Projected-Costs-of-Generating-Electricity-2020.pdf . ",2023.0
lignite,VOM,3.2612,EUR/MWh_e,"Lazard's levelized cost of energy analysis - version 16.0 (2023): https://www.lazard.com/media/typdgxmm/lazards-lcoeplus-april-2023.pdf , pg. 49 (Levelized Cost of Energy - Key Assumptions), accessed: 2023-12-14.","Calculated based on average of listed range, i.e. (3+5.5)USD/MWh_e/2 / (1.09 USD/EUR). Note: Assume same costs as for hard coal, as cost structure is apparently comparable, see https://diglib.tugraz.at/download.php?id=6093e88b63f93&location=browse and https://iea.blob.core.windows.net/assets/ae17da3d-e8a5-4163-a3ec-2e6fb0b5677d/Projected-Costs-of-Generating-Electricity-2020.pdf . ",2023.0
Expand Down
Loading