Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(zone-configs): add historical capacities for US-NW-AVA #7800

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 18 additions & 9 deletions config/zones/US-NW-AVA.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,59 @@ bounding_box:
- 49.50073
capacity:
battery storage:
- datetime: '2023-10-01'
- datetime: '2019-01-01'
source: EIA.gov
value: 0.0
biomass:
- datetime: '2019-01-01'
source: EIA.gov
value: 179.9
- datetime: '2023-10-01'
source: EIA.gov
value: 173.7
coal:
- datetime: '2023-10-01'
- datetime: '2019-01-01'
source: EIA.gov
value: 0.0
gas:
- datetime: '2023-10-01'
- datetime: '2019-01-01'
source: EIA.gov
value: 561.5
geothermal:
- datetime: '2023-10-01'
- datetime: '2019-01-01'
source: EIA.gov
value: 0.0
hydro:
- datetime: '2019-01-01'
source: EIA.gov
value: 1251.8
- datetime: '2023-10-01'
source: EIA.gov
value: 1170.4
hydro storage:
- datetime: '2023-10-01'
- datetime: '2019-01-01'
source: EIA.gov
value: 0.0
nuclear:
- datetime: '2023-10-01'
- datetime: '2019-01-01'
source: EIA.gov
value: 0.0
oil:
- datetime: '2023-10-01'
- datetime: '2019-01-01'
source: EIA.gov
value: 0.0
solar:
- datetime: '2023-10-01'
- datetime: '2019-01-01'
source: EIA.gov
value: 19.2
unknown:
- datetime: '2023-10-01'
- datetime: '2019-01-01'
source: EIA.gov
value: 0.0
wind:
- datetime: '2019-01-01'
source: EIA.gov
value: 105.3
- datetime: '2023-10-01'
source: EIA.gov
value: 249.3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we try and add some more wind data so we don't accidentally flag data between 2019-01-01 and 2023-10-01?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Should i just run the capacity_update script for all the years between 2019 and 2023 ?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that sounds good.

Expand Down