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 15 forks source link

Add Industrial Load Dissagreagation Strategy #296

Closed trevorb1 closed 2 months ago

trevorb1 commented 2 months ago

Feature Request

The United States County-Level Industrial Energy Use gives county level energy use. We can use this to dissagregate industry load separatly from com/res/ev which may follow population breakdown better.

Suggested Solution

Just need to add a WriteIndustry class and add a laf for this. Follows exact same logic as WritePop.

Additional Info

No response