NREL-Sienna / PowerSystemsInvestmentsPortfolios.jl

Data models for Power Systems investment models.
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Handling time series data for technologies #7

Open rodrigomha opened 6 months ago

rodrigomha commented 6 months ago

In most capacity expansion models, data for investment decisions for a specific technology is usually different per zone and per period.

In PSY, each component always have assigned a specific bus (and hence zone), while we are expecting that a Technology is available at all zones (or buses). What is a good approach for storing information, e.g. capital costs, per period/zone?

rodrigomha commented 5 months ago

If there is two-axis data, I'm guessing we can live with Matrices of data, but I'm concerned on how we scale the data. Not sure if we want to live with 3D matrices