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

Integrate TSAM #57

Closed
henhuy opened this issue Nov 2, 2023 · 1 comment · Fixed by #60
Closed

Integrate TSAM #57

henhuy opened this issue Nov 2, 2023 · 1 comment · Fixed by #60
Assignees
Labels
enhancement New feature or request

Comments

@henhuy
Copy link
Contributor

henhuy commented Nov 2, 2023

I thought about integrating TSAM into data_adapter, but as processes are read sequentially from adapter this is not possible.
This is only possible once we have all sequences at hand - this would be in line

periods = cls.get_periods_from_parametrized_sequences(parametrized_sequences)
of data_adapter_oemof - at this place we could start a timeseries aggregation and store aggregated timeseries into sequences folder afterwards.
Additionally, we have to read in TSAM config (from JSON?) when building datapackage and store TSAM config into datapackage at some place as well - second step is addressed in oemof/oemof-tabular#138.

@henhuy henhuy added the enhancement New feature or request label Nov 2, 2023
@nailend
Copy link
Contributor

nailend commented Nov 10, 2023

Check out the first draft for the tabular input format in folder dispatch_multi_period_tsam/data/tsam here.
The parameter occurences will be omitted, as discussed with @henhuy.
What do you think?

@FelixMau FelixMau linked a pull request Nov 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants