basins,
Python
K_s = saturated hydraulic conductivity (m / s) K_i = initial hydraulic conductivity (m / s) (typically much less than K_s) θ_s = soil water content at ψ = 0 (unitless) (often set to the soil porosity, φ) θ_i = initial soil water content (unitless) θ_r = residual soil water content (unitless) (must be < θ_i) ψ_B = bubbling pressure head (meters) (also called air-entry pressure, ψ_ae) ψ_A = pressure head offset parameter (meters) λ = pore-size distribution parameter (unitless) (alt. notation = 1/b ) η = 2 + (3 * λ) (unitless) (see Notes) c = transitional Brooks-Corey curvature parameter (unitless) (see Notes) dznodes = vertical distance between nodes (meters) nnodes = number of subsurface vertical nodes
The behavior of this component is controlled with a configuration (CFG) file, which may point to other files that contain input data.
v = K * (1 - ψ_z) = Darcy's Law for vertical flow rate (m / s) v_z = J - θ_t = conservation of mass, with source/sink term J Θ_e = (θ - θ_r) / (θ_s - θ_r) = effective saturation or scaled water content (unitless) θ_r = θ_s ( abs(ψ_B) / 10000)^λ = residual water content (unitless) K = K_s * Θ_e^η/λ = hydraulic conductivity (m / s) (see Notes below) ψ = ψ_B (Θ_e^-c/λ - 1)^1/c - ψ_A = pressure head (meters) (see Notes below)
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.
This part will be filled out by CSDMS staff
<pbars ytitle=Downloads Title='Monthly Downloads topoflow-infiltration-richards_1d' xlabels=true size=900x200 ymax=20 grid=true box=true cubic=true plots=open xformat=number connected=true angle=90 legend> ,Total downloads: 52 2008 - Jan,0 Feb,0 Mar,0 Apr,0 May,0 Jun,0 Jul,0 Aug,0 Sep,0 Oct,0 Nov,0 Dec,0 2009 - Jan,0 Feb,0 Mar,0 Apr,0 May,0 Jun,0 Jul,0 Aug,0 Sep,0 Oct,0 Nov,0 Dec,0 2010 - Jan,0 Feb,0 Mar,0 Apr,0 May,0 Jun,0 Jul,0 Aug,0 Sep,0 Oct,0 Nov,0 Dec,0 2011 - Jan,0 Feb,0 Mar,1 Apr,1 May,2 Jun,4 Jul,0 Aug,5 Sep,1 Oct,0 Nov,1 Dec,2 2012 - Jan,3 Feb,4 Mar,4 Apr,1 May,0 Jun,0 Jul,4 Aug,1 Sep,0 Oct,1 Nov,1 Dec,0 2013 - Jan,0 Feb,0 Mar,2 Apr,0 May,0 Jun,1 Jul,0 Aug,0 Sep,0 Oct,0 Nov,0 Dec,2 2014 - Jan,0 Feb,1 Mar,0 Apr,0 May,2 Jun,0 Jul,0 Aug,2 Sep,1 Oct,0 Nov,4 Dec,0 2015 - Jan,0 Feb,1 Mar,0 Apr,0 May,0 Jun,0 Jul,0 </pbars>
Template:Download Model