User Tools

Site Tools


start:hype_model_description:hype_routing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
start:hype_model_description:hype_routing [2018/09/10 12:57]
cpers [Common rivers processes]
start:hype_model_description:hype_routing [2018/09/10 13:00]
cpers [Common rivers processes]
Line 72: Line 72:
 <m> ttpart = transtime - REAL(ttday) </m> <m> ttpart = transtime - REAL(ttday) </m>
  
-The inflow of the river is stored in two arrays (//riverq// and //riverc//) until it is time for it to drain out. The outflow is weighted by using the parts of the day that are during the time step.+The inflow of the river is stored in two arrays (//riverq// and //riverc//) until it is time for it to flow out of the river stretch. The outflow is weighted by using the parts of the day that are during the time step.
  
   transq = (1-ttpart)*riverq(ttday) + ttpart*riverq(ttday+1)   transq = (1-ttpart)*riverq(ttday) + ttpart*riverq(ttday+1)
start/hype_model_description/hype_routing.txt ยท Last modified: 2024/01/25 11:37 (external edit)