Grid2op / chronix2grid

https://chronix2grid.readthedocs.io/en/latest/?
Mozilla Public License 2.0
19 stars 5 forks source link

Time resolution as a parameter and output #5

Open marota opened 4 years ago

marota commented 4 years ago

Chronix2Grid should generate chronix for different time resolution. It should not be hard coded like in "output_processor_to_chunks" from "output_processor.py". A parameter to configure should exist for that, similarly to the "step_opf_min" parameter in params_opf.json. A file "time_interval.info" should also be created as an output, containing only this time resolution (time between two timesteps) info in the format "%H:%M"

marota commented 4 years ago

Be careful: 'dt' parameter might have a different meaning that the timestep resolution. dt is used for temporal correlation noise and could possibly be higher than the time_step resolution