Model help:AgDegNormal: Difference between revisions

From CSDMS
No edit summary
 
(15 intermediate revisions by 2 users not shown)
Line 3: Line 3:
1) Log in to the wiki
1) Log in to the wiki
2) Create a new page for each model, by using the following URL:
2) Create a new page for each model, by using the following URL:
   * http://csdms.colorado.edu/wiki/Model help:<modelname>
   * https://csdms.colorado.edu/wiki/Model help:<modelname>
   * Replace <modelname> with the name of a model
   * Replace <modelname> with the name of a model
3) Than follow the link "edit this page"
3) Than follow the link "edit this page"
Line 20: Line 20:


By modifying the sediment feed rate (G<sub>tf</sub>) at the upstream end, the river can be forced to aggrade or degrade to a new equilibrium. The module computes this evolution.
By modifying the sediment feed rate (G<sub>tf</sub>) at the upstream end, the river can be forced to aggrade or degrade to a new equilibrium. The module computes this evolution.


==Model parameters==
==Model parameters==
Line 74: Line 73:
| [-]
| [-]
|-
|-
| Imposed sediment transport rate
| Imposed Annual sediment transport rate from upstream
|
|
| [tons/year]
| [tons/year]
Line 86: Line 85:
| [days]
| [days]
|-
|-
| Iterations per each printout
| Number of time steps per printout
|
|
| [-]
| [-]
Line 94: Line 93:
| [-]
| [-]
|-
|-
| Number of fluvial nodes
| intervals
|
|
| [-]
| [-]
|-
|-
| Upwinding coefficient
| Upwinding coefficient (1 = full upwind, 0.5 = central difference)
|
|
| [-]
| [-]
|-
|-
| Manning-Strickler coefficient α<sub>r</sub>
| Coefficient in Manning-Strickler resistance relation
|
|
| [-]
| [-]
Line 118: Line 117:
| [-]
| [-]
|-
|-
| Fraction bed shear stress
| Fraction of bed shear stress that is a skin friction
| Fraction of bed shear stress due to skin friction
| Fraction of bed shear stress that is a skin friction
| [-]
| [-]
|-
|-
| Submerged specific gravity
| Submerged specific gravity of sediment
|  
|  
| [-]
| [-]
Line 150: Line 149:


