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

Calculate baseline emissions #94

Open trevorb1 opened 8 months ago

trevorb1 commented 8 months ago

Feature Request

Through the opts wildcards, the user can select emission reduction targets compared to a base reference value. This reference value is provided by the user in the configuration file.

https://github.com/PyPSA/pypsa-usa/blob/6a389f0614b0aec9fa4ea633c7a5451f35acf1a6/workflow/config/config.default.yaml#L84-L91

There is no reference to where this value comes from. Moreover, if you run only one interconnect, it is difficult to know what value to use without doing a deep search.

Suggested Solution

Maybe we should run an operational model for the base reference year for each interconnect region to get what these reference values should be? That way we also account for differences between actual and modelled emissions.

Additional Info

See here for info on the CO2L option in PyPSA-Eur. The documentation of which will be coming to PyPSA-USA soon!

trevorb1 commented 4 months ago

relates to issue #153