File size: 1,092 Bytes
bc4a958
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Name of the reference PGLib case. Must be a valid PGLib case name.
case_file = "Midwest24k_20220923_case.json"
floating_point_type = "Float32"

[sampler]
type = "TimeSeries"
h5_path = "midwest24k_demand_2020_10min.h5"


[OPF]

# ACOPF not yet available for Midwest24k due to numerical errors
# [OPF.ACOPF]
# type = "ACOPF"
# solver.name = "Ipopt"
# solver.attributes.tol = 1e-6
# solver.attributes.linear_solver = "ma27"

[OPF.DCOPF]
# Formulation/solver options
type = "DCOPF"
solver.name = "HiGHS"

[OPF.SOCOPF]
type = "SOCOPF"
solver.name = "Clarabel"
# Tight tolerances
solver.attributes.tol_gap_abs    = 1e-6
solver.attributes.tol_gap_rel    = 1e-6
solver.attributes.tol_feas       = 1e-6
solver.attributes.tol_infeas_rel = 1e-6
solver.attributes.tol_ktratio    = 1e-6
# Reduced accuracy settings
solver.attributes.reduced_tol_gap_abs    = 1e-6
solver.attributes.reduced_tol_gap_rel    = 1e-6
solver.attributes.reduced_tol_feas       = 1e-6
solver.attributes.reduced_tol_infeas_abs = 1e-6
solver.attributes.reduced_tol_infeas_rel = 1e-6
solver.attributes.reduced_tol_ktratio    = 1e-6