Skip to content

Latest commit

 

History

History
104 lines (84 loc) · 4.85 KB

wflow_model_setup.rst

File metadata and controls

104 lines (84 loc) · 4.85 KB
.. currentmodule:: hydromt_wflow

Model methods and components

The HydroMT-Wflow plugin helps you preparing or updating several methods of a Wflow model such as topography information, landuse, soil or forcing. The main interactions are available from the HydroMT Command Line Interface and allow you to configure HydroMT in order to build or update or clip Wflow models.

When building or updating a model from command line a model region; a model setup :ref:`configuration <model_config>` (.ini file) with model methods and options and, optionally, a data sources (.yml) file should be prepared.

Model setup methods

An overview of the available Wflow model setup methods is provided in the table below. When using HydroMT from the command line only the setup methods are exposed. Click on a specific method see its documentation.

Model components

The following table provides an overview of which :py:class:`~hydromt_wflow.WflowModel` component contains which Wflow in- and output files. The files are read and written with the associated read- and write- methods, i.e. :py:func:`~WflowModel.read_config` and :py:func:`~WflowModel.write_config` for the :py:attr:`~WflowModel.config` component.

:py:class:`~hydromt_wflow.WflowModel` component Wflow files
:py:attr:`~hydromt_wflow.WflowModel.config` wflow_sbm.toml
:py:attr:`~hydromt_wflow.WflowModel.staticmaps` staticmaps.nc
:py:attr:`~hydromt_wflow.WflowModel.staticgeoms` geometries from the staticgeoms folder (basins.geojson, rivers.geojson etc.)
:py:attr:`~hydromt_wflow.WflowModel.forcing` inmaps.nc
:py:attr:`~hydromt_wflow.WflowModel.states` instates.nc
:py:attr:`~hydromt_wflow.WflowModel.results` output.nc, output_scalar.nc, output.csv