hydromt_wflow.WflowModel.read_grid#

WflowModel.read_grid(**kwargs)[source]#

Read grid model data.

Checks the path of the file in the config toml using both input.path_static and dir_input. If not found uses the default path staticmaps.nc in the root folder. Key-word arguments are passed to _read_nc()

Parameters:

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