Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/integrate tsam seg objwei reviewed #1006

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
46ad397
add example for tsam use
MaxHiDLR Oct 4, 2023
6d13e19
add aggregate time series in _helpers
MaxHiDLR Oct 4, 2023
5cdf1f2
add basic_example csv
MaxHiDLR Oct 4, 2023
2aeb2d8
add example for tsam use
MaxHiDLR Oct 4, 2023
52c4d1c
add basic_example csv
MaxHiDLR Oct 4, 2023
e24f1d1
functions to generate correct objective weighting for cost function a…
MaxHiDLR Oct 9, 2023
a97fd46
added objetive weighting fo model
MaxHiDLR Oct 9, 2023
89d1f5e
add plot SOC for example5
MaxHiDLR Oct 9, 2023
fc8d150
add no investment storage example for simpler debugging
MaxHiDLR Oct 9, 2023
faea667
correct inter_storage_level equation
MaxHiDLR Oct 9, 2023
c0828ba
revert "correction" inter_storage_level equation
MaxHiDLR Oct 10, 2023
72cd17f
add initial inter storage level = 0
MaxHiDLR Oct 11, 2023
ef417a8
updated no investment example, so loadprofiles force use of long term…
MaxHiDLR Oct 12, 2023
6603677
extended timeindex to delete manual initializing of timeincrement
MaxHiDLR Oct 13, 2023
f8d378a
v7 added as reference example with new tsam structure
MaxHiDLR Oct 30, 2023
df5dc92
tsam weighting and functions added to energy system
MaxHiDLR Oct 30, 2023
5ab4d58
tsam weighting added to models
MaxHiDLR Oct 30, 2023
8f8739c
tsam_weighting_objective_weighting and time_increment added to cost f…
MaxHiDLR Oct 30, 2023
d22d030
Fix default init of objective and tsam weighting
henhuy Oct 31, 2023
f73c792
Remove internal tsam aggregation
henhuy Oct 31, 2023
42c49ec
Move tsam weighting init into TSAM block
henhuy Oct 31, 2023
d13b231
Remove inter storage set to zero at start of each period
henhuy Oct 31, 2023
3f96b71
Apply tsam weighting to flow equations
henhuy Nov 1, 2023
c898de0
Add whatsnew file for TSAM feature
henhuy Nov 1, 2023
c406161
Fix TSAM weighting factors
henhuy Nov 1, 2023
e4434e9
Add test for full load hours and variable costs in TSAM mode
henhuy Nov 1, 2023
7df596e
Remove testing examples
henhuy Nov 1, 2023
689af8f
remove basic TSAm example; move TSAM invest example into TSAM test fo…
henhuy Nov 1, 2023
ee89e69
Remove TSAM function from helpers
henhuy Nov 1, 2023
fa59306
Fix linting errors
henhuy Nov 1, 2023
d80fe6a
Fix black errors
henhuy Nov 1, 2023
251542b
Fix non-TSAM storage balance equation
henhuy Nov 1, 2023
ef75a5a
Fix obejective weighting in case no timeincrement is set
henhuy Nov 1, 2023
565540b
Fix linting error
henhuy Nov 1, 2023
aabc649
Fix latex in docstring
henhuy Nov 1, 2023
7523123
Fix latex in docstring
henhuy Nov 1, 2023
995cdb2
Fix import order
henhuy Nov 1, 2023
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
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

This file was deleted.

Loading
Loading