Skip to content

FutureWarning from xarray.open_mfdataset() #196

@mx-moth

Description

@mx-moth

When clipping a CFGrid dataset and merging the resulting files back together the following warning is printed by xarray:

FutureWarning: In a future version of xarray the default value for compat will change from compat='no_conflicts' to compat='override'. This is likely to lead to different results when combining overlapping variables with the same name. To opt in to new defaults and get rid of these warnings now use set_options(use_new_combine_kwarg_defaults=True) or set compat explicitly.

We should investigate which of these compat options are appropriate and explicitly set that.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions