Skip to content

Commit

Permalink
Merge e3cfc37 into 4dd5a76
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Jan 5, 2024
2 parents 4dd5a76 + e3cfc37 commit c9385cc
Show file tree
Hide file tree
Showing 15 changed files with 2,432 additions and 92 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 c9385cc

Please sign in to comment.