PyPSA/pypsa-usa
Move calcualtion of CCS emission factors to build cost data
Open
#446 opened on Oct 17, 2024
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.
Suggested Solution
No response
Additional Info
Relates to issue #407