Concatenate datasets when some variables are present in one dataset and not present in other dataset #144
Labels
needs triage
This can be kept if the triager is unsure which next steps to take
Currently,
xarray.concat()
doesn't know how to deal with datasets for which one dataset contains some variables and these same variables are not present in the rest of the datasets to concatenate.To address this issue, there are two options:
and use .full_like(..., fill_value=np.nan) to add the variables not present in the other dataset (
Either option would probably need to be done prior calling
xr.concat()
injoin_new()
andjoin_existing()
introduced in Rewrite intake-esm's core based on ESM Collection Specification #135The text was updated successfully, but these errors were encountered: