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

Add Regional Policy Constraints, OASIS Natural Gas Data, Fix Validation Plots #209

Closed ktehranchi closed 4 months ago

ktehranchi commented 4 months ago

Closes #205 #181 #175 #166 #170

Changes proposed in this Pull Request

A set of new Opts all configured in config/policy_constraints/*.csv:

Other Changes:

Checklist

ktehranchi commented 4 months ago

@FabianHofmann - I noticed in pypsa-eur's solve_network script you have a "TODO" note to change the SAFE opt to accept regional SAFE/PRM standards. I have implemented that opt here for PyPSA-USA as well as two other Opts you all could use in EUR.

If it is of interest I can PR one or multiple of these new opts into EUR... let me know!

FabianHofmann commented 4 months ago

@ktehranchi thanks for the offer, I think that would be a good idea!

ktehranchi commented 4 months ago

@FabianHofmann Happy to contribute! Will submit soon.