Breakthrough-Energy / PreREISE

Generate input data for scenario framework
https://breakthrough-energy.github.io/docs/
MIT License
20 stars 28 forks source link

fix: improve interpretation of NOT AVAILABLE values when loading substation information #294

Closed danielolsen closed 2 years ago

danielolsen commented 2 years ago

Purpose

Better interpret missing information from the source HIFLD substations CSV, to better produce bus demand estimates. This is a follow-up to #235.

What the code is doing

Testing

Tested manually for feasibility: ERCOT remains feasible (0% load shedding), WECC reduced the load shedding from 12.7% of August demand to 10.8%.

The scatter for how the bus Pd values changed is below (left side is absolute, right side is log scale) image

There are many substations which had been getting a large demand, and no longer are. There's a good deal of noise among the demand values for the smaller substations (<100 MW), but the larger ones seem pretty consistent as before.

Time estimate

15 minutes.