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

Update Environment Versioning. New Demand Module. #203

Closed ktehranchi closed 4 months ago

ktehranchi commented 4 months ago

Closes # (if applicable).

Changes proposed in this Pull Request

  1. Updates env to use pypsa version 0.27.0- Associated changes in code made to correct for deprecated commands from pandas.
  2. New build_demand module that splits all demand preparation functions from add_electricity
  3. Bug fix for build_demand that corrects an error thrown when partial year models are created with EFS data.
  4. New test script that reports if config files have consistent structures. We can use this pre-release to confirm new config fields were added to all config files.
  5. Switches cluster_network module to be using the pypsa-eur script

Checklist