Skip to content

Commit

Permalink
Merge pull request #20 from ucsusa/snakemake
Browse files Browse the repository at this point in the history
Fix bug that lead to infeasible electricity demand
  • Loading branch information
lshaver authored Jun 24, 2024
2 parents 410906c + 36b1345 commit c5e8bc2
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 125,217 deletions.
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

0 comments on commit c5e8bc2

Please sign in to comment.