PyPSA / pypsa-usa

PyPSA-USA: An Open-Source Energy System Optimization Model for the United States
https://pypsa-usa.readthedocs.io
MIT License
35 stars 15 forks source link

Updating Plots. Adds CEC CA Land-use Screens. Refactor Validation. #219

Closed ktehranchi closed 3 months ago

ktehranchi commented 3 months ago

Closes #217 #215

Changes proposed in this Pull Request

  1. The new default command to run must include a config file specification: `--configfile config/config.default.yaml
  2. Updates and adds many new results and validation plots. plot_results module is now split between plot_network_maps and plot_statistics. I began replacing plotting accessory functions with the network.statistics accessor.
  3. 182 Incorporates CEC Land-use screens for solar and onshore wind

  4. Adds option to enable BOEM land-use screens for Offshore Wind. When enabled, only current BOEM planning areas will be eligible for OSW to be built
  5. Fixes issues with Dynamic fuel prices #217 , #215

Checklist