hydromt_wflow.WflowSedimentModel.setup_canopymaps#

WflowSedimentModel.setup_canopymaps(canopy_fn: str | Path | DataArray, output_name: str = 'vegetation_height')[source]#

Generate sediments based canopy height maps.

Adds model layers:

  • vegetation_height map: height of the vegetation canopy [m]

Parameters:
  • canopy_fn – Canopy height data source (DataArray).

  • output_name (dict, optional) – Name of the output map. By default ‘vegetation_height’.