==Main equations==
==Main equations==
* Manning-Strickler formulation
* Flow in the channel (using Manning-Strickler formulation)
::::{|
::::{|
|width=500px|<math>C_{f}^\left ( {\frac{-1}{2}}=\alpha _{r}\left ( \frac{H}{K_{c}} \right )^{\frac{1}{6}}</math>
|width=500px|<math>C_{z}={\frac{U}{u_{*}}}=\alpha _{r}\left ( \frac{H}{K_{c}} \right )^{\frac{1}{6}}</math>
|width=50px align="right"|(1)
|width=50px align="right"|(1)
|}
|}
* Total bed material load per unit width
* grain roughness (Used as roughness height when bedforms are absent)
::::{|
|width=500px|<math>k_{s} = n_{k} D </math>
|width=50px align="right"|(2)
|}
* water conservation for a quasi-steady flow
::::{|
|width=500px|<math> Q = q_{w} B = U B H </math>
|width=50px align="right"|(3)
|}
* Boundary shear stress
::::{|
|width=500px|<math> \tau _{b} = \rho u_{*} ^2 = \rho g H S </math>
|width=50px align="right"|(4)
|}
* Shields number (Shields stress)
::::{|
|width=500px|<math> \tau ^* = {\frac{\tau _{b}}{\rho R g D}} = {\frac{H S}{R D}} </math>
|width=50px align="right"|(5)
|}
* Submerged specific gravity
::::{|
|width=500px|<math> R = {\frac{\rho _{s}}{\rho}} - 1 </math>
|width=50px align="right"|(6)
|}
* Water depth
::::{|
|width=500px|<math> H = [{\frac{\left (k_{c} \right ) ^{\frac{1}{3}} Q_{w}^2}{\alpha _{r} g B^2 S}}]^{\frac{3}{10}} </math>
|width=50px align="right"|(7)
|}
* Computation of the sediment transport (Meyer-Peter and Muller equation )
::::{|
|width=500px|<math>q_{t} ^* =\left\{\begin{matrix} \alpha_{t} \left ( \varphi_{s} \tau ^2 - \tau_{c} ^* \right ) ^ \left ( n_{t} \right ) & \tau ^* > \tau_{c} ^* \\ 0 & \tau ^* <= \tau_{c} ^*\end{matrix}\right.</math>
|width=50px align="right"|(8)
|}
* Einstein number
::::{|
|width=500px|<math>q_{t} ^* = {\frac {q_{t}}{\sqrt{R g D} D}}  </math>
|width=50px align="right"|(9)
|}
* Cumulative time of the river has been in flood
::::{|
|width=500px|<math>t_{f} = I_{f} t </math>
|width=50px align="right"|(10)
|}
* Equilibrium  (graded) states
* Annual sediment yield with a graded state at this slope
::::{|
|width=500px|<math>G_{t} = \rho_{s} q_{t} Bl_{f} t_{a} </math>
|width=50px align="right"|(11)
|}
* Volume sediment transport rate per unit width obtained at the graded state
::::{|
::::{|
|width=500px|<math>\frac{q_{t}}{{\sqrt{RgD}D}}=\alpha_{t}\left ( \frac{\varphi_{s}\tau _{b}}{\rho RgD} -\tau_{c}^* \right )^{n_{t}}</math>
|width=500px|<math>q_{t} = {\frac{G_{tf}}{\rho_{s}Bl_{f} t_{a}}} </math>
|width=50px align=right|(2)
|width=50px align="right"|(12)
|}
|}
* Exner equation
* Computation of bed variation
* Exner equation of sediment continuity (assume that q<sub>t</sub> is zero for most of the time)
::::{|
::::{|
|width=500px|<math>\left ( 1-\lambda_{p} \right )\frac{\partial \eta }{\partial t}=-I_{f}\frac{\partial q_{t}}{\partial X}</math>
|width=500px|<math>\left ( 1 - \lambda_{p} \right ) {\frac{\partial\eta}{\partial t}} = - {\frac{\partial q_{t}}{\partial x}} </math>
|width=50px align=right|(3)
|width=50px align="right"|(13)
|}
|}
* Discretized Exner equation
* Exner equation of sediment continuity (average over many floods)
::::{|
::::{|
|width=500px|<math>\eta \left| _{i,t+\Delta t}=\eta  \right |_{i,t}-\frac{I_{f}}{1-\lambda _{p}}\frac{\Delta q_{t,i}}{\Delta X}\Delta t</math>
|width=500px|<math> \left ( 1 - \lambda_{p} \right ) {\frac{\partial \eta}{\partial t}}= - {\frac{\partial l_{f} q_{t}}{\partial x}} </math>
|width=50px align=right|(4)
|width=50px align="right"|(14)
|}
|}
* Spatial derivative of the total bed material load per unit width
* Spatial derivative of the total bed material load per unit width
::::{|
::::{|
|width=500px|<math>\frac{\Delta q_{t,i}}{\Delta X}=a_{u}\frac{q_{t,i}-q_{t,i-1}}{\Delta X}+\left ( 1-a_{u} \right )\frac{q_{t,i+1}-q_{t,i}}{\Delta X}</math>
|width=500px|<math>\frac{\Delta q_{t,i}}{\Delta X}=a_{u}\frac{q_{t,i}-q_{t,i-1}}{\Delta X}+\left ( 1-a_{u} \right )\frac{q_{t,i+1}-q_{t,i}}{\Delta X}</math>
|width=50px align=right|(5)
|width=50px align=right|(15)
|}
|}
* Bed slope is computed in each node
* Bed slope computed in each node
::::{|
::::{|
|width=500px|<math>S=\left\{\begin{matrix}
|width=500px|<math>S_{i}=\left\{\begin{matrix}
\frac{\eta _{1}-\eta _{2}} {\Delta x} & i=1\\
\frac{\eta _{1}-\eta _{2}} {\Delta x} & i=1\\
\frac{\eta _{i-1}- \eta _{i+1}} {2\Delta X} & i=2...M \\  
\frac{\eta _{i-1}- \eta _{i+1}} {2\Delta X} & i=2...M \\  
\frac{\eta _{M} - \eta _{M+1}}{\Delta X} & i=M+1
\frac{\eta _{M} - \eta _{M+1}}{\Delta X} & i=M+1
\end{matrix}\right.</math>  
\end{matrix}\right.</math>  
|width=50px align=right|(6)
|width=50px align=right|(16)
|}
|}
* Initial profile
* Initial bed elevation
::::{|
::::{|
|width=500px|<math>\eta \left ( x,t \right ) | _{t=0}=\eta _{Id}+S_{I}\left ( L-x \right )</math>
|width=500px|<math>\eta_{i}=S \left ( L - x_{i} \right )</math>
|width=50px align=right|(7)
|width=50px align=right|(17)
|}
|}
* non-dimensional total shear stress
* non-dimensional total shear stress
::::{|
::::{|
|width=500px|<math> \tau _{b} ^* = {\frac{\tau _{b}}{\left ( \rho _{s} - \rho \right ) g D}} </math>
|width=500px|<math> \tau _{b} ^* = {\frac{\tau _{b}}{\left ( \rho _{s} - \rho \right ) g D}} </math>
|width=50px align=right|(8)
|width=50px align=right|(18)
|}
|}


Line 201: Line 252:
!Symbol!!Description!!Unit
!Symbol!!Description!!Unit
|-
|-
| X
| Q
| Streamwise coordinate
| flood discharge
| m
| L <sup>3</sup> / T
|-
| t
| time step
| T
|-
| B
| river width
| L
|-
| D
| grain size of the bed sediment
| L
|-
| λ<sub>p</sub>
| bed porosity
| -
|-
| k<sub>c</sub>
| composite roughness height
| L
|-
| G
| imposed annual sediment transfer rate from upstream
| M / T
|-
| G<sub>tf</sub>
| upstream sediment feed rate
| -
|-
| ξ<sub>d</sub>
| downstream water surface elevation
| L
|-
| L
| length of reach under consideration
| L
|-
| q<sub>w</sub>
| water discharge per unit width
| L<sup>2</sup> / T
|-
| i
| number of time steps per printout
| -
|-
|-
| ΔX
| p
| Spatial step length
| number of printouts desired
| m
| -
|-
|-
| t
| M
| Temporal coordinate
| number of spatial intervals
| seconds
| -
|-
|-
| C<sub>f</sub>
| R
| Non-dimensional friction coefficient
| submerged specific gravity of sediment
| -
| -
|-
|-
| Q<sub>w</sub>
| S<sub>f</sub>
| Flood discharge
| friction slope
| m<sup>3</sup>/s
| -
|-
|-
| I<sub>f</sub>
| F<sub>r</sub>
| Flood intermittency
| Froude number
| -
| -
|-
|-
| B<sub>c</sub>
| U
| Channel width
| flow velocity
| m
| L / T
|-
| C<sub>f</sub>
| bed friction coefficient
| -
|-
|-
| D
| g
| Characteristic grain size
| acceleration of gravity
| mm
| L / T<sup>2</sup>
|-  
|-  
| λ<sub>p</sub>
| α<sub>r</sub>
| Bed porosity
| coefficient in Manning-Stricker, dimensionless coefficient between 8 and 9
| -
|-
| k<sub>s</sub>
| grain roughness
| L
|- 
| n<sub>k</sub>
| dimensionless coefficient typically between 2 and 5
| -
|- 
| τ<sup>*</sup>
| Shield number
| -
|-
| ρ
| fluid density
| M / L<sup>3</sup>
|-
| ρ<sub>s</sub>
| sediment density
| M / L<sup>3</sup>
|-
| τ<sub>c</sub>
| critical Shields number for the onset of sediment motion
| -
| -
|-
|-
| k<sub>c</sub>
| ψ<sub>s</sub>
| Composite roughness height
| the fraction of bed shear stress
| mm
| -
|-
|-
| S<sub>I</sub>
| q<sub>t</sub> <sup>*</sup>
| Ambient bed slope
| Einstein number
| -
| -
|-
|-
| G<sub>tf</sub>
| q<sub>t</sub>
| Imposed annual sediment transport rate
| volume sediment transport rate per unit width
| tons/annum
| L<sup>2</sup> / T
|-
| I<sub>f</sub>
| flood intermittency
| -
|-
|-
| L
| t<sub>f</sub>
| Length of reach
| cumulative time the river has been in flood
| m
| T
|-
|-
| Δt
| G<sub>t</sub>
| Time step
| the annual sediment yield
| year
| M / T
|-
|-
| N<sub>toprint</sub>
| t<sub>a</sub>
| number of time steps to printout
| the number of seconds in a year
| -
| -
|-
|-
| N<sub>print</sub>
| Q<sub>f</sub>
| number of printouts
| sediment transport rate during flood discharge
| L<sup>2</sup> / T
|-
| α<sub>t</sub>
| dimensionless coefficient in the sediment transport equation, equals to 8
| -
| -
|-
|-
| M
| n<sub>t</sub>
| Number of spatial intervals
| exponent in sediment transport relation, equals to 1.5
| -
| -
|-
|-
| a<sub>u</sub>
| τ<sub>c</sub> <sup>*</sup>
| Upwinding coefficient (1 = full upwind, 0.5 = central difference)
| reference Shields number in sediment transport relation, equals to 0.047
|-
| C<sub>Z</sub>
| dimensionless Chezy resistance coefficient.
|-
| S<sub>l</sub>
| initial bed slope of the river
| -
| -
|-
|-
| α<sub>r</sub>
| η<sub>i</sub>
| Coefficient in Manning-Strickler
| initial bed elevation
| L
|-
| τ
| shear stress on bed surface
| -
| -
|-
|-
| α<sub>s</sub>
| q<sub>b</sub>
| Coefficient in sediment transport relation
| bed material load
| M / T
|-
| Δx
| spatial step length, equals to L / M
| L
|-
| Q<sub>w</sub>
| flood discharge
| L<sup>3</sup> / T
|-
| Δt
| time step
| T
|-
| Ntoprint
| number of time steps to printout
| -
| -
|-
|-
| η<sub>t</sub>
| Nprint
| Exponent in sediment transport relation
| number of printouts
| -
| -
|-
|-
| τ<sup>*</sup><sub>c</sub>
| a<sub>U</sub>
| Reference Shields number in sediment transport relation
| upwinding coefficient (1=full upwind, 0.5=central difference)
| -
| -
|-
|-
| φ<sub>s</sub>
| α<sub>s</sub>
| Fraction of bed shear stress due to skin friction
| coefficient in sediment transport relation
| -
| -
|-
|-
| R
| u<sub>*</sub>
| Submerged specific gravity
| shear velocity
| L / T
|-
| α<sub>r</sub>
| coefficient in Manning-Strickler resistance relation
| -
| -
|-
|-
| Cz
| τ<sub>b</sub> <sup>*</sup>
| Non-dimensional Chézy friction coefficient
| non-dimensional total shear stress
| -
| -
|-
|}
|}


'''Output'''
'''Output'''
Line 308: Line 469:
|-
|-
| η
| η
| Bed surface elevation  
| river bed elevation
| m
| L
|-
|-
| S
| H
| Bed slope
| water depth
| -
| L
|-
|-
| H
| ξ
| Water depth
| water surface elevation
| m
| L
|-
|-
| τ<sub>b</sub>
| τ<sub>b</sub>
| Total (skin friction + form drag) Shields number
| bed shear stress
| -
| -
|-
|-
| q<sub>t</sub>
| S
| total bed material load
| bed slope
| m<sup>2</sup>/s
| -
|-
|-
|}
|}
Line 332: Line 493:


==Notes==
==Notes==
* The maximum number of computational nodes, M, is 99 (this is the case for all of the AgDeg functions).
Actual rivers tend to be morphologically active only during floods.  That is, most of the time they are not doing much to modify their morphology.  The simplest way to take this into account is to assume an intermittency I<sub>f</sub> such that the river is in flood a fraction I of the time, during which Q = Q<sub>f</sub> and q<sub>t</sub> is the sediment transport rate at this discharge (Paola et al., 1992).  For the other (1 – I<sub>f</sub>) fraction of time the river is assumed not to be moving sediment.
* The model calculates the water depth with a Chezy formulation, if only the Chézy coefficient is specified in the input file. The code uses a Manning-Strickler formulation, when only the roughness height, k<sub>c</sub>, and the coefficient α<sub>r</sub> are given in the input text file. If all these parameters are in the text file, the program will ask the user which formulation he would like to use
 
* The model prompts user whether he would like to append some of the characteristic values for the initial and final equilibrium state to the output file, or write them in a separate file.
Output is controlled by the parameters Ntoprint and Nprint.  The code will implement Ntoprint time steps.  In addition to output pertaining to the initial state, the code implements Nprint outputs, to that the total number of time steps executed is equal to Nprint x Ntoprint.
* Note on model running
 
