changliao1025 / hexwatershed

The C++ backend of the HexWatershed a mesh independent flow direction model for hydrologic models
Other
3 stars 0 forks source link

Global and local parameter for basin #41

Open changliao1025 opened 2 weeks ago

changliao1025 commented 2 weeks ago

If a local parameter is provided, then the global parameter will be ignored. This allows different parameters for different basins.

changliao1025 commented 2 weeks ago

The stream grid definition function can also be placed after the watershed boundary definition function. To obtain the watershed boundary, the flow direction alone should be enough. After the watershed boundary is defined, we can then use the max flow accumulation to define stream grid.