hydromt_wflow.WflowModel.build
- WflowModel.build(region: dict, res: Optional[float] = None, write: bool = True, opt: dict = {})
Single method to build a model from scratch based on settings in opt.
- Parameters
region (dict) – Description of model region. See
parse_region()
for all options.res (float, optional) – Model resolution. Use only if applicable to your model. By default None.
write (bool, optional) – Write the complete model schematization after setting up all model components. By default True.
opt (dict, optional) –
Model build configuration. This is a nested dictionary where the first-level keys are the names of model specific setup methods and the second-level keys the arguments of the method:
}```