The maximum number of computational nodes, M, is 99 (this is the case for all of the AgDeg functions).
 
The model calculates the water depth with a Chezy formulation, if only the Chézy coefficient is specified in the input file. The code uses a Manning-Strickler formulation, when only the roughness height, k<sub>c</sub>, and the coefficient α<sub>r</sub> are given in the input text file. If all these parameters are in the text file, the program will ask the user which formulation he would like to use.


==Examples==
==Examples==
Line 340: Line 506:


<span class="remove_this_tag">Follow the next steps to include images / movies of simulations:</span>
<span class="remove_this_tag">Follow the next steps to include images / movies of simulations:</span>
* <span class="remove_this_tag">Upload file: http://csdms.colorado.edu/wiki/Special:Upload</span>
* <span class="remove_this_tag">Upload file: https://csdms.colorado.edu/wiki/Special:Upload</span>
* <span class="remove_this_tag">Create link to the file on your page: <nowiki>[[Image:<file name>]]</nowiki>.</span>
* <span class="remove_this_tag">Create link to the file on your page: <nowiki>[[Image:<file name>]]</nowiki>.</span>


Line 354: Line 520:
==Links==
==Links==
* [[Model:AgDegNormal]]
* [[Model:AgDegNormal]]
* [http://vtchl.uiuc.edu/people/parkerg/word_files.htm http://vtchl.uiuc.edu/people/parkerg/word_files.htm] (Chapter 14, "1D aggradation and degradation of rivers: normal flow assumption" of the e-book).
* [http://hydrolab.illinois.edu/people/parkerg/_private/e-bookPowerPoint/RTe-bookCh14AgDegNormal.ppt http://hydrolab.illinois.edu/people/parkerg/_private/e-bookPowerPoint/RTe-bookCh14AgDegNormal.ppt].


[[Category:Modules]]
[[Category:Modules]]

Latest revision as of 14:24, 15 October 2019

The CSDMS Help System

AgDegNormal

This module calculates a) the equilibrium sediment transport rate and b) the morphodynamic evolution of a reach due to a change in sediment input rate.

Model introduction

The module computes variation in river bed level η(x, t), where x denotes a streamwise coordinate and t denotes time, in a river with constant width B. The bed sediment is characterized in terms of a single grain size D and submerged specific gravity R. The reach under consideration has length L. Bed elevation at the downstream end is assumed to be fixed. The model is based on total bed material load. The model is 1D, assumes a rectangular channel and neglects wall effects.

By modifying the sediment feed rate (Gtf) at the upstream end, the river can be forced to aggrade or degrade to a new equilibrium. The module computes this evolution.

Model parameters

Parameter Description Unit
Input directory Determine if you want to use the "GUI" interface to provide input parameter values or use a text file with the input parameters by providing the location of the file on the server. [-]
Site prefix Part of the input and output file name e.g. the name of the geographic location, or project [-]
Case prefix Part of the input and output file name that provides you the opportunity to do different scenario simulations for e.g. the same location, or project [-]
Parameter Description Unit
Flood discharge [m2/s]
Intermittency [-]
Channel width [m]
Grain size [mm]
Bed porosity [-]
Roughness height [mm]
Ambient Bed Slope [-]
Imposed Annual sediment transport rate from upstream [tons/year]
Length of reach [m]
Time step [days]
Number of time steps per printout [-]
Number of printouts [-]
intervals [-]
Upwinding coefficient (1 = full upwind, 0.5 = central difference) [-]
Coefficient in Manning-Strickler resistance relation [-]
Coefficient in sediment transport relation [-]
Exponent in sediment tranpsort relation [-]
Critical Shields stress [-]
Fraction of bed shear stress that is a skin friction Fraction of bed shear stress that is a skin friction [-]
Submerged specific gravity of sediment [-]
Parameter Description Unit
Model name The name of the model [-]
Author name The developer of the model [-]

