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.
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.