Hi there,
I like to add CO2 emissions (from land-use) to onwind and solar and run into problems.
First, the wind and solar generators are added before the CO2 bus (in add_electricity; the CO2 bus in prepare_sector_network) and second, generators can't have multiple busses so I can't just add the CO2 bus there.
I tried to replace the generators with a setup of bus, generator and link (copying the settings from the existing generator) in prepare_sector_network but couldn't make it work. One problem is that there are capacity contraints added in "solve_network" for the solar generators and that the "solar rooftop" generators also depend on the solar generators.
I also tried to add a CO2 intensity to the costs data and use the "add_co2_emissions" function in the add_electricity script but that didn't change anything even with a high emission factor.
So, I am a bit at the end of my wisdom here...
Do you have any idea on how this could be done?
Kind regards,
Timon