Model help:TopoFlow-Infiltration-Richards 1D

From CSDMS
Revision as of 18:03, 8 April 2011 by Happyfei (talk | contribs) (Created page with "<!-- How to create a new "Model help" page: 1) Log in to the wiki 2) Create a new page for each model, by using the following URL: * http://csdms.colorado.edu/wiki/Model help:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The CSDMS Help System

TopoFlow-Infiltration-Richards 1D

This module is the infiltration process component (Richards 1D method) for a D8-based, spatial hydrologic model.

Model introduction

This process component is part of a spatially-distributed hydrologic model called TopoFlow, but it can now be used as a stand-alone model.

Model parameters

Parameter Description Unit
First parameter Description parameter [Units]
Parameter Description Unit
First parameter Description parameter [Units]

Uses ports

This will be something that the CSDMS facility will add

Provides ports

This will be something that the CSDMS facility will add

Main equations

  • Darcy's law for vertical flow rate
[math]\displaystyle{ v= K \left ( 1 - /Psi_{z}\right) }[/math] (1)
  • Conservation of mass, with source/sink term J
[math]\displaystyle{ v_{z}= J - theta_{t} }[/math] (2)
  • Effective saturation or scaled water content, equal to 0 (θ = θr; equal to 1 (θ = θs))
[math]\displaystyle{ /Theta_{e}= \left ( /theta - /theta_{r}\right) / \left ( /theta_{s} - /theta_{r} \right) }[/math] (3)
  • Hydraulic conductivity
[math]\displaystyle{ K= K_{s} /Theta_{e}^{/frac{/eta}{lambda}} }[/math] (4)
  • Pressure head
[math]\displaystyle{ /Psi= /Psi_{B} \left ( /Theta_{e}^-{/frac{C}{A}} - 1 \right) - /Psi_{A} }[/math] (5)


Notes

  • Note on input parameters

For each variable, you may choose from the droplist of data types. For the "Scalar" data type, enter a numeric value with the units indicated in the dialog. For the other data types, enter a filename. Values in files must also use the indicated units.

Single grids and grid sequences are assumed to be stored as RTG and RTS files, respectively. Time series are assumed to be stored as text files, with one value per line. For a time series or grid sequence, the time between values must coincide with the timestep provided.

Note that the names of Greek letters are spelled out in the dialog, so theta = θ, psi = ψ and lambda = λ.

The current version allows up to 3 different soil layers, each with its own soil properties and number of vertical nodes. The soil layer number is indicated at the top of the dialog and you use the Next and Back buttons to view settings for the various layers.

  • Note on the equations

These equations are used to compute the time evolution of 1D (vertical, subsurface) profiles for (1) soil moisture, θ, (2) pressure head, ψ, (3) hydraulic conductivity, K and (4) vertical flow rate, v. TopoFlow solves these equations separately to get time-evolving profiles for every grid cell in a DEM. The result is a 3D grid for each of these four variables that spans the unsaturated zone. The third equation above just defines a variable that is used in the 4th and 5th equations, so the coupled set constitutes 4 equations to be solved for 4 unknowns. These equations can be combined into one nonlinear, parabolic, second-order PDE (partial differential equation) known as the one-dimensional Richards' equation.

The infiltration rate is simply the vertical flow rate at the ground surface, denoted by v0.

Soil moisture is simply another term for the water content in the case where the porous medium is a soil.

Subscripts in the first two equations indicate partial derivatives with respect to the vertical coordinate, z. Note that z is the vertical distance below the ground surface, in meters.

More information on how soil is modeled in TopoFlow along with published soil property tables can be found on this soil properties page .

Two other, simpler methods for modeling infiltration are described on the help pages for the Green-Ampt method and the Smith-Parlange 3-parameter method.

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)

Scott Peckham

References

Dingman, S.L. (2002) Physical Hydrology, 2nd ed., Prentice-Hall, Upper Saddle River, New Jersey, 646 pp.

Smith, R.E. (2002) Infiltration Theory for Hydrologic Applications, Water Resources Monograph 15, AGU, 212 pp.

Links