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

Must run capacity ratings not being applied #344

Closed trevorb1 closed 1 week ago

trevorb1 commented 1 month ago

Checklist

Issue exisits on what branch

Develop

The Issue

Must run capacity ratings executes in add_electricity, but the result dataframe is empty. This example below is just for texas.

image

Steps To Reproduce

Run the workflow for just texas

Expected Behavior

No response

Error Message

No response

Anything else?

No response

ktehranchi commented 1 week ago

This isn't a bug, we don't have must-run status designation data for non-wecc resources. I will close this with d350dc9 which also adds minimum loading for the entire US when unit commitment is enabled. Data for Minimum loading comes from pudl/eia860

trevorb1 commented 1 week ago

Thanks for clarifying, @ktehranchi!