Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Idaho (IPCO / US-ID) #1275

Closed
alixunderplatz opened this issue Mar 28, 2018 · 14 comments
Closed

Add Idaho (IPCO / US-ID) #1275

alixunderplatz opened this issue Mar 28, 2018 · 14 comments
Labels

Comments

@alixunderplatz
Copy link
Collaborator

alixunderplatz commented Mar 28, 2018

There is generation data for Idaho Power Company:
https://www.idahopower.com/energy/delivering-power/generation-and-demand/

It has a delay of about 2-3 hours. It's also available as a table for the timeframe displayed in the chart.

image

If you select one of the bars, a new window will open with this link-structure:
https://www.idahopower.com/energy/delivering-power/generation-demand-detail/?date=2017undefined25&hr=19

I tried to find out the format of how to replace the "undefined" with the month. Just replace it with 03 for March and there you go. This option could retrieve data from the past as well.
See:
https://www.idahopower.com/energy/delivering-power/generation-demand-detail/?date=20180327&hr=19#tab-1-2

@systemcatch I am not sure if it is a sub-region of BPA #1040 , but BPA's transmission lines you see in the map below don't really cover much of Idaho. Do you have any insights?
I assume it is not part of BPA, because exchanges with "BPAT" are also shown on the EIA website.

image

Imports and exports seem to be relatively low, therer are mostly transit flows from "PACW" to "PACE" according to the chart on EIA

image

@systemcatch
Copy link
Collaborator

systemcatch commented Mar 28, 2018

Excellent find as usual Alex! I have some problems getting the chart to work in firefox but chromium handles it fine. Watching the network requests the chart is populated by data from https://api.idahopower.com/Energy/Api/V1/GenerationAndDemand/Subset

Looking at areas https://www.idahopower.com/about-us/service-area-map/ indicates they are separate from BPA. As an approximation for now we could represent this as the state of Idaho until better shapes are available.

@alixunderplatz
Copy link
Collaborator Author

alixunderplatz commented Mar 28, 2018

@systemcatch perfect! I also couldn't revisit the hourly chart, only works when I have been on another page of their site - maybe some cookie issue?

Looks like Idaho has been a net importer in 2015, covering 62% of their domestic demand according to this chart from here (4th from the right):

image

So we'll have to find some more info on the exchanges

@systemcatch
Copy link
Collaborator

Hourly D-1 exchanges are available at https://www.eia.gov/opendata/qb.php?category=2122572

@alixunderplatz
Copy link
Collaborator Author

@systemcatch systemcatch self-assigned this Mar 30, 2018
@systemcatch systemcatch removed their assignment Apr 11, 2018
@alixunderplatz
Copy link
Collaborator Author

I could figure out where the some of the recently excluded generation of IPC happens. :)

Geothermal can safely be #uncommented in the parser and added to the map! 😃 I found the following info in the wind energy study for Idaho by Idaho Power.:

  • Raft River Energy I, LLC—For up to 13 MW (nameplate generation) from its Raft River Geothermal Power Plant Unit Show co2 gradient scale #1 located in southern Idaho. The contract term is through April 2033.
  • USG Oregon LLC—For 22 MW (estimated average annual output) from the Neal Hot Springs geothermal power plant located near Vale, Oregon. The contract term is through 2037 with an option to extend.

Vale, Oregon is very close to Idaho's border: LINK TO MAPS and located within the service area of Idaho Power. A seperate power line was built to connect it with Idaho Power's grid.

The average sum of these of 35 MW makes up 100% of the recently contracted generation of these two mentioned above.
However, the output may exceed the "average" capacity in winter due to air cooling with colder air.
So I tried to find total nameplate capacity. According to the EIA map, https://www.eia.gov/state/maps.php?src=home-f3 (select only geothermal and go to Idaho),
the nameplate capacity is 33 MW + 18 MW = 51 MW, and the summer capacity is 17.7 + 10 MW = 27.7 MW.
So I suggest using 51 MW as installed geothermal capacity for Idaho.


I tried to find some more recent figures for the other installed capacity.

For oil generation, it says on their site they have a 5 MW emergency generator power by diesel, that's all.

I calculated some more capacity values from their data on "generation and demand". The hourly view lists the utilized capacity and generation per type. So after a simple calculation, these recent installed capacities are applicable:

ENERGY SOURCE MWgen % utilized Installed capacity
Hydro 1255 64 1961
PURPA/Non-Utility Wind 443 65 682
PURPA/Non-Utility Solar 230 79 291
Coal 190 18 1056
PURPA Other 82 40 205
Natural Gas 38 5 760
Non-Utility Geothermal 33 94 35

Here's the summary:

"capacity": {
"coal": 1056,
"gas": 760,
"geothermal": 51,
"hydro": 1961,
"oil": 5,
"wind": 682,
"solar": 291
},

I will investigate on where their solar and wind are really installed and will come back to this.

@brunolajoie
Copy link
Contributor

brunolajoie commented Apr 18, 2018

🔍 Nice Job for geothermal ! We'll add it then. They don't write it "PURPA", that might explain why its still physically located under their "control area"? I'm very curious about this whole PURPA wind and solar thing.

@corradio
Copy link
Member

corradio commented May 4, 2018

So happy to see this working! Anything left to be done here?

@alixunderplatz
Copy link
Collaborator Author

@corradio

  • we need to check whether wind and solar generation happens in IPC's zone or outside of it.
    I'll try to figure this out roughly by comparing some wind speed vs production from wind. Maybe I can find something for solar, too.
  • (I think you can delete the US-IPC_add_geothermal branch, that one was merged already)

@brunolajoie
Copy link
Contributor

Asked IdahoPower without answer.
Have just asked someone from the US Federal Energy Policy.

@brunolajoie
Copy link
Contributor

answer below:
image
Therefore, chances are good that PURPA wind & solar comes from the same Idaho grid.
However, how does it fits with your recent finding in #1040 ?

@alixunderplatz
Copy link
Collaborator Author

@brunolajoie From what I had seen on the map of EIA, about 660 MW of wind capacity are installed in the southwestern part of IdahoPower's area. This perfectly matches the 682 MW I calculated in the chart above.
Additional info: There are another 340 MW of wind capacity near the city Idaho Falls in the east of Idaho, but the power lines leading to these huge wind farms belong to BPA and Pacificorp, so these aren't IdahoPower's assets for reporting.

In terms of solar, there are around 270 MW of large-scale solar displayed on the map, which also almost perfectly coincide with the calculations of 291 MW.

I'd say: Let's activate wind and solar for IPC, too!!! :)

@systemcatch
Copy link
Collaborator

@alixunderplatz do you want to reactivate wind and solar? It should just be be a case of uncommenting a few things, else I will do it.

@alixunderplatz
Copy link
Collaborator Author

alixunderplatz commented May 18, 2018

@systemcatch I can do this! :)
Just biomass will remain excluded from the mix. Not sure about adding this one, on EIA I saw around 30 MW installed while ~100 MW are reported as production from "PURPA Other".

@brunolajoie
Copy link
Contributor

Awesome team work guys! 💪

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants