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
anddir_input
. If not found uses the default pathstaticmaps.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.