hydromt.MeshModel.read_mesh# MeshModel.read_mesh(fn: str = 'mesh/mesh.nc', **kwargs) → None# Read model mesh data at <root>/<fn> and add to mesh property. key-word arguments are passed to xr.open_dataset() Parameters: fn (str, optional) – filename relative to model root, by default ‘mesh/mesh.nc’ **kwargs (dict) – Additional keyword arguments to be passed to the _read_nc method.