Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
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
6 changes: 6 additions & 0 deletions docs/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ 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.

* 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.

* Added storage temperatures as a parameter for central and decentral water tanks as well as for pit thermal energy storage.

* 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.

* Include unit test for compile_cost_assumptions_usa.py (https://github.com/PyPSA/technology-data/pull/170)

* US specific folder for NREL/ATB data (https://github.com/PyPSA/technology-data/pull/172)
Expand Down
Binary file modified inputs/technology_data_catalogue_for_energy_storage.xlsx
Binary file not shown.
86 changes: 45 additions & 41 deletions outputs/US/costs_2020.csv

Large diffs are not rendered by default.

86 changes: 45 additions & 41 deletions outputs/US/costs_2025.csv

Large diffs are not rendered by default.

86 changes: 45 additions & 41 deletions outputs/US/costs_2030.csv

Large diffs are not rendered by default.

86 changes: 45 additions & 41 deletions outputs/US/costs_2035.csv

Large diffs are not rendered by default.

86 changes: 45 additions & 41 deletions outputs/US/costs_2040.csv

Large diffs are not rendered by default.

86 changes: 45 additions & 41 deletions outputs/US/costs_2045.csv

Large diffs are not rendered by default.

86 changes: 45 additions & 41 deletions outputs/US/costs_2050.csv

Large diffs are not rendered by default.

88 changes: 46 additions & 42 deletions outputs/costs_2020.csv

Large diffs are not rendered by default.

88 changes: 46 additions & 42 deletions outputs/costs_2025.csv

Large diffs are not rendered by default.

88 changes: 46 additions & 42 deletions outputs/costs_2030.csv

Large diffs are not rendered by default.

88 changes: 46 additions & 42 deletions outputs/costs_2035.csv

Large diffs are not rendered by default.

88 changes: 46 additions & 42 deletions outputs/costs_2040.csv

Large diffs are not rendered by default.

88 changes: 46 additions & 42 deletions outputs/costs_2045.csv

Large diffs are not rendered by default.

88 changes: 46 additions & 42 deletions outputs/costs_2050.csv

Large diffs are not rendered by default.

Loading