from xmip.postprocessing: concat_experiments, merge_variables are not working on CESM2 members.
Example error/warning:
/srv/conda/envs/notebook/lib/python3.10/site-packages/xmip/postprocessing.py:157: UserWarning: CMIP.NCAR.CESM2.historical.r10i1p1f1.Omon.gn.none.dpco2 failed to combine with :cannot align objects with join='exact' where index/labels/sizes are not equal along these coordinates (dimensions): 'time' ('time',)
warnings.warn(f"{cmip6_dataset_id(ds)} failed to combine with :{e}")
This causes historical not to combine with future (in our case, ssp245)
from xmip.postprocessing: concat_experiments, merge_variables are not working on CESM2 members.
Example error/warning:
This causes historical not to combine with future (in our case, ssp245)