jbusecke / xMIP

Analysis ready CMIP6 data in python the easy way with pangeo tools.
https://cmip6-preprocessing.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
197 stars 44 forks source link

More flexible member concatenation #277

Closed jbusecke closed 1 year ago

jbusecke commented 1 year ago

Recent changes in intake-esm already created a 'member_id' dimension on datasets. This PR makes the xmip equivalent process more flexible (allowing to work with both intake-esm and raw zarr stores) and also fully conforms with the official reconstruction method (see under "File name template:") including accounting for sub_experiment_id (only relevant for DCPP experiments I believe).

jbusecke commented 1 year ago

Leaving the doc issue to #276