Skip to content

Commit

Permalink
Merge pull request #57 from euronion/fix/paper-review
Browse files Browse the repository at this point in the history
Update based on comment from paper review
  • Loading branch information
euronion committed Jun 30, 2022
2 parents 869434b + d3c6344 commit 8b929e0
Show file tree
Hide file tree
Showing 16 changed files with 741 additions and 579 deletions.
3 changes: 2 additions & 1 deletion Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ rule compile_cost_assumptions:
dea_storage = "inputs/technology_data_catalogue_for_energy_storage.xlsx",
dea_generation = "inputs/technology_data_for_el_and_dh.xlsx",
dea_heating = "inputs/technologydatafor_heating_installations_marts_2018.xlsx",
dea_industrial = "inputs/technology_data_for_industrial_process_heat_0002.xlsx",
dea_industrial = "inputs/technology_data_for_industrial_process_heat.xlsx",
dea_ccts = "inputs/technology_data_for_carbon_capture_transport_storage.xlsx",
manual_input = "inputs/manual_input.csv"
output:
expand("outputs/costs_{year}.csv", year = config["years"])
Expand Down
57 changes: 57 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,63 @@
Release Notes
##########################################

Upcoming Release
================

* **WARNING**: For some technologies the units used were changed. Check for correct usage in automatic workflows.
* **WARNING**: The technology name "Haber-Bosch synthesis" was changed to "Haber-Bosch" for consistency.

* Updated technology data datasheets from DEA:
- Industrial Process Heat (Version 11/2021)
- Carbon Capture, Transport and Storage (Version 11/2021)
- Renewable Fuels (Version 04/2022)

* Updated technologies (based on reviewer comments and subsequent investigation): (cf.`Pull Request #57 <https://github.com/PyPSA/technology-data/pull/57>`_)
- Methanation:
+ Less optimistic number from report comparing multiple sources (incl. the source of the original number)
- Fischer-Tropsch:
+ Mature technology (Hydrogen + Syngas to FTFs)
+ Account for economies of scale (previous numbers for very small installations)
+ Do not take value from DEA which is more focues on integrated Power-To-Liquid plant with low integration TRL
+ Use same value for Fischer-Tropsch and Methanolisation based on source report
+ Remove VOM for FTF, not reported in many sources and DEA numbers not reproduceable with original source
- Methanolisation:
+ Mature technology (Hydrogen + CO2 to MeOH)
+ Account for economies of scale (previous numbers for very small installations)
+ Do not take value from DEA which is more focues on integrated Power-To-Liquid plant with low integration TRL
+ Use same value for Fischer-Tropsch and Methanolisation based on source report
- Ammonia cracker:
+ Mixed existing/new technology with existing large plants (for different purpose)
+ Consider plant size: Higher scale up based on previously considered reference with expected economies of scale
- H2 liquefaction:
+ Consider larger plant sizes based on recent IRENA report leading to economies of scale
+ added: lower 2050 value
+ Match plant size to other similar facility sizes (LOHC hydrogenation) in repository
- H2 evaporation:
+ Previous value for very small-scale dispensing station
+ Consider larger plant sizes based on recent IRENA report leading to economies of scale
+ added: lower 2050 value
+ Match plant size to other similar facility sizes (LOHC dehydrogenation) in repository
- LOHC hydrogenation:
+ Small change in investment value due to change in caluclation method
- LOHC dehydrogenation:
+ Same calulcation method as LOHC hydrogenation applied
+ Larger facility considered with resulting economies of scale
+ Distinguishing between "LOHC dehydrogenation (small scale)" e.g. a hydrogen refueling station,
and "LOHC dehydrogenation" for large scale applications like large scale hydrogen imports
- Haber-Bosch:
+ Use numbers based on DEA
- air separation unit:
+ Use numbers based on DEA from Haber-Bosch ammonia plant for consistency
- CH4 liquefaction:
+ Fix cost, similar to issue already reported in issue #54 and PR #55
- HVAC overhead
+ Add correct source attribution
- HVDC overhead:
+ Add correct source attribution
- HVDC inverter pair:
+ Add correct source attribution

Technology-Data 0.3.0 (1 October 2021)
===========================================

Expand Down
12 changes: 0 additions & 12 deletions inputs/costs_PyPSA.csv
Original file line number Diff line number Diff line change
Expand Up @@ -204,18 +204,6 @@ decentral solar thermal,2030,lifetime,20,years,HP
central solar thermal,2030,FOM,1.4,%/year,HP
central solar thermal,2030,investment,140000,EUR/1000m2,HP
central solar thermal,2030,lifetime,20,years,HP
HVAC overhead,2030,investment,400,EUR/MW/km,Hagspiel
HVAC overhead,2030,lifetime,40,years,Hagspiel
HVAC overhead,2030,FOM,2,%/year,Hagspiel
HVDC overhead,2030,investment,400,EUR/MW/km,Hagspiel
HVDC overhead,2030,lifetime,40,years,Hagspiel
HVDC overhead,2030,FOM,2,%/year,Hagspiel
HVDC submarine,2030,investment,2000,EUR/MW/km,Own analysis of European submarine HVDC projects since 2000
HVDC submarine,2030,lifetime,40,years,Hagspiel
HVDC submarine,2030,FOM,2,%/year,Hagspiel
HVDC inverter pair,2030,investment,150000,EUR/MW,Hagspiel
HVDC inverter pair,2030,lifetime,40,years,Hagspiel
HVDC inverter pair,2030,FOM,2,%/year,Hagspiel
electricity distribution grid,2030,investment,500,EUR/kW,TODO
electricity distribution grid,2030,lifetime,40,years,TODO
electricity distribution grid,2030,FOM,2,%/year,TODO
Expand Down
Binary file modified inputs/data_sheets_for_renewable_fuels.xlsx
Binary file not shown.

0 comments on commit 8b929e0

Please sign in to comment.