Description Usage Arguments Value
View source: R/river_routing.R
Create unit hydrograph matrix of the Lohmann routing model. Each column is the UH of each subbasins while each row is the UH of each time steps.
1 | Lohmann_uh(river, stn_loc, v = 1.5, diff = 800)
|
river |
River network table like the output of function 'dir2river()'. |
stn_loc |
Hydrological station located in which river channel. |
v |
Flow velocity of the river channel [m]. |
diff |
Water diffusion coefficient of the river channel. |
A matrix of the UH of each gridcells.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.