Frequently asked questions

How do I easily modify input parameters?

See this section on how to adjust maps, and this section on how to directly pass uniform values. Note that both options work for any parameter.

How do I start wflow with initial conditions from a previous run?

See here

How do I add external inflows and/or abstractions?

lateral.river.inflow: positive for inflows, negative for abstraction. If parameter is time varying, add it to the correct section, see below.

How do I add time-varying parameters?

Either through cyclic (add parameter to cyclic list in the toml), or to the forcing section.

How do I add different output?

See here for csv output, here for scalar netcdf data, and here for gridded output.

Back to top