Skip to content

Document the non-contiguous IIASA-IAMC ScenarioMIP datasets #447

@penguian

Description

@penguian

Dataset source ID(s)

IIASA-IAMC-h-1-1-1 (and other future IIASA-IAMC ScenarioMIP source IDs)

Describe the issue

In the future ScenarioMIP anthropogenic emissions datasets (e.g., SO2_em_anthro), the NetCDF metadata designates the frequency as "mon" (monthly).

However, because these projections are produced using Integrated Assessment Models (IAMs) that solve at 5-yearly intervals, the files only contain monthly data for the reporting milestones (e.g., monthly data for 2022–2025, followed by 2030, 2035, ..., 2100). The intervening years are omitted.

For a file spanning the range 202201-210012.nc:

  • A continuous monthly dataset would contain 948 months.
  • The raw IIASA-IAMC files contain only 228 months.

Standard processing tools and libraries (such as the UK Met Office's ants or mule packages) that expect continuous time boundaries will fail when trying to ingest these files, raising errors such as:
ValueError: F03 ancillaries with time bounds are required to be contiguous

Expected data

Clarification in the official input4MIPs documentation explaining that:

  1. ScenarioMIP future projection datasets report seasonal/monthly data at 5-yearly intervals rather than as a continuous monthly time series.
  2. Modeling centers and users will need to perform temporal interpolation to reconstruct a continuous monthly series if their downstream pipelines require contiguous time boundaries.

Screenshots

N/A

Additional context

For example, the input4MIPs readthedocs overview page for anthropogenic aerosol emissions focuses heavily on the historical CEDS dataset (which is continuous).

Without documentation clarifying the 5-yearly structure of the future IAM scenarios, new users have no reason to expect these gaps and only discover them when downstream pipelines crash.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions