pypsa-usa
pypsa-usa copied to clipboard
Move calcualtion of CCS emission factors to build cost data
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