Skip to content

Commit aeb925d

Browse files
authored
add transmission line bound parameters in params.json (#48)
1 parent 156011c commit aeb925d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

params.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,22 @@
144144
"first_col_only": false,
145145
"drop_na": true
146146
},
147+
"transmission_line_capacity_upper_bound": {
148+
"file_name": "transmission_line_capacity_upper_bound",
149+
"index_cols": [0],
150+
"header_rows": [0],
151+
"unstack_levels": [0],
152+
"first_col_only": false,
153+
"drop_na": true
154+
},
155+
"transmission_line_capacity_lower_bound": {
156+
"file_name": "transmission_line_capacity_lower_bound",
157+
"index_cols": [0],
158+
"header_rows": [0],
159+
"unstack_levels": [0],
160+
"first_col_only": false,
161+
"drop_na": true
162+
},
147163
"ramp_down": {
148164
"file_name": "ramp_down",
149165
"index_cols": [0],

0 commit comments

Comments
 (0)