Skip to content

The application procedure to working with the large domain with high resolution DEM

dustming edited this page Nov 24, 2020 · 3 revisions

Table of content

  1. Overview

  2. Divide Domain into sub-regions

  3. Parallell define lake river routing structure for each sub-region

  4. Combine lake river routing structure of each sub-region

Overview

When we working with an extremely large region and the resolution of the DEM is very high. For example, we are trying to delineate the lake river routing structure including all lakes for the entire great lake watershed with a DEM resolution of 90 m. The procedure showed in here can help reduce the processing time and set up a workflow when part of the routing structure needs to be adjusted. It is very common that we may find the routing network needs to be adjusted. For example, the location of the gauge station is incorrect or part of the river network is incorrect. Instead of re-delineate the routing structure for the whole domain, the procedure in this section allows us to only adjust the region where it goes wrong.

The procedure can be divided into three steps: The first step is to divide the whole domain into several smaller subregions; the second step is to define the lake river routing structure for each sub-region in a parallel way; Finally, the lake river routing network for the whole domain can be defined by combine lake river routing structure of each sub-region.

Divide Domain into sub-regions