Dissolve dimension on variables where it has no variance.
This method is convenient to convert variables that have
been loaded as idca or idce format into idco format where
appropriate.
- Parameters:
dim (str, optional) – The name of the dimension to potentially dissolve.
inplace (bool, default False) – Whether to dissolve variables in-place.
- Returns:
xarray.Dataset – The modified Dataset. A value is returned regardless of whether
inplace is True.