BESTenergytrade / simply

Simulation of Electricity Markets in Python
MIT License
4 stars 1 forks source link

Allow hourly simulation on quarter-hourly data #215

Open j-ti opened 11 months ago

j-ti commented 11 months ago

ts_per_hour is not fully implemented

It should be possible to use quarter-hourly data as input to build a scenario with hourly timesteps or to simulate hourly on a scenario that is quarter-hourly based.

As we are considering energy values, the hourly data aggregation is a simple summation.

If a higher frequency is required than provided by input data, the energy should be equally split across all subdivided slots or we should get an error.

j-ti commented 5 months ago

Include warning if data time steps do not match config specification