Skip to content

Commit

Permalink
data: add DC line capacities to const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danielolsen committed Nov 2, 2021
1 parent a45e2c6 commit 8c20478
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions prereise/gather/griddata/hifld/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,3 +385,17 @@
"Solar Thermal with Energy Storage": 0,
"Solar Thermal without Energy Storage": 0,
}

dc_line_ratings = { # MW
108354: 500, # Square Butte
113313: 660, # Neptune Cable
131914: 2000, # Quebec – New England Transmission (Ayer to Monroe)
150123: 1000, # CU
157627: 330, # Cross-Sound Cable
157629: 660, # Hudson Project
158515: 2000, # Quebec – New England Transmission (Quebec to Monroe)
200823: 3100, # Pacific DC Intertie (Path 65)
308464: 2400, # Intermountain Power Project (Path 27)
310053: 400, # Trans-Bay Cable
311958: 5, # Alamogordo Solar Energy Center
}

0 comments on commit 8c20478

Please sign in to comment.