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'?
Working with the pangeo CMIP6 data, I find myself going back and forth between the attribute
variant_labeland the dimensionmember_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_labelattribute to amember_iddimension.So I guess my question is: Why do we concatenate along 'member_id' in intake-esm, and not 'variant_label'?