PyPSA / pypsa-usa

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

Adds Industry demand strategy #321

Closed trevorb1 closed 1 month ago

trevorb1 commented 1 month ago

Closes #301

Changes proposed in this Pull Request

In this PR I add a ReadCliu demand class to read in industrial demand for sector coupling studies. This includes pulling data from the County Level Industrial Use for annual demand, and EPRI load profiles for hourly demand.

While everything runs now, there are a few things to sort out before merging:

Checklist

trevorb1 commented 1 month ago

idk, on the building front Ive tried a bunch of tweaking, but it keeps coming up a little short. This is kinda expected tho based on the DSG demand having to use a filler model as well. Im gonna move on and say buildings are close enough to start gettting some results. Summed over the year ends with about a 9% difference for just buildings between NREL and EFS electrical load.

RESIDENTIAL image image

COMMERCIAL image image

RES + COM image image

trevorb1 commented 1 month ago

I think some more validation needs to happen on the industrial sector (and all sectors in general), but im gonna merge this to start on the AEO integration. Everything runs, just demands are off a bit.