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 14 forks source link

Add option to use any EFS study #363

Closed trevorb1 closed 1 week ago

trevorb1 commented 1 week ago

Feature Request

We currently hard code in to use the Reference_Moderate EFS study data. It would be good to add in to the config file a way for the user to specify any of the reference, medium, high, and slow, moderate, and rapid cases.

This is especially useful for sector coupling where reference scenarios do not give heavy duty transport profiles, as described in section B.2 here.

Suggested Solution

We already template out the selection of different cases in the config file (see below). Just need to add in logic to the retrieve rules and demand proceessing rules to grab the correct files.

https://github.com/PyPSA/pypsa-usa/blob/ba403368370bea643b82594ddf692c2e5c6a8fcd/workflow/repo_data/config/config.default.yaml#L69-L76

Additional Info

No response