hydromt_wflow.WflowModel.read_forcing#
- WflowModel.read_forcing(**kwargs)[source]#
Read forcing.
Checks the path of the file in the config toml using both
input.path_forcing
anddir_input
. If not found uses the default pathinmaps.nc
in the root folder.If several files are used using ‘*’ in
input.path_forcing
, all corresponding files are read and merged into one xarray dataset before being split to one xarray DataArray per forcing variable in the hydromtforcing
dictionary.- Parameters:
**kwargs (dict) – Additional keyword arguments to be passed to the read_nc method.