Uses ports

This component has no uses ports.

Provides ports

  • Model: Provides IRF functionality.

Main equations

  • Flow in the channel (using Manning-Strickler formulation)
[math]\displaystyle{ C_{z}={\frac{U}{u_{*}}}=\alpha _{r}\left ( \frac{H}{K_{c}} \right )^{\frac{1}{6}} }[/math] (1)
  • grain roughness (Used as roughness height when bedforms are absent)
[math]\displaystyle{ k_{s} = n_{k} D }[/math] (2)
  • water conservation for a quasi-steady flow
[math]\displaystyle{ Q = q_{w} B = U B H }[/math] (3)
  • Boundary shear stress
[math]\displaystyle{ \tau _{b} = \rho u_{*} ^2 = \rho g H S }[/math] (4)
  • Shields number (Shields stress)
[math]\displaystyle{ \tau ^* = {\frac{\tau _{b}}{\rho R g D}} = {\frac{H S}{R D}} }[/math] (5)
  • Submerged specific gravity
[math]\displaystyle{ R = {\frac{\rho _{s}}{\rho}} - 1 }[/math] (6)
  • Water depth
[math]\displaystyle{ H = [{\frac{\left (k_{c} \right ) ^{\frac{1}{3}} Q_{w}^2}{\alpha _{r} g B^2 S}}]^{\frac{3}{10}} }[/math] (7)
  • Computation of the sediment transport (Meyer-Peter and Muller equation )
