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

Refine timeindex #1081

Open
1 of 6 tasks
p-snft opened this issue Jun 12, 2024 · 0 comments
Open
1 of 6 tasks

Refine timeindex #1081

p-snft opened this issue Jun 12, 2024 · 0 comments
Assignees

Comments

@p-snft
Copy link
Member

p-snft commented Jun 12, 2024

As different types of periods will be used for multi-period optimisation (long-term investment planing) and working with aggregated time-series (e.g. using tsam), I suggest to change the indexing of the flows:

  • flows have index [i, o, t] (types Node, Node , int), we use TIMESTEPS for t. Refine time index of Flows #1077
  • Storage content should use TIMEPOINTS
  • The model has a lookup function to find out which period(s) a time step belongs to:
    • Multi-period: Each time step belongs to one period. Limits can be a function of the period.
    • Aggregation: Each time step can belong to multiple periods.
  • TIMEINDEX [int, int] for period, timestep is removed
@p-snft p-snft self-assigned this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant