Skip to content

Commit 0b486a5

Browse files
TomKae00pre-commit-ci[bot]amos-schledorn
authored
Update DEA technology data for energy storage (#202)
* update technology data for energy storage xlsx and costs.csv, add storage temperatures for tes and change gas storage to order_data and delete add_gas_storage, since the format of xlsx version 9 changed for gas storage * correct currency years csv * small updates * update correct processing of investment costs and efficiency PTES * solved wring investment calculation of charger and discharger for gas storage charger/discharger * commit US cost * improve documentation * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update test script, since gas_storage isnt retrieved by own function anymore * update test compile cost assumptions file * fix wrong unit of FOM for pit thermal energy storage * trigger CI * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * update US costs * resolve test_helpers --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Amos Schledorn <60692940+amos-schledorn@users.noreply.github.com>
1 parent 316841e commit 0b486a5

18 files changed

Lines changed: 815 additions & 782 deletions

docs/release_notes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ Upcoming Release
2020
.. The features listed below are not released yet, but will be part of the next release!
2121
.. To use the features already you have to use the ``master`` branch.
2222
23+
* Updated DEA Energy Storage data file (technology_data_catalogue_for_energy_storage.xlsx) to the newest version 9 – costs are now given in 2020 currency year.
24+
25+
* Added storage temperatures as a parameter for central and decentral water tanks as well as for pit thermal energy storage.
26+
27+
* Integrated gas storage processing directly into the order_data function and removed the add_gas_storage function, as its data structure now matches that of the other components in the technology_data_catalogue_for_energy_storage.xlsx file.
28+
2329
* Include unit test for compile_cost_assumptions_usa.py (https://github.com/PyPSA/technology-data/pull/170)
2430

2531
* US specific folder for NREL/ATB data (https://github.com/PyPSA/technology-data/pull/172)
160 KB
Binary file not shown.

outputs/US/costs_2020.csv

Lines changed: 45 additions & 41 deletions
Large diffs are not rendered by default.

outputs/US/costs_2025.csv

Lines changed: 45 additions & 41 deletions
Large diffs are not rendered by default.

outputs/US/costs_2030.csv

Lines changed: 45 additions & 41 deletions
Large diffs are not rendered by default.

outputs/US/costs_2035.csv

Lines changed: 45 additions & 41 deletions
Large diffs are not rendered by default.

outputs/US/costs_2040.csv

Lines changed: 45 additions & 41 deletions
Large diffs are not rendered by default.

outputs/US/costs_2045.csv

Lines changed: 45 additions & 41 deletions
Large diffs are not rendered by default.

outputs/US/costs_2050.csv

Lines changed: 45 additions & 41 deletions
Large diffs are not rendered by default.

outputs/costs_2020.csv

Lines changed: 46 additions & 42 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)