PyPSA / pypsa-usa

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

Save location of Grid Emissions data #192

Closed trevorb1 closed 5 months ago

trevorb1 commented 7 months ago

Feature Request

When running the workflow, raw GridEmissions data is saved outside the workflow folder (in data/GridEmissions/processed. There is also a Grid Emissions folder within the workflow/data folder. It is a little unclear why we are saving data outside the workflow folder.

image

image

Suggested Solution

If the data outside the workflow folder is raw grid emissions data, and data inside the workflow folder is processed, maybe we nest both under workflow/data and just add a couple subfolders? (ie. workflow/data/GridEmissions/raw/ and workflow/data/GridEmissions/processed/)

Additional Info

No response

trevorb1 commented 7 months ago

May relate to issue #150 as well