Skip to content

Fix CO2 limits after the merge of power and sector models #1518

@danielelerede-oet

Description

@danielelerede-oet

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 via conda 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:

  1. 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
  2. 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

FYI @ekatef @davide-f

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions