-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Labels
Description
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:
- Relax config check to raise a DeprecationWarning (Implemented in Allow multiple emisscen #238)
- Update the Fortran code to only discard world data if no other region data is added 🙈
- Disaggregate World emissions explicitly into regions in
pymagicc
. Effectively multiplication using theGEN_SRESREGIONS2NH
variable.
For now, 1. is the simplest, with that warning eventually being replaced with a ValueError again