Closed samgdotson closed 2 months ago
Hello @samgdotson! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
scripts/add_electricity.py
:Line 463:80: E501 line too long (86 > 79 characters)
scripts/retrieve_costs.py
:@ssattler if you're satisfied with the changes in this pull request, would you mind hitting the big green "merge pull request" button? In general, it's best practice for somebody else (besides the person making the PR) to merge a pull request.
For chronological reasons, this PR needs to be merged after #35. PRs are listed newest to oldest by default, so this one appears to be "first" on the list. Thanks!
This PR closes #35 by adding a parameter to the
config.yml
file calledcapacity_factor
. Theadd_electricity
rule modifies the wind availability time series by renormalizing to thecapacity_factor
value.