Skip to content

Commit

Permalink
make alternative clustering false
Browse files Browse the repository at this point in the history
  • Loading branch information
yerbol-akhmetov committed Oct 8, 2023
1 parent e920d88 commit a0d731b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/config_kz_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ run:

scenario:
ll: ['v1.0']
clusters: [14]
clusters: [5]
opts: [RES0.2-1H]


Expand All @@ -38,7 +38,7 @@ cluster_options:
simplify_network:
p_threshold_drop_isolated: 10 # [MW] isolated buses are being discarded if bus mean power is below the specified threshold

alternative_clustering: true #false # "False" use Voronoi shapes, "True" use GADM shapes
alternative_clustering: false # "False" use Voronoi shapes, "True" use GADM shapes


build_shape_options:
Expand Down

0 comments on commit a0d731b

Please sign in to comment.