hydromt_delwaq.delwaq.DelwaqModel.setup_basemaps¶
-
DelwaqModel.
setup_basemaps
(region, include_soil=False)[source]¶ Setup the delwaq model schematization using the hydromodel region and resolution.
Maps used and derived from the hydromodel are stored in a specifichydromodel attribute. Depending on the global option
type
, build aone-substance D-Emission (“EM”) or D-Water Quality (“WQ”) case. For a WQ case, the pointer will be created. No arguments are needed for this function (include_soil
will be supported later for subsurface transport of substances).Adds model layers:
ldd hydromap: flow direction [-]
modelmap hydromap: mask map [bool]
ptid hydromap: unique ID of Delwaq segments [-]
streamorder map: Strahler stream order map. [-]
slope map: slope map [-]
pointer poi: delwaq pointer between segments
- Parameters
region (dict) – Dictionary describing region of interest. Currently supported format is {‘wflow’: ‘path/to/wflow_model’}
include_soil (boolean) – add a soil compartment for transport (default: False)