hydromt_wflow.WflowSedimentModel.update

WflowSedimentModel.update(model_out=None, write=True, opt=None)

Single method to setup and write a full model schematization and configuration from scratch

Parameters
  • model_out (str, path, optional) – Desitation 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 defualt 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 spedific setup methods and the second-level keys the arguments of the method:

    ```{
    <name of method1>: {

    <argument1>: <value1>, <argument2>: <value2> }

    <name of method2>: {

    … }

    }```