Skip to content

Commit 6cdbedf

Browse files
committed
chore: remove parameters which are no longer used
1 parent 9cf351c commit 6cdbedf

1 file changed

Lines changed: 0 additions & 27 deletions

File tree

prereise/gather/griddata/hifld/const.py

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -127,33 +127,6 @@
127127
"500": 500,
128128
}
129129

130-
transformer_reactance = { # per-unit
131-
(69, 115): 0.14242,
132-
(69, 138): 0.10895,
133-
(69, 161): 0.14943,
134-
(69, 230): 0.09538,
135-
(69, 345): 0.08896,
136-
(115, 161): 0.04516,
137-
(115, 230): 0.04299,
138-
(115, 345): 0.04020,
139-
(115, 500): 0.06182,
140-
(138, 161): 0.02818,
141-
(138, 230): 0.03679,
142-
(138, 345): 0.03889,
143-
(138, 500): 0.03279,
144-
(138, 765): 0.02284,
145-
(161, 230): 0.06539,
146-
(161, 345): 0.03293,
147-
(161, 500): 0.06978,
148-
(230, 345): 0.02085,
149-
(230, 500): 0.01846,
150-
(230, 765): 0.01616,
151-
(345, 500): 0.01974,
152-
(345, 765): 0.01625,
153-
(500, 765): 0.00436,
154-
}
155-
transformer_rating = 800 # MVA
156-
157130
eia_storage_gen_types = {
158131
"Batteries",
159132
"Flywheels",

0 commit comments

Comments
 (0)