Skip to content

variant_label vs member_id #339

@jbusecke

Description

@jbusecke

Working with the pangeo CMIP6 data, I find myself going back and forth between the attribute variant_label and the dimension member_id, which I think are exactly the same thing.
I have been working on a flexible way to combine/aggregate datasets with different variables/ensemble members etc here, which is entirely based on the datasets attributes (and a bit more flexible).

In order to make these aggregations, specifically the ensemble member aggregation, equivalent to what intake-esm does, I however need to 'artificially' change the variant_label attribute to a member_id dimension.

So I guess my question is: Why do we concatenate along 'member_id' in intake-esm, and not 'variant_label'?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions