-
Notifications
You must be signed in to change notification settings - Fork 0
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
Full Illinois Model #27
Conversation
…and and load growth
load_filter: 60e3 # MW, load above this level will be removed as outliers. | ||
total_demand: 136e6 # Annual MWh in the first year | ||
load_growth: 0.00 # % annual growth | ||
load_share: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How/where is this used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this parameter is not used, anywhere. I think I intended to assign a fraction of the total demand to each bus region, but it was unnecessary.
time_res: 1 # hours | ||
load_filter: 60e3 # MW, load above this level will be removed as outliers. | ||
total_demand: 136e6 # Annual MWh in the first year | ||
load_growth: 0.00 # % annual growth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When choosing a value for this, may be more instructive to consider the total in the final model year and select a rate that grows to that value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Instructive in what way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was able to run the model and view results. Future updates should add some instructions to the readme about updating the environment and clearing snakemake results when making changes to the model. There are also some hard coded values in some scripts related to ramp rates, number of reactors, etc, that should probably be moved to the config file in future iterations, for better generalization.
This PR adds a full model of Illinois in the PyPSA framework using a snakemake workflow.
This pull request:
closes #11
closes #21
closes #23
closes #25
closes #26
There are still some known issues with the model. In particular,