hydromt_wflow.WflowModel.update
- WflowModel.update(model_out=None, write=True, opt=None)
Single method to update a model based the settings in opt.
- Parameters
model_out (str, path, optional) – Destination folder to write the model schematization after updating the model. If None the updated model components are overwritten in the current model schematization if these exist. By default None.
write (bool, optional) – Write the updated model schematization to disk. By default True.
opt (dict, optional) –
Model update 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:
}```