hydromt_fiat.components.ConfigComponent.write#

ConfigComponent.write(filename: Path | str | None = None) None[source]#

Write the FIAT model config file.

Parameters:

filename (Path | str, optional) – The path to the model configurations file. This can either be a relative or absolute path. If not provided, the component attribute _filename is used as a fallback. By default None.