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

Rewriting of EULP raw data #299

Open trevorb1 opened 2 months ago

trevorb1 commented 2 months ago

Checklist

The Issue

The first time I run a study using EULPs, the data should be (and is) saved to the data folder. That way once a second study using this data is used, EULP do not have to get written out again.

When I run a second study using EULP, the retrieve_eulp rules are still being run. Probably just an input file mistake.

Steps To Reproduce

  1. Run sector coupled workflow with eulp for res/com
  2. Clean results
  3. Run workflow again

Expected Behavior

retrieve_eulp rules shoud not be run again.

Error Message

na

Anything else?

No response