hydromt.Model.write#
- Model.write(components: List = ['staticmaps', 'maps', 'geoms', 'forcing', 'states', 'config']) None [source]#
Write the complete model schematization and configuration to model files.
- Parameters:
components (List, optional) – List of model components to write, each should have an associated write_<component> method. By default [‘config’, ‘maps’, ‘staticmaps’, ‘geoms’, ‘forcing’, ‘states’]