Skip to content

Commit

Permalink
Merge 3338388 into 2edeb22
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Nov 20, 2023
2 parents 2edeb22 + 3338388 commit aef8a19
Show file tree
Hide file tree
Showing 12 changed files with 1,890 additions and 60 deletions.
41 changes: 41 additions & 0 deletions docs/whatsnew/v0-6-0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
v0.6.0 (????)
-------------

API changes
###########

* New attribute `tsa_paramters` of `oemof.solph.EnergySystem`

New features
############

* Allow usage of aggregated timeseries by
[TSAM](https://github.com/FZJ-IEK3-VSA/tsam) module. Original timeseries is
reflected by weighting typical periods (output from TSAM) accordingly.
Thus, variable costs, full load hours, startup/shutdown costs are weighted
accordingly to occurrences of typical period in original timeseries.
Additionally, storage equations are adapted in order to respect
long-term/saisonal energy storage.

Documentation
#############

Bug fixes
#########

* Fix objective weighting for startup and shutdown costs in case of no
multi-period approach.

Testing
#######

* Added test for comparison of TSAM mode versus original mode.
Including testing of storage behaviour, variable and investment costs.

Contributors
############

* Hendrik Huyskens
* Maximilian Hillen
* Patrik Schönfeldt
* Johannes Kochems

0 comments on commit aef8a19

Please sign in to comment.