hydromt_wflow.WflowModel.write_config# WflowModel.write_config(filename: str | None = None, config_root: Path | str | None = None)[source]# Write config to <(config_)root/config_fn>. Parameters: filename (str, optional) – Name of the config file. By default None to use the default name wflow_sbm.toml. config_root (str, optional) – Root folder to write the config file if different from model root (default). Can be absolute or relative to model root.