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://www.nrel.gov/analysis/sienna.html
BSD 3-Clause "New" or "Revised" License
306 stars 76 forks source link

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

Open pesap opened 2 months ago

pesap commented 2 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 2 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