-
Notifications
You must be signed in to change notification settings - Fork 253
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Checklist
- I am using the current
main
branch or the latest release. Please indicate. - I am running on an up-to-date
pypsa-earth
environment. Update viaconda env update -f envs/environment.yaml
.
Describe the Bug
Using the current, default CO2 limit field from the config file may be dangerous as that value is tailored on the electricity sector, and anyway quite low for large/largely emitting countries and users may not notice/know that the value has to be changed (especially if they're running the sector model).
Here's the case of Nigeria when using the default CO2 limit value:
electricity generation (TWh) | Power | Sector |
---|---|---|
CCGT | 18.44 | 0.13 |
solar | 15.96 | 36.81 |
hydro | 5.22 | 5.23 |
coal | 2.05 | 0.00 |
onwind | 0.00 | 0.00 |
biomass | – | 183.52 |
solar rooftop | – | 3.09 |
My proposal to overcome this issue is:
- have a collection of CO2 limit values for e.g., 2020 for all the countries in the world for both the electricity generation / total energy-related emissions, so that the
countries
field is already sufficient to all the correct values - Implement a differentiation between electricity-related CO2 limit and total emissions from energy uses, reducing the users' effort to select the correct value of
CO2limit
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working