NREL-Sienna / PowerSimulations.jl

Julia for optimization simulation and modeling of PowerSystems. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.
https://nrel-sienna.github.io/PowerSimulations.jl/latest/
BSD 3-Clause "New" or "Revised" License
281 stars 54 forks source link

Implement using a single system for a simulation #1170

Open jd-lara opened 3 days ago

jd-lara commented 3 days ago

With the new capabilities for time series handling we can refactor some of the time series accessing code to enable passing a single system with all the combined time series and avoid users having to employ multiple systems.

daniel-thom commented 3 days ago

The primary aspect of this work to is ensure that PSI can retrieve time series by passing the desired resolution. The current interfaces only support time series type, name, and features. It is possible that we can use features for this, but it might be better to add resolution as a first-class parameter throughout the stack.