Skip to content

[Bug] - convert_pwhead_fwhead doesn't work for unstructured grids #1729

@JoerivanEngelen

Description

@JoerivanEngelen

Bug description
@jdelsman found this.

There is a check for if isinstance(xr.DataArray) and "layer" is pointwaterhead.dims,

which should be turned into:

if isinstance(xr.DataArray, xu.UgridDataArray) and "layer" is pointwaterhead.dims

I don't think we have any unittests for this function; so it should be considered experimental at the moment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    Projects

    Status

    📯 New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions