hydromt_wflow.WflowModel.read_forcing#
- WflowModel.read_forcing()[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 splitted to one xarray dataaray per forcing variable in the hydromtforcing
dictionnary.