Model componentsΒΆ

For wflow_sediment, the different components available for building or updating are:

setup_config

Update config with a dictionary

setup_basemaps

This component sets the region of interest and res (resolution in degrees) of the model.

setup_rivers

This component sets the river parameter maps including a boolean river mask, length, slope.

setup_lakes

This component generates maps of lake areas and outlets as well as parameters with average lake area, depth a discharge values.

setup_reservoirs

This component generates maps of lake areas and outlets as well as parameters with average reservoir area, demand, min and max target storage capacities and discharge capacity values.

setup_lulcmaps

This component derives several wflow maps are derived based on landuse- landcover (LULC) data.

setup_laimaps

This component sets leaf area index (LAI) climatoloy maps per month.

setup_canopymaps

Setup sediments based canopy height maps.

setup_soilmaps

Setup sediments based soil parameter maps.

setup_riverwidth

This component sets the river width parameter based on a power-lay relationship with a predictor.

setup_riverbedsed

Setup sediments based river bed characteristics maps.

setup_gauges

This components sets the default gauge map based on basin outlets and additional gauge maps based on gauges_fn data.

setup_constant_pars

Setup constant parameter maps.

Warning

As for wflow, in wflow_sediment the order in which the components are listed in the ini file is important: setup_rivers should be run right after setup_basemaps as it influences several other setup components (lakes, reservoirs, riverwidth, riverbedsed, gauges); setup_riverwidth should be listed after setup_lakes and setup_reservoirs.