[math]\displaystyle{ q_{t} ^* =\left\{\begin{matrix} \alpha_{t} \left ( \varphi_{s} \tau ^2 - \tau_{c} ^* \right ) ^ \left ( n_{t} \right ) & \tau ^* \gt \tau_{c} ^* \\ 0 & \tau ^* \lt = \tau_{c} ^*\end{matrix}\right. }[/math] (8)
  • Einstein number
[math]\displaystyle{ q_{t} ^* = {\frac {q_{t}}{\sqrt{R g D} D}} }[/math] (9)
  • Cumulative time of the river has been in flood
[math]\displaystyle{ t_{f} = I_{f} t }[/math] (10)
  • Equilibrium (graded) states
  • Annual sediment yield with a graded state at this slope
[math]\displaystyle{ G_{t} = \rho_{s} q_{t} Bl_{f} t_{a} }[/math] (11)
  • Volume sediment transport rate per unit width obtained at the graded state
[math]\displaystyle{ q_{t} = {\frac{G_{tf}}{\rho_{s}Bl_{f} t_{a}}} }[/math] (12)
  • Computation of bed variation
  • Exner equation of sediment continuity (assume that qt is zero for most of the time)
[math]\displaystyle{ \left ( 1 - \lambda_{p} \right ) {\frac{\partial\eta}{\partial t}} = - {\frac{\partial q_{t}}{\partial x}} }[/math] (13)
  • Exner equation of sediment continuity (average over many floods)
[math]\displaystyle{ \left ( 1 - \lambda_{p} \right ) {\frac{\partial \eta}{\partial t}}= - {\frac{\partial l_{f} q_{t}}{\partial x}} }[/math] (14)
  • Spatial derivative of the total bed material load per unit width
[math]\displaystyle{ \frac{\Delta q_{t,i}}{\Delta X}=a_{u}\frac{q_{t,i}-q_{t,i-1}}{\Delta X}+\left ( 1-a_{u} \right )\frac{q_{t,i+1}-q_{t,i}}{\Delta X} }[/math] (15)
  • Bed slope computed in each node
[math]\displaystyle{ S_{i}=\left\{\begin{matrix} \frac{\eta _{1}-\eta _{2}} {\Delta x} & i=1\\ \frac{\eta _{i-1}- \eta _{i+1}} {2\Delta X} & i=2...M \\ \frac{\eta _{M} - \eta _{M+1}}{\Delta X} & i=M+1 \end{matrix}\right. }[/math] (16)
  • Initial bed elevation
[math]\displaystyle{ \eta_{i}=S \left ( L - x_{i} \right ) }[/math] (17)
  • non-dimensional total shear stress
[math]\displaystyle{ \tau _{b} ^* = {\frac{\tau _{b}}{\left ( \rho _{s} - \rho \right ) g D}} }[/math] (18)

Notes

Actual rivers tend to be morphologically active only during floods. That is, most of the time they are not doing much to modify their morphology. The simplest way to take this into account is to assume an intermittency If such that the river is in flood a fraction I of the time, during which Q = Qf and qt is the sediment transport rate at this discharge (Paola et al., 1992). For the other (1 – If) fraction of time the river is assumed not to be moving sediment.

Output is controlled by the parameters Ntoprint and Nprint. The code will implement Ntoprint time steps. In addition to output pertaining to the initial state, the code implements Nprint outputs, to that the total number of time steps executed is equal to Nprint x Ntoprint.

  • Note on model running

The maximum number of computational nodes, M, is 99 (this is the case for all of the AgDeg functions).

The model calculates the water depth with a Chezy formulation, if only the Chézy coefficient is specified in the input file. The code uses a Manning-Strickler formulation, when only the roughness height, kc, and the coefficient αr are given in the input text file. If all these parameters are in the text file, the program will ask the user which formulation he would like to use.

Examples

An example run with input parameters, BLD files, as well as a figure / movie of the output

Follow the next steps to include images / movies of simulations:

See also: Help:Images or Help:Movies

Developer(s)

Gary Parker

References

  • Paola, C., Heller, P.L., and Angevine, C.L., 1992. The large-scale dynamics of grain-size variation in alluvial basins. 1: Theory. Basin Research, 4, 73-90.
  • Meyer-Peter, E., and Müller, R., 1948. Formulas for bed-load transport Proceedings, 2nd Congress International Association for Hydraulic Research, Rotterdam, the Netherlands, 39-64.

Links