hydromt.Model.read_forcing#

Model.read_forcing(fn: str = 'forcing/*.nc', **kwargs) None[source]#

Read forcing at <root>/<fn> and add to forcing property.

key-word arguments are passed to xarray.open_dataset()

Parameters:
  • fn (str, optional) – filename relative to model root, may wildcards, by default “forcing/*.nc”

  • **kwargs – Additional keyword arguments that are passed to the _read_nc function.