NREL-Sienna / PowerSystems.jl

Data structures in Julia to enable power systems analysis. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.
https://nrel-sienna.github.io/PowerSystems.jl/stable/
BSD 3-Clause "New" or "Revised" License
314 stars 79 forks source link

feat: Add time series support for the operational cost #1172

Open pesap opened 4 months ago

pesap commented 4 months ago

There are some Plexos models that have a time series for the heat rates (or any field). We should probably incorporate this. @GabrielKS have already mentioned that this could be possible, but requires some effort.

Related

GabrielKS commented 4 months ago

The way this gets implemented is closely related to the design decision to be made in https://github.com/NREL-Sienna/PowerSystems.jl/issues/1150, would appreciate input on that