hydromt.Model.read_states#

Model.read_states(fn: str = 'states/*.nc', **kwargs) None#

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

key-word arguments are passed to read_nc()

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

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