Skip to content

Merge all emission files into a SCEN7 format #237

@lewisjared

Description

@lewisjared

Describe the bug

When reading a SCEN7 file with a region mode of other than World, all World region data is ignored. This makes it impossible to merge World-only emissions with emissions disaggregated by region.

Possible options to resolve this:

  1. Relax config check to raise a DeprecationWarning (Implemented in Allow multiple emisscen #238)
  2. Update the Fortran code to only discard world data if no other region data is added 🙈
  3. Disaggregate World emissions explicitly into regions in pymagicc. Effectively multiplication using the GEN_SRESREGIONS2NH variable.

For now, 1. is the simplest, with that warning eventually being replaced with a ValueError again

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions