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/*.nckwargs – Additional keyword arguments that are passed to the read_nc function.