Skip to content

Commit 876a361

Browse files
committed
Adapt args for minimal example
1 parent 33a73db commit 876a361

1 file changed

Lines changed: 27 additions & 23 deletions

File tree

examples/args_minimal_example.json

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -64,29 +64,33 @@
6464
"active": false,
6565
"busmap": false
6666
},
67-
"network_clustering": {
68-
"active": true,
69-
"method": "kmedoids-dijkstra",
70-
"n_clusters_AC": 30,
71-
"cluster_foreign_AC": false,
72-
"method_gas": "kmedoids-dijkstra",
73-
"n_clusters_gas": 15,
74-
"n_clusters_h2": 15,
75-
"cluster_foreign_gas": false,
76-
"k_elec_busmap": false,
77-
"k_gas_busmap": false,
78-
"bus_weight_tocsv": null,
79-
"bus_weight_fromcsv": null,
80-
"gas_weight_tocsv": null,
81-
"gas_weight_fromcsv": null,
82-
"line_length_factor": 1,
83-
"remove_stubs": false,
84-
"use_reduced_coordinates": false,
85-
"random_state": 42,
86-
"n_init": 10,
87-
"max_iter": 100,
88-
"tol": 1e-6,
89-
"CPU_cores": 4
67+
"network_clustering": {
68+
"method": {
69+
"focus_region": null,
70+
"per_country": true,
71+
"algorithm": "kmedoids-dijkstra",
72+
"remove_stubs": false,
73+
"use_reduced_coordinates": false,
74+
"line_length_factor": 1,
75+
"random_state": 42,
76+
"n_init": 10,
77+
"max_iter": 100,
78+
"tol": 1e-6,
79+
"cpu_cores": 4
80+
},
81+
"electricity_grid": {
82+
"active": true,
83+
"cluster_within_focus": false,
84+
"n_clusters": 30,
85+
"k_elec_busmap": false
86+
},
87+
"gas_grids": {
88+
"active": true,
89+
"cluster_within_focus": false,
90+
"n_clusters_ch4": 15,
91+
"n_clusters_h2": 15,
92+
"k_ch4_busmap": false,
93+
}
9094
},
9195
"spatial_disaggregation": null,
9296
"snapshot_clustering": {

0 commit comments

Comments
 (0)