Grid2op / chronix2grid

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

Better documenting and harmonizing loss computation #42

Open marota opened 2 years ago

marota commented 2 years ago

Losses are considered both a priori before running the dispatch and after running the dispatch.

Calling D module enable someone to give a yearly loss pattern, possibly inferred by a predictive model based on loads and renewables. This is then given to the dispatch to be taken into account. If this module is not active, a single constant loss percentage will be passed.

Losses can be adjusted again after the dispatch by running load flows with grid2op. This can be activated through param_opf with "loss_grid2op_simulation" https://github.com/BDonnot/ChroniX2Grid/blob/c33efa0dc13d3f3070bcb510df88c07f901599c4/input_data/generation/case118_l2rpn_icaps_2x/params_opf.json#L1

This should be maybe harmonized with everything done from D module and better documented