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

Apply scaling factor to loads #276

Closed trevorb1 closed 3 weeks ago

trevorb1 commented 2 months ago

Feature Request

PR #202 pulls in demand projections from the AEO and processes EFS data to show load growth rates per year. Logic needs to be added to apply these growth rates, as defined in the config file

Suggested Solution

No response

Additional Info

No response

trevorb1 commented 1 month ago

I think with the introduction of multi-horizon in PR #323, the asserts on profile_year and planning_horizon in build_demand will not flag errors correctly for both sector studies and electricity studies. This should get addressed with this issue ticket