PyPSA/pypsa-usa

Move calcualtion of CCS emission factors to build cost data

Open

#446 opened on Oct 17, 2024

 (0 comments) (0 reactions) (0 assignees)Python (52 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (140 stars)
PR merge metrics
 (PR metrics pending)

Description

Feature Request

The sector coupling side relies on using emission factor data from the costs.csv file. Having the calculation of emission factor CCS techs in add_extra_components.py means the calculation of emission factors is repeated in sector side.

It would probably make sense to do the calculation of CCS emission factors in build_cost_data to allow for downstream use.

https://github.com/PyPSA/pypsa-usa/blob/dc601119f67f07e2f9ccd0e763cd868276f4153c/workflow/scripts/add_extra_components.py#L36-L43

Suggested Solution

No response

Additional Info

Relates to issue #407

Contributor guide