ding0 icon indicating copy to clipboard operation
ding0 copied to clipboard

Rework LV grid dimensioning and reinforcement

Open nesnoj opened this issue 4 years ago • 2 comments

@birgits, @AnyaHe and I identified some issues that need to be changed in the dimensioning and reinforcement of LV grids:

  • [ ] Use the same cable for entire LV grid
    • Currently, branches are reinforced individually.
    • According to DSO information and the Kerber grids, all cables in a LV grid are of the same type. So for the initial dimensioning (prior to power flow) and reinforcement (after pf) all cable assets should be the smallest possible.
  • [ ] Introduce a safety factor (in the cfg) and use for the step above
  • [ ] Use same transformer types in one station during reinforcement
  • [ ] Allow for parallel cables in LV reinforcement

Note: Current reinforcement strategy for LV by @IsGut here: https://github.com/openego/ding0/blob/origin/feature%2Fsynthetic_lv_grids/ding0/grid/lv_grid/build_grid_on_osm_ways.py

nesnoj avatar Dec 03 '21 10:12 nesnoj

Related: #366

nesnoj avatar Feb 22 '22 15:02 nesnoj

Update: currently simple method by using number of loads for LV cable dimensioning

nesnoj avatar Sep 06 '23 09:09 nesnoj