hydromt.GridModel.read_grid#

GridModel.read_grid(fn: str = 'grid/grid.nc', **kwargs) None#

Read model grid data at <root>/<fn> and add to grid property.

key-word arguments are passed to read_nc()

Parameters:
  • fn (str, optional) – filename relative to model root, by default ‘grid/grid.nc’

  • **kwargs (dict) – Additional keyword arguments to be passed to the read_nc method.