ucsusa / pypsa-illinois

A model of the Illinois electricity system built with PyPSA.
GNU General Public License v3.0
4 stars 0 forks source link

Adds a script to run sensitivities #44

Closed lshaver closed 1 month ago

lshaver commented 1 month ago

This PR adds a script which runs sensitivities on the model by changing the source year for fuel cost data, the load growth, and the initial demand (a proxy for whether Illinois is a net exporter of electricity).

To run the script, activate the environment and enter: python sensitivity-script.py

The markdown file details what's being changed and why.

This also makes one small change to plot_results.py. The plot now shows only battery discharge, not the net of discharge and charge.

pep8speaks commented 1 month ago

Hello @lshaver! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2024-09-26 16:04:53 UTC