PyPSA / pypsa-usa

PyPSA-USA: An Open-Source Energy System Optimization Model for the United States
https://pypsa-usa.readthedocs.io
MIT License
51 stars 19 forks source link

Update Natural Gas Spot Prices #212

Closed trevorb1 closed 2 months ago

trevorb1 commented 6 months ago

Feature Request

The Henry Hub has daily prices on natural gas, while EIA only gives monthly. Doesnt seem like HH gives a breakdown by state or industry, but we could maybe look at using HH profiles

Suggested Solution

No response

Additional Info

No response

ktehranchi commented 6 months ago

I'm not sure if you saw my PR from earlier in the week. I have added a module for build_fuel_prices which pulls in CAISO WECC fuel prices. I think we should try to pull in natural gas prices from ISO's, since they should all have an interface for daily historical regional prices.....

Also was thinking we should pull in Annual Energy Outlook for future expected NG prices for scenario analysis

trevorb1 commented 6 months ago

@ktehranchi, totally agree with the ISO point! Def relates to issue #206.

On the AEO for NG prices, you mean like scale the annual average cost of NG in the modelled year with the projected year in the AEO? The AEO seems to only have yearly prices (but maybe I am just missing seeing it!). I think ensuring we keep as fine temporal resolution as we can for NG prices will be important to better represent capacity services! I like the idea of scaling everything if we can only get yearly data!

trevorb1 commented 5 months ago

They do have daily regional natural gas spot prices here. Not sure of a way to programatically access them, though.

ktehranchi commented 2 months ago

The closing issue with the implementation of PuDL fuel receipts, which provides better coverage of fuel prices paid by generators. #361