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

Fix bug that lead to infeasible electricity demand #20

Merged
merged 5 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
10 changes: 9 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,12 @@ cython_debug/
Electric_Retail_Service_Territories
Electric__Power_Transmission_Lines

.snakemake
.snakemake

data/*.csv
time_series
spatial_data
networks
notebooks

results
20 changes: 10 additions & 10 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,17 @@ turbine_params:
extendable_techs: [
# 'CCAvgCF',
# 'CTAvgCF',
'Biopower',
'Land-Based Wind',
'Utility PV',
# 'Biopower',
# 'Land-Based Wind',
# 'Utility PV',
# 'IGCCAvgCF',
'LWR',
'NuclearSMR',
'10Hr Battery Storage',
'8Hr Battery Storage',
'6Hr Battery Storage',
'4Hr Battery Storage',
'2Hr Battery Storage'
# 'LWR',
# 'NuclearSMR',
# '10Hr Battery Storage',
# '8Hr Battery Storage',
# '6Hr Battery Storage',
# '4Hr Battery Storage',
# '2Hr Battery Storage'
]

carrier_colors:
Expand Down
3 changes: 0 additions & 3 deletions data/il_rto_zones.csv

This file was deleted.

43,791 changes: 0 additions & 43,791 deletions data/miso_demand.csv

This file was deleted.

Loading