hydromt_delwaq.DemissionModel.setup_basemaps#

DemissionModel.setup_basemaps(region: Dict, maps: List[str] = ['rivmsk', 'lndslp', 'strord'])[source]#

Prepare demission schematization using the hydromodel region and resolution.

Maps used and derived from the hydromodel are stored in a specific hydromodel attribute. Depending on the global option type, build a one-substance D-Emission (“EM”) model case. No specific arguments are needed for this function.

Adds model layers:

  • ldd hydromap: flow direction [-]

  • modelmap hydromap: mask map [bool]

  • ptid hydromap: unique ID of Delwaq segments [-]

  • river map: river mask map [-]

  • pointer poi: delwaq pointer between segments

  • B3_nrofseg config: number of segments

  • B3_attributes config: delwaq complete attributes

  • B4_nrofexch config: number of exchanges

  • B5_boundlist config: list of boundaries and types

  • B7_surf config: surface data

Parameters:
  • region (dict) – Dictionary describing region of interest. Currently supported format is {‘wflow’: ‘path/to/wflow_model’}

  • maps (list of str) – List of variables from hydromodel to add to grid. By default [‘rivmsk’, ‘lndslp’, ‘strord’].