documentation of the hydrus package for modflow … · modflow zone is delivered to the hydrus...

98
1 DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW-2000, THE U.S. GEOLOGICAL SURVEY MODULAR GROUND-WATER MODEL By Hyeyoung Sophia Seo 1 , Jirka Šimůnek 2 , Eileen P. Poeter 1 ABSTRACT A new one-dimensional unsaturated flow package has been developed for and linked to the three- dimensional modular finite-difference ground water model MODFLOW-2000. The HYDRUS Package uses the computer program HYDRUS to simulate water movement in variably-saturated porous media. HYDRUS is a finite-element code that solves the Richards equation. The flow equation incorporates a sink term to account for water uptake by plant roots. The boundary conditions for flow can vary with time. The HYDRUS Package begins with discretization of the soil profile into finite elements. Darcian flux is computed at each element of the soil profile. If necessary, the HYDRUS Package uses smaller time steps than MODFLOW with the time increment automatically adjusted to maintain accuracy. MODFLOW uses the time-averaged flux from the bottom of the unsaturated soil profile as recharge for the time step and calculates a new water depth, which is specified as a pressure head boundary at the bottom of the soil profile for the next time step. Zone arrays are used to define the cells to which the HYDRUS Package applies. This report documents the conceptual model, governing equations, and input instructions of the HYDRUS Package. INTRODUCTION The HYDRUS Package for MODFLOW-2000 (Harbaugh et al, 2000) was developed to consider the effects of infiltration, soil moisture storage, evaporation, plant water uptake, precipitation, and water accumulation at the ground surface. The computational module from the HYDRUS-1D software package (Šimůnek et al., 2005) was adapted (e.g., solute and heat transport was removed, hysteresis in the soil hydraulic functions is not considered, only relevant boundary conditions remain) to simulate one-dimensional water movement in variably-saturated porous media. HYDRUS numerically solves the Richards equation and uses Galerkin-type linear finite element schemes. Integration in time is achieved using an implicit finite difference scheme for both saturated and unsaturated conditions. Solution efficiency has been improved for transient problems by automatically adjusting time step size. A sink term accounts for water uptake by plant roots, and the root water extraction rate is assumed to vary linearly over each mesh element. The HYDRUS Package discretizes the soil profile into finite elements, and defines the vertical distribution of hydraulic and other parameters characterizing the soil profile. The unsaturated soil hydraulic properties are described by user- selected van Genuchten (1980), van Genuchten with air entry value of -2 cm, or Brooks and Correy (1964) analytical functions. 1 Colorado School of Mines, 1500 Illinois St. Golden CO 80401, [email protected], [email protected] 2 University of California, Riverside, 900 University Ave. Riverside CA 92521, [email protected]

Upload: duonglien

Post on 14-Jun-2018

259 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

1

DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW-2000,

THE U.S. GEOLOGICAL SURVEY MODULAR GROUND-WATER MODEL

By Hyeyoung Sophia Seo1, Jirka Šimůnek2, Eileen P. Poeter1

ABSTRACT

A new one-dimensional unsaturated flow package has been developed for and linked to the three-

dimensional modular finite-difference ground water model MODFLOW-2000. The HYDRUS Package uses the computer program HYDRUS to simulate water movement in variably-saturated porous media. HYDRUS is a finite-element code that solves the Richards equation. The flow equation incorporates a sink term to account for water uptake by plant roots. The boundary conditions for flow can vary with time. The HYDRUS Package begins with discretization of the soil profile into finite elements. Darcian flux is computed at each element of the soil profile. If necessary, the HYDRUS Package uses smaller time steps than MODFLOW with the time increment automatically adjusted to maintain accuracy. MODFLOW uses the time-averaged flux from the bottom of the unsaturated soil profile as recharge for the time step and calculates a new water depth, which is specified as a pressure head boundary at the bottom of the soil profile for the next time step. Zone arrays are used to define the cells to which the HYDRUS Package applies. This report documents the conceptual model, governing equations, and input instructions of the HYDRUS Package.

INTRODUCTION The HYDRUS Package for MODFLOW-2000 (Harbaugh et al, 2000) was developed to consider

the effects of infiltration, soil moisture storage, evaporation, plant water uptake, precipitation, and water accumulation at the ground surface.

The computational module from the HYDRUS-1D software package (Šimůnek et al., 2005) was adapted (e.g., solute and heat transport was removed, hysteresis in the soil hydraulic functions is not considered, only relevant boundary conditions remain) to simulate one-dimensional water movement in variably-saturated porous media. HYDRUS numerically solves the Richards equation and uses Galerkin-type linear finite element schemes. Integration in time is achieved using an implicit finite difference scheme for both saturated and unsaturated conditions. Solution efficiency has been improved for transient problems by automatically adjusting time step size. A sink term accounts for water uptake by plant roots, and the root water extraction rate is assumed to vary linearly over each mesh element. The HYDRUS Package discretizes the soil profile into finite elements, and defines the vertical distribution of hydraulic and other parameters characterizing the soil profile. The unsaturated soil hydraulic properties are described by user-selected van Genuchten (1980), van Genuchten with air entry value of -2 cm, or Brooks and Correy (1964) analytical functions.

1 Colorado School of Mines, 1500 Illinois St. Golden CO 80401, [email protected], [email protected] 2 University of California, Riverside, 900 University Ave. Riverside CA 92521, [email protected]

Page 2: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

2

MODFLOW zone arrays identify cells to which each unsaturated soil profile applies. The HYDRUS Package determines the flux from the variably saturated rigid porous medium and connects to MODFLOW as a head dependent flux boundary. Information about the average depth to water in each MODFLOW zone is delivered to the HYDRUS Package, which returns a flux calculated using its own time discretization for each MODFLOW time step. The flux is applied to every cell in the zone. The HYDRUS Package uses prescribed pressure head and flux boundaries, and boundaries controlled by atmospheric conditions such as precipitation, evaporation, and transpiration.

The user defines precipitation, potential evaporation, and potential transpiration rates for the profile. The net infiltration rate, i.e., the difference between precipitation and evaporation is estimated during the simulation. Therefore, there is no need to use MODFLOW-2000 Evapotranspiration (EVT) and recharge (RCH) Packages simultaneously in the same vertical column with the HYDRUS Package. The RCH Package can be used to simulate recharge from sources other than surface processes if desired. The EVT Package cannot be used with the HYDRUS Package.

Purpose and Scope

The purpose of this report is to present a new unsaturated flow package, which is compiled with the three-dimensional modular finite-difference ground water model MODFLOW-2000. The HYDRUS Package simulates one-dimensional water flow. This simplicity is an advantage for large simulations due to its computational efficiency relative to a three-dimensional unsaturated flow simulation. Computational time can be reduced by applying each profile to a zone of cells rather than individual cells. The same zonation and soil profiles need to be used for the entire simulation. When a zone of cells is used for a profile, the average depth to water for all cells in the zone is used as the lower boundary condition for the soil profile. Consequently the user may want to use the same profile for many different zones.

The source code was developed and tested using the Compaq Visual Fortran and Lahey/Fujitsu Fortran 95 compilers.

Acknowledgments

The authors wish to acknowledge Rien van Genuchten of the U. S. Salinity Laboratory for his encouragement and guidance along the way to develop the HYDRUS Package.

Page 3: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

3

CONCEPTUALIZATION AND IMPLEMENTATION OF THE HYDRUS PACKAGE

The HYDRUS Package analyzes one-dimensional water flow in variably saturated porous media

based on precipitation, potential evaporation rate, potential transpiration rate, plant water uptake, and water accumulation at the ground surface. The process begins with the discretization of the soil profile into finite elements, and definition of the vertical distribution of hydraulic and other parameters characterizing the soil profile (Figure 1-A). The soil profile needs to represent materials from the surface to the deepest level expected for the water table at any time during the simulation.

Figure 1-A. A discretized aquifer system in MODFLOW and the HYDRUS soil profile: One profile for each MODFLOW zone.

Laye

r 1

Laye

r 3

Laye

r 2

MODFLOW Grid

Depth to Ground Water

Layers

Columns

1 5 3 4 2 6 7 8 9 10 11 12 13

1

2

3

1

2

3

4

5

6

7

Rows

Zone 1

Zone 2

K1

K2

K3

Explanation

K: Hydraulic Conductivity

HYDRUS Soil Profile a: Ground Surface b: Bottom of Soil Column

Flux (q)

a

b

Explanation

K1K2K3K4K5K6K7K8K9K10K11K12

K: Hydraulic Conductivity

Z1

ZSURF

Dep

th

Page 4: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

4

Each HYDRUS profile is applied for one or more MODFLOW zones that can include one or more cells. The average depth to ground water (ground surface - water table elevation) of all MODFLOW cells in the zone is used to determine the bottom boundary pressure head value in the HYDRUS profile: HB = ZSURF – DEPTH – Z1 (1) where HB is the pressure head at the bottom of the soil profile (i.e. the height of the water column above the bottom of the soil profile); ZSURF is the elevation of the ground surface; DEPTH is the depth to ground water; and Z1 is the coordinate of the bottom of the soil profile (Figure 1-A).

The user is allowed to make as many unsaturated profiles as he/she likes, i.e., one unsaturated profile for every cell or a group of cells (Figure 1-B). When a group of cells is specified, the depth to ground water in each cell of the zone is averaged to determine the hydraulic head at the bottom of the soil profile. The time-averaged flux from the bottom of the soil profile is applied to each cell in the zone as recharge for the time step.

Figure 1-B. A discretized aquifer system in MODFLOW and an associated HYDRUS soil profile: One profile for a group of MODFLOW Grids.

Layers

Columns

1 5 3 4 2 6 7 8 9 10 11 12 13

1

2

3

1

2

3

4

5

6

7

Rows

Zone 1

Zone 2

K1

K2

K3

Explanation

K: Hydraulic Conductivity

MODFLOW Grid HYDRUS Soil Profile 1 MODFLOW Grid HYDRUS Soil Profile 2

Flux (q)

Flux (q)

Average Depth to water of the 28 cells in zone 1 La

yer 1

La

yer 3

La

yer 2

Zone 2 Zone 2

Zone 2

Average Depth to water of the 63 cells in zone 2

Zone 1

Page 5: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

5

The unsaturated zone finite element mesh is constructed by dividing the soil profile into one-dimensional linear elements connected at nodal points. The thickness of each finite element is controlled by the node locations and cannot be changed during the simulation. It is recommended that the size-ratio of two neighboring elements not exceed about 1.5. The nodes are numbered sequentially from 1 to NumNP (total number of nodes) from the bottom of the soil profile to the soil surface. The element dimensions should be relatively small at locations where large hydraulic gradients are expected. Such a region is usually located close to the soil surface where highly variable meteorological factors can cause rapid changes in the soil water content and corresponding pressure heads. Therefore, relatively small elements are recommended near the soil surface, with gradually larger sizes deeper in the soil profile. Soil hydraulic properties also need to be considered when defining element dimensions. Coarse textured soils generally require a finer discretization than fine-textured soils (loams, clays). No special grid configuration is required to simulate the soil root zone.

The flow region itself may be composed of nonuniform soils. Soil properties beginning with 1 and ending with NMat (the total number of soil materials) must be assigned to all nodal points of the finite element mesh (Figure 2-A). When different material numbers are assigned to a node, material properties of the adjacent elements are interpolated linearly between nodes by the finite element algorithm. This procedure blurs soil interfaces. Note that the bottom of the soil profile needs to be below the water table throughout the simulation. The flux is calculated at the bottom of the soil profile, which must always be saturated (pressure at this boundary is equal to the height of saturated column above that elevation). The flux is applied to the MODFLOW layer which the user specifies as either the highest active cell or layer one. If layer one is selected and layer 1 goes dry, then the simulated infiltration is not input to the simulation.

Figure 2. The link of the HYDRUS Package to MODFLOW: (A) Construction of finite element mesh, (B) Transfer of the flux from the unsaturated zone to the MODFLOW grid cell.

1 (node number), a (soil type)

Mes

h N

odes

5 (node number), a (soil type)

7 (node number), a (soil type)

9 (node number), a (soil type)

14 (node number), b (soil type)

NumNP (the total number of nodes), NMat (the total number of soil materials)

Flux

(−) (+)

HYDRUS Soil Profile

Water Table

(A) (B)

MODFLOW Grid

Layer 1 Soil Type a

Layer2 Soil Type b

Layer 3 Soil Type c

Flux

(−) (+)

Page 6: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

6

The HYDRUS Package solves the Richards equation and determines the flux at the bottom of the soil profile using time sub-steps for each MODFLOW time step. MODFLOW receives the flux as recharge and calculates a new water depth for the time step, which is assigned as the new pressure head at the bottom of the soil profile in the HYDRUS Package for the next MODFLOW time step. The procedure is presented in Figure 3. The governing equations, numerical solution strategy, and input instructions of the HYDRUS Package are presented in the following section.

Figure 3. Ground Water Flow Process with the HYDRUS Package (GWF- Groundwater Flow, AL-Allocate, RP- Read and Prepare, ST- Stress, AD- Advance a time step, FM- Formulate equations, AP- Solve equations, OC- Output Control, BD- Calculate volumetric budget, OT- Write output).

Allocate array storage GWF RP

GWF ST and RP

GWF AL

GWF FM

GWF AP

GWF OC, BD and OT

GWF AD

Stress Loop

Time Step Loop

Iteration Loop

MODFLOW-2000 MAIN HYDRUS PACKAGE

Loop for n profiles

Read input data

Update head at the bottom of profile Solve water movement Calculate total flux from HYDRUS profile Read time-dependent boundary condition (1) Loop for n profiles (2) Inner iteration loop

(1) (2)

Add total flux from HYDRUS profile

Page 7: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

7

Governing Flow Equation

The one-dimensional unsaturated flow package is used to describe the effects of infiltration, soil moisture storage, evaporation, plant water uptake, precipitation, and water accumulation at the ground surface. Water movement in the unsaturated zone is assumed to occur only in the vertical direction, which is described by a modified form of the Richards equation, which is expressed as:

hK K St z zθ∂ ∂ ∂⎛ ⎞= + −⎜ ⎟∂ ∂ ∂⎝ ⎠

, (2)

where

θ is the volumetric soil water content which is a function of the pressure head for a given material [dimensionless];

t is time [T]; z is the spatial coordinate [L] (positive upward); K is the unsaturated hydraulic conductivity at the current pressure head [LT-1]; h is the water pressure head [L]; and S is the sink term [T-1].

The Richards equation is based on the assumptions that the air phase plays an insignificant role in the liquid flow process, and that water flow due to thermal gradients can be neglected (e.g., Šimůnek et al, 1998). This solution requires the initial distribution of the pressure head within the flow domain.

Unsaturated Soil Hydraulic Properties

The unsaturated soil hydraulic properties, θ and K, in equation (2) are, in general, highly nonlinear functions of the pressure head, h. The unsaturated hydraulic conductivity function, K, is expressed as:

),()(),( zhKzKzhK rs= , (3) where Kr is the relative hydraulic conductivity [-], Ks is the saturated hydraulic conductivity [LT-1], and z is the spatial coordinate [L]. The user may choose from three types of analytical models for the hydraulic properties: Brooks and Corey's (1964) model, van Genuchten's (1980) model, and van Genuchten's model with the air entry value of -2 cm. At the beginning of a simulation, tables of water contents, hydraulic conductivities, and specific water capacities are produced for each soil type from the specified input of hydraulic parameters. The values of θi, Ki and Ci in each element are evaluated at prescribed pressure heads hi within a specified interval. The values are generated such that:

=+

i

i

hh 1 constant, (4)

which means that the spacing between two consecutive pressure head values increases in a logarithmic fashion. Values for the hydraulic properties, θ (h), K(h) and C(h), are computed during the iterative solution process using linear interpolation. If an argument h falls outside the prescribed interval, the hydraulic characteristics are evaluated directly from the hydraulic functions, i.e., without interpolation. Computation by the interpolation technique is much faster than direct evaluation of the hydraulic functions over the entire range of pressure heads, except when very simple hydraulic models are used.

Page 8: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

8

Brooks and Corey model According to Brooks and Corey (1964), the unsaturated hydraulic conductivity function, K(Se), and the soil water retention curve, Se(h), are given by: 2/ 2n l

s eK SK + += , (5)

- -1/| |

1 -1/

n

e

h hS

h

αα

α

⎧ <⎪

= ⎨⎪ ≥⎩

, (6)

where n is a pore-size distribution index, l is a pore-connectivity parameter assumed to be 2.0, α is the inverse of the air-entry value (or bubbling pressure) [L-1], and Se is the effective water content:

rs

reS

θθθθ−−

= , (7)

in which θr and θs denote the residual and saturated water contents, respectively. The parameters α, n and l are considered to be empirical coefficients affecting the shape of the hydraulic functions.

van Genuchten model van Genuchten (1980) used the statistical pore-size distribution model of Mualem (1976) to obtain a predictive equation for the unsaturated hydraulic conductivity function in terms of soil water retention parameters. The soil water retention, θ (h), and hydraulic conductivity, K(h), functions are given by:

- 0[1 | | ]

( )0

s rr n m

s

hh

h h

θ θθα

θ

θ

⎧ + <⎪ +⎪⎪= ⎨⎪ ≥⎪⎪⎩

, (8)

2

1/( ) [1- ](1- )ml ms e eK h SK S= , (9)

where 1 1 1m = - /n , n > . (10) The above equations contain six independent parameters: θr, θs, α, n, l, and Ks. The pore-connectivity parameter l in the hydraulic conductivity function is estimated to be about 0.5 as an average for many soils (Mualem, 1976).

The Mualem (1976) pore-size distribution model for predicting soil hydraulic conductivities often predicts for fine textured soils unrealistically fast decrease of the hydraulic conductivity close to saturation. Much better predictions of soil hydraulic conductivities for fine textured soils can be obtained if the van Genuchten (1980) model is modified by assuming an air-entry value of -2 cm (Vogel et al.,

Page 9: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

9

2001). This modification leads to an almost imperceptible change in the description of the retention curve (especially for fine textured soils; one cannot practically see any differences when plotting the two functions), but much more pronounce change in the unsaturated hydraulic conductivity function. The function decreases significantly slower with decreasing water content (pressure) than the original function (see Vogel et al., 2001). The modified van Genuchten model does not require any additional input parameters and it leads to much more numerically stable solutions, since it significantly reduces the nonlinearity of the soil hydraulic functions.

Space and Time Discretization

The soil profile is first discretized into N − 1 adjoining elements, with the ends of the elements located at the nodal points, and N being the number of nodes. The HYDRUS Package assumes that the vertical coordinate z is directed positive upward.

A mass-lumped linear finite element scheme is used for discretization of the mixed form of the Richards equation (2). Since the mass-lumped scheme results in an equivalent and somewhat standard finite difference scheme, the detailed finite element development is omitted and the invoked final finite difference scheme is given:

j

i

kji

kji

i

kji

kjikj

ii

kji

kjikj

i

ji

kji

SzKK

zhhK

zhhK

zt

−Δ−

+

⎟⎟⎠

⎞⎜⎜⎝

⎛Δ−

−Δ−

Δ=

Δ−

+−

++

++−

+++−

++++++

+

++

,12/1

,12/1

1

1,11

1,1,12/1

1,11,11,1

2/1

1,1 1θθ

, (11)

where

2,

2

,,2

,11

,1,12/1

,1,11,1

2/1

11111

1

kji

kjikj

i

kji

kjikj

i

iiiiiiii

jj

KKKKKK

zzzzzzzzz

ttt

+−

++−

++++

+

−−+−+

+

+=

+=

−=Δ−=Δ−

−=Δ

, (12)

in which subscripts i-1, i, and i+1 indicate the position in the finite difference mesh; superscripts k and k+1 denote the previous and current iteration levels, respectively; and superscripts j and j+1 represent the previous and current time levels, respectively. Equation (11) is based on a fully implicit discretization of the time derivative, and is solved with a Picard iterative solution scheme. Notice also that the sink term, S, is evaluated at the previous time level. The mass-conservative method proposed by Celia et al. (1990), in which θ j+1, k+1 is expanded in a truncated Taylor series with respect to h about the expansion point h j+1, k, is used in the time difference scheme of Equation (11):

tt

hhCt

ji

kji

kji

kjikj

i

ji

kji

Δ−

+Δ−

− +++++

++ θθθθ ,1,11,1,1

1,1

, (13)

where Ci represents the nodal value of the soil water capacity [L-1]:

Page 10: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

10

kj

kji dh

dC,1

,1+

+ =θ

. (14)

This method has been shown to provide excellent results in terms of minimizing the mass balance error. The second term on the right hand size of equation (13) is known prior to the current iteration. The first term on the right hand side of equation (13) should vanish at the end of the iteration process if the numerical solution converges. The derivation leads to the following matrix equation with matrix [Pw] and vectors {h} and {Fw}:

1, 11,[ { { }}] j kj k

w whP F+ ++ = . (15) The symmetrical tridiagonal matrix [Pw] in equation (15) has the form:

1 1

1 2 2

2 3 3

0 00 0

0 0 0. . .

[ ]. .w

d e e d e

e d e

P =

-3 -2 -2

-2 -1 -1

-1

.0 0 00 00 0

N N N

N N N

N N

e d e

e d e e d , (16)

where the diagonal entries di and above-diagonal entries ei of the matrix [Pw], and the entries fi of vector {Fw}, are given by:

1

.11

.1.1.11,1

22 −

+−

+++++

Δ+

+Δ+

+ΔΔ

=i

kji

kji

i

kji

kjikj

ii zKK

zKKC

tzd , (17)

i

kji

kji

i zKKe

Δ+

−=++

+

2

.11

.1

, (18)

zSKKtzhC

tzf j

i

kji

kjij

ikj

ikj

ikj

ii Δ−−

+−ΔΔ

−ΔΔ

=+−

+++++

2)(

.11

.11,1,1,1 θθ . (19)

The tridiagonal matrix [Pw] is symmetric, and therefore the below-diagonal entries are equal to the above-diagonal entries. The entries d1, e1, f1, and eN-1, dN, fN are dependent upon the prescribed boundary conditions.

Initial and Boundary Conditions

The solution of Equation (2) requires knowledge of the initial distribution of the pressure head within the flow domain:

Page 11: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

11

)(),( zhtzh i= when t = t0, (20) where hi [L] is a prescribed function of z, and t0 is the time when the simulation begins.

Boundary conditions for fluid simulation are expressed either as a first-type (Dirichlet) or a second-type (Neumann) boundary condition. The Dirichlet boundary condition applies where the value of a component is fixed at a particular boundary, and the Neumann boundary condition applies where the cross-boundary flux of a component is fixed at a particular boundary.

A Dirichlet boundary with a prescribed pressure head, h0, is specified at the bottom of soil profile (i.e., z = 0): )(),( 0 zhtzh = at z = 0 (21)

At the soil surface (i.e., z = L), the soil-air interface is exposed to atmospheric conditions and the potential fluid flux across this interface is controlled exclusively by external conditions. However, the actual flux depends also on the prevailing (transient) soil moisture conditions near the surface. The numerical solution of equation (2) is obtained by limiting the absolute value of the surface flux by the following two conditions (Neuman et al., 1974):

LzEKzhK =≤−∂∂

− at , (22)

and Lzhhh SA =≤≤ at , (23) where E is the maximum potential rate of infiltration or evaporation under the current atmospheric conditions [LT-1], and hA and hS are, respectively, minimum and maximum pressure heads at the soil surface allowed under the prevailing soil conditions [L]. The value of hA is determined from the equilibrium conditions between soil water and atmospheric water vapor, whereas hS is usually set equal to zero. When the pressure head, h, exceeds the maximum allowed pressure head, hS, surface runoff is initiated. The HYDRUS Package calculates the amount of infiltration at the maximum allowed pressure head, hS, and the rest is removed by surface runoff. A positive value of hS represents a small layer of ponded water that can form on top of the soil surface during heavy rain before runoff begins.

Any excess water on the soil surface can be immediately removed by using an option in the HYDRUS Package. When one of the end points of equations 22 or 23 is reached, a prescribed head boundary condition will be used to calculate the actual surface flux. Methods of calculating E and hA on the basis of atmospheric data have been discussed by Feddes et al. (1974). On the other hand, the user can permit water to build up on the surface. When surface accumulation is expected to develop, the following equation may be selected by the user (Mls, 1982):

0 ( ) ath dhK K q t z Lz dt∂

− − = − =∂

. (24)

The flux q0 in this equation is the net infiltration rate, i.e., the difference between precipitation and evaporation. Equation (24) reveals that the height h (L, t) of the surface water layer increases due to precipitation, and decreases in response to infiltration and evaporation.

Page 12: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

12

Atmospheric boundaries are simulated by applying either prescribed head or prescribed flux boundary conditions depending upon whether equation (22) or (23) is satisfied (Neuman, 1974). If equation (23) is not satisfied, then boundary node n becomes a prescribed pressure head boundary. If, at any point in time during the computations, the calculated flux exceeds the specified potential flux in equation (22), the node is assigned a flux equal to the potential value and is treated as a prescribed flux boundary.

Atmospheric boundary conditions are implemented at the soil surface, in which case time-dependent input data for the precipitation, Prec, and evaporation, rSoil, rates must be specified in the input file. The potential fluid flux across the soil surface is determined by rAtm=rSoil-Prec. Two limiting values of surface pressure head must also be provided: hCritS which specifies the maximum allowed pressure head at the soil surface (usually 0.0), and hCritA which specifies the minimum allowed surface pressure head (defined from equilibrium conditions between soil water and atmospheric vapor). When hCritS is exceeded, water starts accumulating, which initiates surface runoff. Then, the boundary condition is switched from a flux to a head boundary (with head = hCritS) and that controls the infiltration rate. Excess water is assumed to be removed by surface runoff. Similarly, when hCritA is exceeded (very dry soil), the code switches from a flux (potential evaporation) to a head boundary condition and calculates evaporation rate (actual evaporation). This leads to reduction of potential evaporation to actual evaporation.

When a flux boundary condition is used at the top of the soil profile, the mass balance equation is used in numerical implementation rather than Darcy's law because it is more stable and mass-conservative:

Szq

t−

∂∂

−=∂∂θ

, (25)

where

θ is the volumetric soil water content [dimensionless]; t is time [T]; q is the water flux [LT-1]; z is the spatial coordinate [L] (positive upward); and S is the sink term [T-1].

Discretization of equation (25) yields:

jN

N

kjN

jN

jN

kjN S

zqq

t−

Δ−

−=Δ−

+−

+++

1

,12/1

11,1 )(2θθ. (26)

Expanding the time derivative on the left hand side of equation (26) as in (13), and using the discretized form of Darcy's law for qN-1/2 leads to:

KzhKq −∂∂

−= , (27)

1

,11

,1,11

22 −

+−

++−

Δ+

Δ=

N

kjN

kjNkj

NN

N zKKC

tzd , (28)

Page 13: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

13

11,1

1,1

,1,1,11

22

)(22

+−+−

+

+++−

−Δ

−+

−ΔΔ

−Δ

Δ=

jN

jN

Nkj

Nkj

N

jN

kjN

kjN

kjN

NN

qSzKKt

zhCt

zf θθ, (29)

where qN is the prescribed soil surface boundary flux. Implementation of a Neumann boundary condition always preserves symmetry of the matrix [Pw].

When a Dirichlet condition is specified at the bottom of the soil profile, d1 is unity, e1 reduces to zero in the matrix [Pw], and f1 equals the prescribed pressure head, h0 in the equation (21). Additional rearrangement of the matrix [Pw] is necessary to preserve its symmetry. The appropriate entries in the second equation containing the prescribed boundary pressure head h0 in the left-hand side matrix are incorporated into the known vector on the right-hand side of the global matrix equation. This rearrangement restores the symmetry of the matrix [Pw].

Iterative Process

The nonlinear nature of equation (15) requires an iterative process be used to obtain a solution to the global matrix equation at each new time step. A system of linearized algebraic equations is first derived from equation (15), and the equation is solved using Gaussian elimination after incorporation of the boundary conditions for each iteration. The Gaussian elimination process takes advantage of the tridiagonal and symmetric features of the coefficient matrix in equation (15). After solving equation (15) the first time, the coefficients in equation (15) are re-evaluated using this first solution, and equation (15) is solved again. The iterative process continues until a satisfactory degree of convergence is obtained, i.e., until the absolute change in pressure head (or water content) between two successive iterations becomes less than some small value determined by the imposed absolute pressure head (or water content) tolerance at all nodes. The first estimate (at zero iteration) of the unknown pressure heads at each time step is obtained by extrapolation from the pressure head values at the previous two time levels.

Time Control There are three different time discretizations in the HYDRUS Package: (1) time discretizations associated with the numerical solution, (2) time discretizations associated with the implementation of boundary conditions, and (3) time discretizations which provide printed output of the simulation results (e.g., nodal values of dependent variables, water, and other information about the flow regime).

Discretizations (2) and (3) are mutually independent; they generally involve variable time steps as described in the input data file. Discretization 1 starts with a prescribed initial time increment, Δt. This time increment is automatically adjusted at each time level according to the following rules (Mls, 1982; Šimůnek et al., 1992):

a. Discretization 1 must coincide with time values resulting from time discretizations 2 and 3. b. Time increments cannot become less than a preselected minimum time step, Δtmin, nor exceed a

maximum time step, Δtmax (i.e., Δtmin ≤ Δt ≤ Δtmax). c. If, during a particular time step, the number of iterations necessary to reach convergence is ≤ 3, the

time increment for the next time step is increased by multiplying Δt by a predetermined constant >1 (usually between 1.1 and 1.5). If the number of iterations is ≥ 7, Δt for the next time level is

Page 14: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

14

multiplied by a constant < 1 (usually between 0.3 and 0.9). d. If, during a particular time step, the number of iterations at any time level becomes greater than a

prescribed maximum (usually between 10 and 50), the iterative process for that time level is terminated. The time step is subsequently reset to Δt/3, and the iterative process restarted.

Page 15: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

15

Computation of Nodal Fluxes Components of the Darcian flux are computed at each print time. The z-component of each nodal

flux is computed according to:

⎟⎟⎠

⎞⎜⎜⎝

⎛+

Δ−

−=++

++

+ 11

11

121

2/111

1 zhhKq

jjjj , (30)

ii

ii

ji

jij

iii

ji

jij

ij

i zz

zz

hhKzzhhK

qΔ+Δ

Δ⎟⎟⎠

⎞⎜⎜⎝

⎛+

Δ−

−Δ⎟⎟⎠

⎞⎜⎜⎝

⎛+

Δ−

−=

+−

++−−

++++

++

1

1

11

11

2/11

1111

2/11

11, (31)

⎟⎟⎠

⎞⎜⎜⎝

⎛+

Δ−Δ

−⎟⎟⎠

⎞⎜⎜⎝

⎛+

Δ−

−=+

+−

++−

+ jN

jN

jNN

N

jN

jNj

NjN S

tz

zhhKq θθ 1

1

1

11

11

2/11

21 . (32)

Note that the nodes are numbered sequentially from 1 to N (total number of nodes) from the bottom of the soil profile to the soil surface.

Root Water Uptake Water uptake by roots has a great effect on the flow within the root zone. Since precise data are

rarely available, root water uptake is often represented as an extraction or sink term, S(h), distributed over the root zone. Feddes et al. (1978) described the sink term as:

pShhS )()( α= , (33) suggesting that the root extraction, S, depends on the soil moisture pressure head, h, and the potential water uptake rate, Sp [T-1]. S decreases during times of water shortage by the factor α(h), which is a user prescribed dimensionless function of the soil water pressure head (0 ≤ α ≤ 1) illustrated in Figure 4. Root water uptake, S, is assumed to be zero close to saturation (i.e., wetter than some arbitrary “anaerobiosis point” (h1) and under conditions drier than the “wilting point” (h4). It is considered to be maximal when the soil water pressure heads are between h2 and h3, whereas for pressure heads between h3 and h4 (or h1 and h2), water uptake decreases (or increases) linearly with h to zero. Figure 4. General shape of dimensionless sink term variable, α(h), as a function of the soil water pressure head, h (after Feddes et al., 1978) (Tp is the potential transpiration rate).

Soil Water Pressure head

0.0

0.2

0.4

0.6

0.8

1.0

1.2

h1 h2 h3,high h3,low h4

Wat

er R

espo

nse

Func

tion,

α

0

Tp = 0.1cm/day

Tp = 0.5cm/day

Page 16: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

16

The value of h3 depends on the water demand of the atmosphere; therefore, it varies with Tp. Kroes and Van Dam (2003) provided high and low estimates of h3 for a large number of crops. The value of h3 in Figure 4 is estimated based on the following interpolation.

3, 3,3 3, ( ) forlow high

high high p low p highhigh low

h hh h r T r T r

r r−

= + − < <−

(34)

highplow rThh ≤= for ,33 (35) highphigh rThh ≥= for ,33 (36) where h3,high is the value of the limiting pressure head at which the roots cannot extract water at the maximum rate (assuming a potential transpiration rate r2H); h3,low is the value of the limiting pressure head at which the roots cannot extract water at the maximum rate (assuming a potential transpiration rate r2L); h3 – is the value of the pressure head below which root water uptake ceases (usually equal to the wilting point); rhigh – is the potential transpiration rate for which h3,high applies [LT-1]; rlow – is the potential transpiration rate for which h3,low applies [LT-1];

Tp – is the potential transpiration rate [LT-1]. The same linear interpolation scheme is used in several versions of the SWATRE code (e.g., Wesseling and Brandyk (1985), in SWMS_2D (Šimůnek et al., 1992) and HYDRUS-2D (Šimůnek et al., 1999) codes.

When the potential water uptake rate, Sp, is distributed equally over the rooting depth, it becomes:

R

pp L

TS = , (37)

where Tp is the potential transpiration rate [LT-1] and LR the thickness [L] of the root zone. Equation (33) may be generalized by introducing a non-uniform distribution of the potential water uptake rate over a root zone of arbitrary shape:

pp TzbzS )()( = , (38)

where b(z) is the normalized water uptake distribution [L-1]:

∫ ′′

=

RL

dzzbzbzb)()()( . (39)

This function describes the spatial variation of the potential extraction term, Sp, over the root zone (Figure 5), and is obtained by normalizing a measured or prescribed root water uptake distribution function, b′(z), which is usually proportional to the root density distribution. Normalizing the uptake distribution ensures that b(z) integrates to unity over the root zone.

Page 17: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

17

1)( =∫RL

dzzb (40)

Figure 5. Schematic of the potential water uptake distribution function, b(z), in the soil root zone. There are many ways to express the function b(z): constant with depth, linear (Feddes et al., 1978), or an exponential function with a maximum at the soil surface (Raats, 1974): )()( zLaeazb −−∗ ∗

= , (41) where L is the z-coordinate of the soil surface [L] and a* an empirical constant [L-1]. The HYDRUS Package allows the user to prescribe virtually any shape of the water uptake distribution function, provided that this function is constant during the simulation.

The actual water uptake distribution is obtained by substituting equation (38) into equation (33):

( , ) ( , ) ( ) pS h z h z b z Tα= . (42)

From equation (38),

pL

p TdzSR

=∫ , (43)

whereas the actual transpiration rate, Ta, is obtained by integrating equation (42) as follows: ( , ) ( , ) ( )

R R

a pL L

T S h z dz T h z b z dzα= =∫ ∫ . (44)

LR

Bottom

S (z, t)

z

b(z)

Page 18: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

18

When the potential root water uptake distribution, b, is greater than zero, the root water extraction rate is assumed to vary linearly over each element, and the HYDRUS Package calculates the total rate of transpiration using the equation:

∑ ++Δ=

e

iiia

SSzT2

1 , (45)

in which the summation takes place over all elements within the root zone, and where Si and Si+1 are the root water uptake rates evaluated at the corner nodes of element e. The subscripts i and i+1 indicate the position in the finite element mesh.

Page 19: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

19

HYDRUS PACKAGE INPUT

Input to the HYDRUS Package is read from the file that is type “HYDRUS” in the name file. All single-valued variables are free format if the option “FREE” is specified in the Basic Package input file; otherwise, the variables have fields that are 10 columns wide. An integer is required for parameters that have a name starting with any of the letters I through N. Otherwise a real number is expected.

Name File Construction

FOR EACH SIMULATION 0. [ #Text ]

Item 0 is optional – “#” must be in column 1. Item 0 can be repeated multiple times. 1. NPUNSP NHYDRUSOP IHYDRUSCB IHYDRUSpr 2. NMAT MAXNP MAXATM 3. Zonarr 4. MaxIt TolTh TolH 5. DT DTMIN DTMAX DMUL DMUL2 ITMIN ITMAX 6. HTAB1 HTABN IMODEL 7. THR THS ALPHA N L KS (Repeat item 7 NMAT times.) FOR EACH PROFILE 8. [IZ] 9. SINKF WLAYER LINITW NOMAT 10. NUMNP 11. N Z(n) H MAT BETA

(Repeat item 11 NUMNP times.) 12. [P0 P2H P2L P3 r2H r2L POPTM]

(Read when SINKF ≥ 0.) 13. MAXAL hCritS 14. tAtm Prec rSoil rRoot hCritA

(Repeat item 14 MAXAL times.)

Explanation of Variables in the Name File

Text – is a character variable (199 characters) that starts in column 2. Any characters can be included in Text. The “#” character must be in column 1. Except for the name file, lines beginning with “#” are restricted to these first lines of the file. Text is printed when the file is read. NPUNSP – is the number of unsaturated flow profiles. NHYDRUSOP – is the unsaturated flux option code. The flux is either applied to the first layer in each vertical column or to the highest active layer. 1 – the unsaturated flux is applied to layer one (the flux is ignored if layer one is dry). 2 – the unsaturated flux is applied to the highest active layer in each vertical column. IHYDRUSCB – is a flag and a unit number. If IHYDRUSCB > 0, it is the unit number to which cell-by-cell flow terms will be written when “SAVE BUDGET” or a non-zero value for IHYDRUSCB is specified in Output Control.

Page 20: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

20

If IHYDRUSCB ≤ 0, cell-by-cell flow terms will not be written. IHYDRUSpr – is an output flag. The possible values of IHYDRUSpr and their meanings are as follows:

If IHYDRUSpr = 0, then only input is printed. If IHYDRUSpr = 1, then an echo of input and the fluxes from the HYDRUS package are printed at the end of each time period. If IHYDRUSpr = 2, then no input is echoed but fluxes are printed at the end of each time step.

NMAT – is the total number of soil materials in the model domain. Materials are identified by the material number, MAT. MAXNP – is the maximum number of nodal points with HYDRUS boundaries. MAXATM – is the maximum number of atmospheric data. Zonarr – is the name of the zone array to be used to define the cells that are associated with each profile. The name “ALL” means that there is no zone array and one HYDRUS profile is used for all MODFLOW grid cells. The name “EACH” means that the HYDRUS profile is used for each MODFLOW grid cell. MaxIt – is the maximum number of iterations allowed during any unsaturated flow calculation time step, while solving the nonlinear Richards' equation using a modified Picard method. The suggested value is 10. TolTh – is the absolute water content tolerance for nodes in the unsaturated flow model (the suggested initial value is 0.001). TolTh represents the maximum desired absolute change in the value of the water content between two successive iterations during a time step. If the numerical solution does not converge, the user may try to relax these criteria, or use finer discretization. TolH – is the absolute pressure head tolerance for nodes in the saturated flow model (its recommended initial value is 1 cm). TolH represents the maximum desired absolute change in the value of the pressure head between two successive iterations during a particular time step. If the numerical solution does not converge, the user may try to relax these criteria, or use finer discretization. DT – is the initial time increment, Δt [T]. Initial time step should be estimated with respect to the problem being solved. For problems with high pressure gradients (e.g. infiltration into and initially dry soil), Δt should be relatively small. The suggested value is 0.01 d. DTMIN – is the minimum permitted time increment for the unsaturated zone model, Δtmin [T]. The suggested value is 1 s. DTMAX – is the maximum permitted time increment for the unsaturated zone model, Δtmax [T]. DMUL – is the dimensionless number to multiply Δt for the next time step when the number of required iterations at a particular time step is less than or equal to ITMIN. The recommended value ranges between 1.0 and 1.3. DMUL2 – is the dimensionless number to multiply Δt for the next time step when the number of required iterations at a particular time step is less than or equal to ITMAX. Usually DMUL2 is less than 1.0, and the recommended value is 0.7.

Page 21: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

21

ITMIN – is the lower optimal iteration range. When the number of iterations necessary to reach convergence for water flow is less than or equal to this number, the time step is multiplied by a dimensionless number DMUL. Recommended value is 3. ITMAX – is the upper optimal iteration range. When the number of iterations necessary to reach convergence for water flow is higher than this number, the time step is multiplied by a dimensionless number DMUL2. Recommended value is 7. HTAB1 – is the absolute value of the upper limit [L] of the pressure head interval below which a table of hydraulic properties will be generated internally for each material (HTAB1 must be greater than 0.0; e.g. 0.001cm). HTABN – is the absolute value of the lower limit [L] of the pressure head interval for which a table of hydraulic properties will be generated internally for each material (e.g. 1000m). If the absolute value of the pressure head during program execution lies outside of the interval [HATB1, HTABN], then appropriate values for the hydraulic properties are computed directly from the hydraulic functions (i.e. without interpolation in the table). IMODEL – indicates the soil hydraulic properties model:

= 0; van Genuchten = 1; van Genuchten with air entry value of -2 cm = 2; Brooks and Corey

THR – is the residual water content. THS – is the saturated water content. ALPHA, N, and L are empirical coefficients affecting the shape of the hydraulic functions.

ALPHA – is the inverse of the air-entry value (or bubbling pressure) in the Brooks and Corey (1964) function and an empirical shape parameter in the van Genuchten (1980) function

N – is the pore size distribution index L – is the pore-connectivity (or tortuosity) parameter KS – is the saturated hydraulic conductivity. IZ – is the zone number that defines the cells associated with the profile. These values are omitted if Zonarr is specified as “ALL” or “EACH”. When Zonarr is specified as “EACH”, the HYDRUS Profile starts reading from a cell at column 1 and row 1 and moves to column 2 and row 1. SINKF – is the root water uptake flag. If SINKF ≥ 0, water extraction from the root zone occurs. If SINKF < 0, no water extraction from the root zone. WLAYER – is the water accumulation flag. If WLAYER ≥ 0, water can accumulate at the surface (There is no surface runoff until HCRITS is

reached). If WLAYER < 0, any excess water on the soil surface will be immediately removed (It is

assumed to runoff). LINITW – is the initial condition flag.

Page 22: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

22

If LINITW ≥ 0, the initial condition is given in terms of the water content. If LINITW < 0, the initial condition is given in terms of the pressure head. NOMAT – is the number of soil materials in the profile. NUMNP – is the number of nodal points. N – is the nodal number. Nodes are numbered sequentially from 1 to NumNP (total number of nodes) from the soil surface to the bottom of the soil profile. Z(n) – is the Z-coordinate of node n. H – is the initial value of the pressure head (expressed in terms of a height of a column of water) or the water content depending on LINITW. MAT – is the index for material whose hydraulic properties are assigned to node n. BETA – is the value of water uptake distribution, b(z) [L-1], in the soil root zone at the node n. Set beta (n) equal to zero if node n lies outside the root zone. b(z) is the normalized water uptake distribution in the equation (39). H1 – is the value of the pressure head below which the roots start to extract water from the soil (see Fig. 4). H3HIGH – is the value of the limiting pressure head at which the roots cannot extract water at the maximum rate (assuming a potential transpiration rate of r2H). H3LOW – is the value of the limiting pressure head at which the roots cannot extract water at the maximum rate (assuming a potential transpiration rate of r2L). P4 – is the value of the pressure head below which root water uptake ceases (usually equal to the wilting point). rHIGH – is the highest potential transpiration rate [LT-1]. rLOW – is the lowest potential transpiration rate [LT-1]. POPTM – is the value of the pressure head below which roots start to extract water at the maximum possible rate. MAXAL – is the number of atmospheric data records. hCritS – is the maximum allowed pressure head at the soil surface (usually 0.0). tAtm – is the time for which the i-th atmospheric data record is provided [T]. Time is specified relative to the start of the MODFLOW simulation. Prec – is the precipitation rate [LT-1]. Prec, rSoil, and rRoot are always positive. If a negative value is entered, the absolute value will be used. rSoil – is the potential evaporation rate in absolute value [LT-1].

Page 23: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

23

rRoot – is the potential transpiration rate in absolute value [L/T]. hCritA – is the absolute value of the minimum allowed pressure head at the soil surface [L] (defined from equilibrium conditions between soil water and atmospheric vapor).

Page 24: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

24

REFERENCES Brooks, R. H., and A. J. Corey. 1964. Hydraulic properties of porous media. Hydrol. Paper 3, Colo. State

Univ., Fort Collins, CO. Brooks, R. H., and A. T. Corey. 1966. Properties of porous media affecting fluid flow. J. Irrig. Drainage Div.,

ASCE Proc. 72(IR2), 61-88. Carsel, R.F., and R.S. Parrish. 1988. Developing joint probability distributions of soil water retention

characteristics. Water Resour. Res., 24:755-769. Celia, M. A., and E. T. Bououtas, R. L. Zarba. 1990. A general mass-conservative numerical solution for

the unsaturated flow equation, Water Resour. Res., 26, 1483-1496. Feddes, R. A., E. Bresler, and S. P. Neuman. 1974. Field test of a modified numerical model for water uptake

by root systems, Water Resour. Res., 10(6), 1199-1206. Feddes, R. A., P. J. Kowalik, and H. Zaradny. 1978. Simulation of Field Water Use and Crop Yield, John

Wiley & Sons, New York, NY. Harbaugh, A.W., E. R. Banta, M. C. Hill, and M. G. McDonald. 2000. MODFLOW-2000, the U.S.

Geological Survey modular ground-water model user guide to modularization concepts and the ground-water flow process. Denver, CO, Reston, VA: U.S. Geological Survey.

Kroes, J. G. and Van Dam, J. C., 2003. Reference manual SWAP version 3.0.3. Alterra-rapport 773. Alterra, Green World Research, Wageningen.

Mls, J. 1982. Formulation and solution of fundamental problems of vertical infiltration, Vodohosp. Čas., 30, 304-313 (in Czech).

Mualem, Y. 1976. A new model for predicting the hydraulic conductivity of unsaturated porous media, Water Resour. Res., 12(3), 513-522.

Neuman, S. P., R. A. Feddes, and E. Bresler. 1974. Finite element simulation of flow in saturated-unsaturated soils considering water uptake by plants, Third Annual Report, Project No. A10-SWC-77, Hydraulic Engineering Lab., Technion, Haifa, Israel.

Raats, P. A. C. 1974. Steady flows of water and salt in uniform soil profiles with plant roots, Soil Sci. Soc. Am. Proc., 38, 717-722.

Šimůnek, J., and D. L. Suarez. 1993. Modeling of carbon dioxide transport and production in soil: 1. Model development, Water Resour. Res., 29(2), 487-497.

Šimůnek, J., M. Th. van Genuchten, and M. Šejna, The HYDRUS-1D software package for simulating the one-dimensional movement of water, heat, and multiple solutes in variably-saturated media. Version 3.0, HYDRUS Software Series 1, Department of Environmental Sciences, University of California Riverside, Riverside, CA, 270 pp., 2005.

Šimůnek, J., M. Šejna, and M. Th. van Genuchten, The HYDRUS-2D software package for simulating two-dimensional movement of water, heat, and multiple solutes in variably saturated media. Version 2.0, IGWMC - TPS - 53, International Ground Water Modeling Center, Colorado School of Mines, Golden, Colorado, 251pp., 1999.

Šimůnek, J., T. Vogel and M. Th. van Genuchten. 1992. The SWMS_2D code for simulating water flow and solute transport in two-dimensional variably saturated media, Version 1.1, Research Report No. 126, U. S. Salinity Laboratory, USDA, ARS, Riverside, CA.

Taylor, S. A. and G. M. Ashcroft, Physical Edaphology. Freeman and Co., San Francisco, California, p. 434-435, 1972.

van Genuchten, M. Th. 1980. A closed-form equation for predicting the hydraulic conductivity of unsaturated soils, Soil Sci. Soc. Am. J., 44, 892-898.

van Genuchten, M. Th., F. J. Leij, and L. Wu (eds.), 1999, Characterization and Measurement of the Hydraulic Properties of Unsaturated Porous Media, University of California, Riverside, CA, 1523-1536,.

Vogel, T., M. Th. van Genuchten, and M. Cislerova. 2001. Effect of the shape of the soil hydraulic functions near saturation on variably-saturated flow predictions, Advances in Water Resources, 24, 133-144.

Page 25: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

25

Wesseling, J. G., and T. Brandyk. 1985. Introduction of the occurrence of high groundwater levels and surface water storage in computer program SWATRE, Nota 1636, Institute for Land and Water Management Research (ICW), Wageningen, The Netherlands.

Wesseling, J. G., Meerjarige simulaties van gronwateronttrekking voor verschillende bodmprofielen, grondwatertrappen en gewassen met het model SWATRE. Report 152, Winand Staring Centre, Wageningen, the Netherlands, 1991.

Page 26: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

26

EXAMPLE The example problem (Figure 6) consists of three layers: an unconfined aquifer, an aquitard, and a convertible initially confined aquifer. The groundwater below level field generally flows from the hillside to the riverside. The primary source of groundwater is recharge from precipitation. The hillside is considered impermeable and thus a no-flow boundary. A river boundary is present to the south. Surface runoff is assumed to be negligible. Half of the level field to the south is covered with grass, and the soil surface boundary condition involves precipitation and potential transpiration rates for the grass cover. For the other half of the field, all precipitation is assumed to infiltrate. The unconfined aquifer is composed of sand, silt, and clay (Figure 6). We expect the water table will not fall below the bottom of layer one so the soil columns are defined only for materials in layer one. Two soil columns are defined using the HYDRUS Package. Figure 6. Illustration of the flow system

Field 1

Field 2

20 m

10

20 m

River

0 10,000 m

Initi

al

Wat

er ta

ble

49.5 m

39.5 m

Grass Field

No Grass Field

Distance from river

Sandy Loam

Sandy Clay Loam

Loam

Soi

l Col

umn

1

Field 1

20 m Ave

rage

Dep

th

Loamy Sand

Sand

Loamy Sand

Sandy Clay Loam

Sandy Loam Soil C

olumn 2

18 m

Field 2

Ave

rage

Dep

th

stage = 40 m bottom = 30 m width = 10 m length = 1000 m thickness = 1000 m

50m

30m20m

0m

Page 27: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

27

The average depth to ground water (ground surface - water table elevation) of all MODFLOW cells in each field is used to determine the bottom boundary value in the soil profile. Table 1 and 2 show the input values of the soil profiles in the HYDRUS Package. Table 1. The profile for each soil column in HYDRUS Package Profile for Soil Column 1

Node Number

Z Coordinate

Pressure Head

Material Number

Water Uptake

1 50.00 -8.00 2 1 2 49.99 -7.99 2 1 3 49.97 -7.97 2 1 4 49.94 -7.94 2 1 5 49.90 -7.90 2 1 6 49.80 -7.80 2 1 7 49.70 -7.70 2 0 8 49.60 -7.60 2 0 9 49.50 -7.50 2 0 10 49.40 -7.40 2 0 11 49.30 -7.30 2 0 12 49.20 -7.20 2 0 13 49.10 -7.10 2 0 14 49.00 -7.00 2 0 15 48.70 -6.70 2 0 16 48.40 -6.40 2 0 17 48.10 -6.10 2 0 18 47.80 -5.80 2 0 19 47.50 -5.50 2 0 20 47.00 -5.00 2 0 21 46.50 -4.50 3 0 22 46.00 -4.00 3 0 23 45.50 -3.50 3 0 24 45.00 -3.00 3 0 25 44.00 -2.00 3 0 26 43.00 -1.00 3 0 27 42.00 0.00 3 0 28 41.00 1.00 3 0 29 40.00 2.00 3 0 30 38.00 4.00 3 0 31 36.00 6.00 4 0 32 34.00 8.00 4 0 33 32.00 10.00 5 0 34 30.00 12.00 5 0

Node Number

Z Coordinate

Pressure Head

Material Number

Water Uptake

1 50.00 -3.00 1 0 2 49.99 -2.99 1 0 3 49.98 -2.98 1 0 4 49.97 -2.97 1 0 5 49.96 -2.96 1 0 6 49.93 -2.93 1 0 7 49.90 -2.90 1 0 8 49.85 -2.85 1 0 9 49.80 -2.80 1 0

10 49.75 -2.75 1 0 11 49.70 -2.70 1 0 12 49.65 -2.65 1 0 13 49.55 -2.55 1 0 14 49.45 -2.45 1 0 15 49.30 -2.30 1 0 16 48.80 -1.80 1 0 17 48.30 -1.30 1 0 18 47.30 -0.30 2 0 19 46.00 1.00 2 0 20 45.00 2.00 3 0 21 44.00 3.00 3 0 22 42.00 5.00 3 0 23 40.00 7.00 3 0 24 38.00 9.00 4 0 25 36.00 11.00 4 0 26 34.00 13.00 4 0 27 32.00 15.00 4 0

Material Number 1: Sand Material Number 2: Sandy Loam Material Number 3: Loamy Sand Material Number 4: Sand Clay Loam Material Number 5: Loam

Table 2. Soil Hydraulic Parameters (Carsel and Parrish, 1988)

THR THS ALPHA (1/cm) N KS (cm/d) L Sand 0.045 0.43 0.145 2.68 712.8 0.5 Sandy Loam 0.065 0.41 0.075 1.89 106.1 0.5 Loamy Sand 0.057 0.41 0.124 2.28 350.2 0.5 Sandy Clay Loam 0.1 0.39 0.059 1.48 31.44 0.5 Loam 0.078 0.43 0.036 1.56 24.96 0.5

(THR - the residual water content; THS - the saturated water content; KS - the saturated hydraulic conductivity, ALPHA – the inverse of the air-entry value (or bubbling pressure); N - the pore size distribution index; L - the pore-connectivity parameter)

Profile for Soil Column 2

Page 28: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

28

The basic parameter values for the flow system are defined in Table 3, and Table 4 presents input values of the precipitation and potential transpiration rates in the HYDRUS Package. Table 3. The basic parameter values for the system

VARIABLE VALUE DESCRIPTION HK1 2.30 m/d Horizontal hydraulic conductivity of layer 1 HK2 0.20 m/d Horizontal hydraulic conductivity of layer 2 HK3 3.00 m/d Horizontal hydraulic conductivity of layer 3 VK1 2.30 m/d Vertical hydraulic conductivity of layer 1 VK2 0.20 m/d Vertical hydraulic conductivity of layer 2 VK3 3.00 m/d Vertical hydraulic conductivity of layer 3 VKRB 4.00 m/d Vertical hydraulic conductivity of river bed Sy1 0.01 Specific yield of layer 1 Sy2 0.001 Specific yield of layer 2 Sy3 0.01 Specific yield of layer 3 Ss1 1.5 × 10-5 Storage coefficient of layer 1 Ss2 1.5 × 10-6 Storage coefficient of layer 2 Ss3 1.5 × 10-5 Storage coefficient of layer 3 bRB 10.00 m thickness of riverbed b1 20.00 m thickness of layer 1 b2 10.00 m thickness of layer 2 b3 20.00 m thickness of layer 3

Table 4. Precipitation and potential transpiration rates (m/d)

Months Precipitation (grass field)

Precipitation (hillside field)

Transpiration (grass field)

Evaporation (hillside field)

January 1.0 × 10-6 1.0 × 10-6 1.5 × 10-5 0.0 February 2.0 × 10-6 1.0 × 10-6 1.0 × 10-5 0.0 March 3.0 × 10-6 1.0 × 10-6 1.8 × 10-5 0.0 April 1.4 × 10-5 1.0 × 10-5 2.0 × 10-5 0.0 May 1.5 × 10-5 1.0 × 10-5 1.5 × 10-5 0.0 June 1.6 × 10-5 1.0 × 10-5 3.0 × 10-5 0.0 July 1.7 × 10-5 1.0 × 10-5 1.1 × 10-5 0.0 August 8.0 × 10-6 1.0 × 10-6 5.0 × 10-6 0.0 September 1.0 × 10-6 1.0 × 10-6 1.0 × 10-6 0.0 October 1.0 × 10-6 0.0 1.0 × 10-6 0.0

The parameters for the water stress response function differ for different plants. Wesseling(1991) and Taylor and Ashcroft (1972) provided a database of suggested values for different plants. Table 5 shows the parameters for grass. Table 5. Feddes’s Parameters for grass

P0 P2H P2L P3 r2H r2L POPTM Grass -10 -300 -1000 -8000 0.5 0.1 -25

Page 29: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

29

The following pages show the input for the HYDRUS Package for this example, followed by the output. The echo of input will be printed based on the output flag (IHYDRUSpr).

HYDRUS PACKAGE Input File

# HYDRUS file for test problem 2 1 41 0 # NPHYDRUS NHYDRUSOP IHYDRUSCB HYDRUSpr 5 34 10 # NMAT,MAXNP,MAXATM ZONE1 # Zonarr 20 0.0005 0.05 # MAXIT,TOLTH,TOLH 0.1 0.0001 0.5 1.3 0.3 3 7 # DT,DTMIN,DTMAX,DMUL,DMUL2,ITMIN,ITMAX 1e-006 10000 0 # HTAB1,HTABN,IMODEL 0.045 0.43 0.145 2.68 712.8 0.5 # THR,THS,ALPHA,N,KS,L 0.065 0.41 0.075 1.89 106.1 0.5 0.057 0.41 0.124 2.28 350.2 0.5 0.1 0.39 0.059 1.48 31.44 0.5 0.078 0.43 0.036 1.56 24.96 0.5 1 # IZ 1 -1 -1 4 # SINKF,WLAYER,LINITW,NOMAT 34 # NUMNP 1 50.00 -8.000 2 1.000000e+000 # n,x1,h,Mat,Beta 2 49.99 -7.990 2 1.000000e+000 3 49.97 -7.970 2 1.000000e+000 4 49.94 -7.940 2 1.000000e+000 5 49.90 -7.900 2 1.000000e+000 6 49.80 -7.800 2 1.000000e+000 7 49.70 -7.700 2 0.000000e+000 8 49.60 -7.600 2 0.000000e+000 9 49.50 -7.500 2 0.000000e+000 10 49.40 -7.400 2 0.000000e+000 11 49.30 -7.300 2 0.000000e+000 12 49.20 -7.200 2 0.000000e+000 13 49.10 -7.100 2 0.000000e+000 14 49.00 -7.000 2 0.000000e+000 15 48.70 -6.700 2 0.000000e+000 16 48.40 -6.400 2 0.000000e+000 17 48.10 -6.100 2 0.000000e+000 18 47.80 -5.800 2 0.000000e+000 19 47.50 -5.500 2 0.000000e+000 20 47.00 -5.000 2 0.000000e+000 21 46.50 -4.500 3 0.000000e+000 22 46.00 -4.000 3 0.000000e+000 23 45.50 -3.500 3 0.000000e+000 24 45.00 -3.000 3 0.000000e+000 25 44.00 -2.000 3 0.000000e+000 26 43.00 -1.000 3 0.000000e+000 27 42.00 0.0 3 0.000000e+000 28 41.00 1.000 3 0.000000e+000 29 40.00 2.000 3 0.000000e+000 30 38.00 4.000 3 0.000000e+000 31 36.00 6.000 4 0.000000e+000 32 34.00 8.000 4 0.000000e+000 33 32.00 10.000 5 0.000000e+000 34 30.00 12.000 5 0.000000e+000 -10 -300 -1000 -8000 0.5 0.1 -25 #P0 P2H P2L P3 r2H r2L POPTM 10 0 #MAXAL,HCRITS 30 0.0001 0.0015 0 1e+006 #TATM,Prec,rSoil,rRoot,hCritA 60 0.0002 0.001 0 1e+006 90 0.0003 0.0018 0 1e+006 120 0.0014 0.002 0 1e+006 150 0.0015 0.0015 0 1e+006 180 0.0016 0.003 0 1e+006

Page 30: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

30

210 0.0017 0.0011 0 1e+006 240 0.0008 0.0005 0 1e+006 270 0.0001 0.0001 0 1e+006 300 0.0001 0.0001 0 1e+006 2 # IZ -1 -1 -1 4 # SINKF,WLAYER,LINITW,NOMAT 27 # NUMNP 1 50.00 -3.000 1 0.000000e+000 # n,x1,h,Mat,Beta 2 49.99 -2.990 1 0.000000e+000 3 49.98 -2.980 1 0.000000e+000 4 49.97 -2.970 1 0.000000e+000 5 49.96 -2.960 1 0.000000e+000 6 49.93 -2.930 1 0.000000e+000 7 49.90 -2.900 1 0.000000e+000 8 49.85 -2.850 1 0.000000e+000 9 49.80 -2.800 1 0.000000e+000 10 49.75 -2.750 1 0.000000e+000 11 49.70 -2.700 1 0.000000e+000 12 49.65 -2.650 1 0.000000e+000 13 49.55 -2.550 1 0.000000e+000 14 49.45 -2.450 1 0.000000e+000 15 49.30 -2.300 1 0.000000e+000 16 48.80 -1.800 1 0.000000e+000 17 48.30 -1.300 1 0.000000e+000 18 47.30 -0.300 2 0.000000e+000 19 46.00 1.000 2 0.000000e+000 20 45.00 2.000 3 0.000000e+000 21 44.00 3.000 3 0.000000e+000 22 42.00 5.000 3 0.000000e+000 23 40.00 7.000 3 0.000000e+000 24 38.00 9.000 4 0.000000e+000 25 36.00 11.000 4 0.000000e+000 26 34.00 13.000 4 0.000000e+000 27 32.00 15.000 4 0.000000e+000 10 0 #MAXAL,HCRITS 30 0.0001 0 0 1e+006 #TATM,Prec,rSoil,rRoot,hCritA 60 0.0001 0 0 1e+006 90 0.0001 0 0 1e+006 120 0.001 0 0 1e+006 150 0.001 0 0 1e+006 180 0.001 0 0 1e+006 210 0.001 0 0 1e+006 240 0.0001 0 0 1e+006 270 0.0001 0 0 1e+006 300 0.0000 0 0 1e+006

Page 31: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

31

GLOBAL Output File

The echo of input and the pressure head at the bottom of profile are marked in bold at page 35-38. MODFLOW-2000 U.S. GEOLOGICAL SURVEY MODULAR FINITE-DIFFERENCE GROUND-WATER FLOW MODEL VERSION 1.14.00 07/01/2004 This model run produced both GLOBAL and LIST files. This is the GLOBAL file. GLOBAL LISTING FILE: ex.glo UNIT 11 OPENING ex.lst FILE TYPE:LIST UNIT 12 STATUS:REPLACE FORMAT:FORMATTED ACCESS:SEQUENTIAL # # Global input files OPENING ex.dis FILE TYPE:DIS UNIT 21 STATUS:OLD FORMAT:FORMATTED ACCESS:SEQUENTIAL OPENING ex.zon FILE TYPE:ZONE UNIT 23 STATUS:OLD FORMAT:FORMATTED ACCESS:SEQUENTIAL # # Flow process input files OPENING ex.ba6 FILE TYPE:BAS6 UNIT 31 STATUS:OLD FORMAT:FORMATTED ACCESS:SEQUENTIAL OPENING ex.lpf FILE TYPE:LPF UNIT 32 STATUS:OLD FORMAT:FORMATTED ACCESS:SEQUENTIAL OPENING ex.pcg FILE TYPE:PCG UNIT 33 STATUS:OLD FORMAT:FORMATTED ACCESS:SEQUENTIAL OPENING ex.oc FILE TYPE:OC UNIT 34 STATUS:OLD FORMAT:FORMATTED ACCESS:SEQUENTIAL OPENING ex.uns FILE TYPE:HYDRUS UNIT 35 STATUS:OLD FORMAT:FORMATTED ACCESS:SEQUENTIAL OPENING ex.riv FILE TYPE:RIV UNIT 36 STATUS:OLD FORMAT:FORMATTED ACCESS:SEQUENTIAL OPENING ex.bud FILE TYPE:DATA(BINARY) UNIT 41 STATUS:UNKNOWN FORMAT:BINARY ACCESS:SEQUENTIAL OPENING ex.shd FILE TYPE:DATA(BINARY) UNIT 42 STATUS:UNKNOWN FORMAT:BINARY ACCESS:SEQUENTIAL

Page 32: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

32

THE FREE FORMAT OPTION HAS BEEN SELECTED DISCRETIZATION INPUT DATA READ FROM UNIT 21 # Example1 # Transient 3 LAYERS 10 ROWS 10 COLUMNS 2 STRESS PERIOD(S) IN SIMULATION MODEL TIME UNIT IS DAYS MODEL LENGTH UNIT IS METERS THE GROUND-WATER TRANSPORT PROCESS IS INACTIVE THE OBSERVATION PROCESS IS INACTIVE THE SENSITIVITY PROCESS IS INACTIVE THE PARAMETER-ESTIMATION PROCESS IS INACTIVE MODE: FORWARD ZONE OPTION, INPUT READ FROM UNIT 23 1 ZONE ARRAYS Confining bed flag for each layer: 0 0 0 2720 ELEMENTS OF GX ARRAY USED OUT OF 2720 300 ELEMENTS OF GZ ARRAY USED OUT OF 300 400 ELEMENTS OF IG ARRAY USED OUT OF 400 DELR = 1000.00 DELC = 1000.00 TOP ELEVATION OF LAYER 1 = 50.0000 MODEL LAYER BOTTOM EL. = 30.0000 FOR LAYER 1 MODEL LAYER BOTTOM EL. = 20.0000 FOR LAYER 2 MODEL LAYER BOTTOM EL. = 0.00000 FOR LAYER 3 STRESS PERIOD LENGTH TIME STEPS MULTIPLIER FOR DELT SS FLAG ---------------------------------------------------------------------------- 1 200.0000 10 1.100 TR 2 100.0000 11 1.100 TR TRANSIENT SIMULATION ZONE ARRAY: ZONE1 READING ON UNIT 23 WITH FORMAT: (10I2) 1 2 3 4 5 6 7 8 9 10 ............................................ 1 1 1 1 1 1 2 2 2 2 2 2 1 1 1 1 1 2 2 2 2 2 3 1 1 1 1 1 2 2 2 2 2 4 1 1 1 1 1 2 2 2 2 2 5 1 1 1 1 1 2 2 2 2 2

Page 33: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

33

6 1 1 1 1 1 2 2 2 2 2 7 1 1 1 1 1 2 2 2 2 2 8 1 1 1 1 1 2 2 2 2 2 9 1 1 1 1 1 2 2 2 2 2 10 1 1 1 1 1 2 2 2 2 2 LPF1 -- LAYER PROPERTY FLOW PACKAGE, VERSION 1, 1/11/2000 INPUT READ FROM UNIT 32 # Example1 # CELL-BY-CELL FLOWS WILL BE SAVED ON UNIT 41 HEAD AT CELLS THAT CONVERT TO DRY= 0.0000 3 Named Parameters LAYER FLAGS: LAYER LAYTYP LAYAVG CHANI LAYVKA LAYWET --------------------------------------------------------------------------- 1 1 0 1.000E+00 1 0 2 1 0 1.000E+00 1 0 3 1 0 1.000E+00 1 0 INTERPRETATION OF LAYER FLAGS: INTERBLOCK HORIZONTAL DATA IN LAYER TYPE TRANSMISSIVITY ANISOTROPY ARRAY VKA WETTABILITY LAYER (LAYTYP) (LAYAVG) (CHANI) (LAYVKA) (LAYWET) --------------------------------------------------------------------------- 1 CONVERTIBLE HARMONIC 1.000E+00 ANISOTROPY NON-WETTABLE 2 CONVERTIBLE HARMONIC 1.000E+00 ANISOTROPY NON-WETTABLE 3 CONVERTIBLE HARMONIC 1.000E+00 ANISOTROPY NON-WETTABLE 1200 ELEMENTS IN X ARRAY ARE USED BY LPF 18 ELEMENTS IN IX ARRAY ARE USED BY LPF PCG2 -- CONJUGATE GRADIENT SOLUTION PACKAGE, VERSION 2.4, 12/29/98 # PCG file for test case 4 # MAXIMUM OF 500 CALLS OF SOLUTION ROUTINE MAXIMUM OF 30 INTERNAL ITERATIONS PER CALL TO SOLUTION ROUTINE MATRIX PRECONDITIONING TYPE : 1 30600 ELEMENTS IN X ARRAY ARE USED BY PCG 105000 ELEMENTS IN IX ARRAY ARE USED BY PCG 1200 ELEMENTS IN Z ARRAY ARE USED BY PCG 31800 ELEMENTS OF X ARRAY USED OUT OF 31800 1200 ELEMENTS OF Z ARRAY USED OUT OF 1200 105018 ELEMENTS OF IX ARRAY USED OUT OF 105018 0 ELEMENTS OF XHS ARRAY USED OUT OF 1 SOLUTION BY THE CONJUGATE-GRADIENT METHOD ------------------------------------------- MAXIMUM NUMBER OF CALLS TO PCG ROUTINE = 500 MAXIMUM ITERATIONS PER CALL TO PCG = 30 MATRIX PRECONDITIONING TYPE = 1 RELAXATION FACTOR (ONLY USED WITH PRECOND. TYPE 1) = 0.10000E+01 PARAMETER OF POLYNOMIAL PRECOND. = 2 (2) OR IS CALCULATED : 2 HEAD CHANGE CRITERION FOR CLOSURE = 0.10000E-03 RESIDUAL CHANGE CRITERION FOR CLOSURE = 0.10000E-03 PCG HEAD AND RESIDUAL CHANGE PRINTOUT INTERVAL = 999 PRINTING FROM SOLVER IS LIMITED(1) OR SUPPRESSED (>1) = 3 DAMPING PARAMETER = 0.10000E+01

Page 34: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

34

WETTING CAPABILITY IS NOT ACTIVE IN ANY LAYER PARAMETERS DEFINED IN THE LPF PACKAGE PARAMETER NAME:HK1 TYPE:HK CLUSTERS: 1 Parameter value from package file is: 2.3000 LAYER: 1 MULTIPLIER ARRAY: NONE ZONE ARRAY: ALL PARAMETER NAME:HK2 TYPE:HK CLUSTERS: 1 Parameter value from package file is: 0.20000 LAYER: 2 MULTIPLIER ARRAY: NONE ZONE ARRAY: ALL PARAMETER NAME:HK3 TYPE:HK CLUSTERS: 1 Parameter value from package file is: 3.0000 LAYER: 3 MULTIPLIER ARRAY: NONE ZONE ARRAY: ALL HYD. COND. ALONG ROWS FOR LAYER 1 WILL BE DEFINED BY PARAMETERS (PRINT FLAG= 0) HORIZ. TO VERTICAL ANI. = 1.00000 FOR LAYER 1 SPECIFIC STORAGE = 1.500000E-03 FOR LAYER 1 SPECIFIC YIELD = 1.000000E-02 FOR LAYER 1 HYD. COND. ALONG ROWS FOR LAYER 2 WILL BE DEFINED BY PARAMETERS (PRINT FLAG= 0) HORIZ. TO VERTICAL ANI. = 1.00000 FOR LAYER 2 SPECIFIC STORAGE = 1.500000E-04 FOR LAYER 2 SPECIFIC YIELD = 1.000000E-03 FOR LAYER 2 HYD. COND. ALONG ROWS FOR LAYER 3 WILL BE DEFINED BY PARAMETERS (PRINT FLAG= 0) HORIZ. TO VERTICAL ANI. = 1.00000 FOR LAYER 3 SPECIFIC STORAGE = 1.500000E-03 FOR LAYER 3 SPECIFIC YIELD = 1.000000E-02 FOR LAYER 3 1 River parameters PARAMETER NAME:KRB TYPE:RIV Parameter value from package file is: 1.0000 NUMBER OF ENTRIES: 10 REACH NO. LAYER ROW COL STAGE STRESS FACTOR BOTTOM EL. ------------------------------------------------------------------------------- 1 1 1 1 40.00 1000. 30.00 2 1 2 1 40.00 1000. 30.00 3 1 3 1 40.00 1000. 30.00 4 1 4 1 40.00 1000. 30.00 5 1 5 1 40.00 1000. 30.00 6 1 6 1 40.00 1000. 30.00 7 1 7 1 40.00 1000. 30.00 8 1 8 1 40.00 1000. 30.00 9 1 9 1 40.00 1000. 30.00 10 1 10 1 40.00 1000. 30.00

Page 35: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

35

HYDRUS -- READ ZONE ARRAY ZONE ARRAY NAME = ZONE1 MAXIMUM ITERATION = 20 ABS WATER CONTENT TOLERANCE IN UNSAT FLOW REGION = 0.00050 ABS PRESSURE HEAD TOLERANCE IN UNSAT FLOW REGION = 0.05000 HYDRUS -- READING MATERIAL INFORMATION MATNUM, PARAM. ARRAY: MAT THR THS ALPHA N KS L 1 0.0450 0.4300 0.145E+00 0.268E+01 0.713E+01 0.500 2 0.0650 0.4100 0.750E-01 0.189E+01 0.106E+01 0.500 3 0.0570 0.4100 0.124E+00 0.228E+01 0.350E+01 0.500 4 0.1000 0.3900 0.590E-01 0.148E+01 0.314E+00 0.500 5 0.0780 0.4300 0.360E-01 0.156E+01 0.250E+00 0.500 ============================================== PROFILE 1 ============================================== WATER EXTRACTION FROM THE ROOT ZONE OCCURS. INITIAL CONDITION IS GIVEN IN TERMS OF THE PRESSURE HEAD. NUMBER OF SOIL MATERIALS IN PROFILE 1 = 4 READING NODAL INFORMATION NODAL POINT INFORMATION NODE X HOLD MATN BETA 1 50.000 -8.000 2 4.000 2 49.990 -7.990 2 4.000 3 49.970 -7.970 2 4.000 4 49.940 -7.940 2 4.000 5 49.900 -7.900 2 4.000 6 49.800 -7.800 2 4.000 7 49.700 -7.700 2 0.000 8 49.600 -7.600 2 0.000 9 49.500 -7.500 2 0.000 10 49.400 -7.400 2 0.000 11 49.300 -7.300 2 0.000 12 49.200 -7.200 2 0.000 13 49.100 -7.100 2 0.000 14 49.000 -7.000 2 0.000 15 48.700 -6.700 2 0.000 16 48.400 -6.400 2 0.000 17 48.100 -6.100 2 0.000 18 47.800 -5.800 2 0.000 19 47.500 -5.500 2 0.000 20 47.000 -5.000 2 0.000 21 46.500 -4.500 3 0.000 22 46.000 -4.000 3 0.000 23 45.500 -3.500 3 0.000 24 45.000 -3.000 3 0.000

Page 36: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

36

25 44.000 -2.000 3 0.000 26 43.000 -1.000 3 0.000 27 42.000 0.000 3 0.000 28 41.000 1.000 3 0.000 29 40.000 2.000 3 0.000 30 38.000 4.000 3 0.000 31 36.000 6.000 4 0.000 32 34.000 8.000 4 0.000 33 32.000 10.000 5 0.000 34 30.000 12.000 5 0.000 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 12.03600 FOR ZONE NUMBER : 1 FOR STRESS PERIOD 1 TIME STEP: 1 READING SINK INFORMATION ============================================== PROFILE 2 ============================================== INITIAL CONDITION IS GIVEN IN TERMS OF THE PRESSURE HEAD. NUMBER OF SOIL MATERIALS IN PROFILE 2 = 4 READING NODAL INFORMATION NODAL POINT INFORMATION NODE X HOLD MATN BETA 1 50.000 -3.000 1 0.000 2 49.990 -2.990 1 0.000 3 49.980 -2.980 1 0.000 4 49.970 -2.970 1 0.000 5 49.960 -2.960 1 0.000 6 49.930 -2.930 1 0.000 7 49.900 -2.900 1 0.000 8 49.850 -2.850 1 0.000 9 49.800 -2.800 1 0.000 10 49.750 -2.750 1 0.000 11 49.700 -2.700 1 0.000 12 49.650 -2.650 1 0.000 13 49.550 -2.550 1 0.000 14 49.450 -2.450 1 0.000 15 49.300 -2.300 1 0.000 16 48.800 -1.800 1 0.000 17 48.300 -1.300 1 0.000 18 47.300 -0.300 2 0.000 19 46.000 1.000 2 0.000 20 45.000 2.000 3 0.000 21 44.000 3.000 3 0.000 22 42.000 5.000 3 0.000 23 40.000 7.000 3 0.000 24 38.000 9.000 4 0.000 25 36.000 11.000 4 0.000 26 34.000 13.000 4 0.000 27 32.000 15.000 4 0.000 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.06200 FOR ZONE NUMBER : 2 FOR STRESS PERIOD 1 TIME STEP: 1

Page 37: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

37

4 PARAMETERS HAVE BEEN DEFINED IN ALL PACKAGES. (SPACE IS ALLOCATED FOR 500 PARAMETERS.) PRESSURE HEAD AT THE BOTTOM OF PROFILE = 11.71533 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 1 TIME STEP: 2 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.08613 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 1 TIME STEP: 2 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 11.73259 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 1 TIME STEP: 3 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.09062 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 1 TIME STEP: 3 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 11.55782 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 1 TIME STEP: 4 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.09742 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 1 TIME STEP: 4 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 11.83595 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 1 TIME STEP: 5 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.09909 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 1 TIME STEP: 5 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 11.41746 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 1 TIME STEP: 6 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.09828 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 1 TIME STEP: 6 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 12.12191 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 1 TIME STEP: 7 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.10474 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 1 TIME STEP: 7 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 11.12757 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 1 TIME STEP: 8 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.09967 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 1 TIME STEP: 8 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 12.70459 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 1 TIME STEP: 9 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.11495 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 1 TIME STEP: 9 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 10.37629 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 1 TIME STEP: 10 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.09703 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 1 TIME STEP: 10 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 14.22871 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 2 TIME STEP: 1 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.14010 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 2 TIME STEP: 1 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 9.82025 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 2 TIME STEP: 2 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.12590 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 2 TIME STEP: 2 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 14.45905 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 2 TIME STEP: 3 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.13766 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 2 TIME STEP: 3 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 9.88284 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 2 TIME STEP: 4 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.12969 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 2 TIME STEP: 4 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.52522 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 2 TIME STEP: 5 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.14684 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 2 TIME STEP: 5 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 10.44534 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 2 TIME STEP: 6 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.13826 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 2 TIME STEP: 6

Page 38: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

38

PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.25652 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 2 TIME STEP: 7 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.15625 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 2 TIME STEP: 7 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 10.44438 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 2 TIME STEP: 8 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.14601 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 2 TIME STEP: 8 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.65394 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 2 TIME STEP: 9 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.16969 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 2 TIME STEP: 9 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 10.51563 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 2 TIME STEP: 10 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.15713 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 2 TIME STEP: 10 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.79821 FOR ZONE NUMBER : 1 FOR STRESS PERIOD : 2 TIME STEP: 11 PRESSURE HEAD AT THE BOTTOM OF PROFILE = 15.18597 FOR ZONE NUMBER : 2 FOR STRESS PERIOD : 2 TIME STEP: 11

Page 39: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

39

LIST Output File

MODFLOW-2000 U.S. GEOLOGICAL SURVEY MODULAR FINITE-DIFFERENCE GROUND-WATER FLOW MODEL VERSION 1.14.00 07/01/2004 This model run produced both GLOBAL and LIST files. This is the LIST file. # Example1 # THE FREE FORMAT OPTION HAS BEEN SELECTED 3 LAYERS 10 ROWS 10 COLUMNS 2 STRESS PERIOD(S) IN SIMULATION BAS6 -- BASIC PACKAGE, VERSION 6, 1/11/2000 INPUT READ FROM UNIT 31 15 ELEMENTS IN IR ARRAY ARE USED BY BAS RIV6 -- RIVER PACKAGE, VERSION 6, 1/11/2000 INPUT READ FROM UNIT 36 #River Package for Example1 # 1 Named Parameters 10 List entries MAXIMUM OF 10 ACTIVE RIVER REACHES AT ONE TIME CELL-BY-CELL FLOWS WILL BE SAVED ON UNIT 41 120 ELEMENTS IN RX ARRAY ARE USED BY RIV HYDRUS0 -- UNSAT FLOW PACKAGE, VERSION 0, 08/27/2004INPUT READ FROM UNIT 35 # HYDRUS file forExample1 2 HYDRUS PROFILES SELECTED OPTION 1 -- UNSAT FLUX APPLIES TO THE TOP LAYER CELL-BY-CELL FLOWS WILL BE SAVED ON UNIT 41 2914 ELEMENTS IN RX ARRAY ARE USED BY HYDRUS 580 ELEMENTS IN IR ARRAY ARE USED BY HYDRUS 3034 ELEMENTS OF RX ARRAY USED OUT OF 3034 595 ELEMENTS OF IR ARRAY USED OUT OF 595 1 # Example1 # BOUNDARY ARRAY FOR LAYER 1 READING ON UNIT 31 WITH FORMAT: (10I2) 1 2 3 4 5 6 7 8 9 10 ............................................ 1 1 1 1 1 1 1 1 1 1 -1 2 1 1 1 1 1 1 1 1 1 -1 3 1 1 1 1 1 1 1 1 1 -1 4 1 1 1 1 1 1 1 1 1 -1 5 1 1 1 1 1 1 1 1 1 -1 6 1 1 1 1 1 1 1 1 1 -1 7 1 1 1 1 1 1 1 1 1 -1 8 1 1 1 1 1 1 1 1 1 -1 9 1 1 1 1 1 1 1 1 1 -1 10 1 1 1 1 1 1 1 1 1 -1 BOUNDARY ARRAY FOR LAYER 2 READING ON UNIT 31 WITH FORMAT: (10I2) 1 2 3 4 5 6 7 8 9 10 ............................................ 1 1 1 1 1 1 1 1 1 1 -1 2 1 1 1 1 1 1 1 1 1 -1 3 1 1 1 1 1 1 1 1 1 -1

Page 40: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

40

4 1 1 1 1 1 1 1 1 1 -1 5 1 1 1 1 1 1 1 1 1 -1 6 1 1 1 1 1 1 1 1 1 -1 7 1 1 1 1 1 1 1 1 1 -1 8 1 1 1 1 1 1 1 1 1 -1 9 1 1 1 1 1 1 1 1 1 -1 10 1 1 1 1 1 1 1 1 1 -1 BOUNDARY ARRAY FOR LAYER 3 READING ON UNIT 31 WITH FORMAT: (10I2) 1 2 3 4 5 6 7 8 9 10 ............................................ 1 1 1 1 1 1 1 1 1 1 -1 2 1 1 1 1 1 1 1 1 1 -1 3 1 1 1 1 1 1 1 1 1 -1 4 1 1 1 1 1 1 1 1 1 -1 5 1 1 1 1 1 1 1 1 1 -1 6 1 1 1 1 1 1 1 1 1 -1 7 1 1 1 1 1 1 1 1 1 -1 8 1 1 1 1 1 1 1 1 1 -1 9 1 1 1 1 1 1 1 1 1 -1 10 1 1 1 1 1 1 1 1 1 -1 AQUIFER HEAD WILL BE SET TO -999.00 AT ALL NO-FLOW NODES (IBOUND=0). INITIAL HEAD FOR LAYER 1 READING ON UNIT 31 WITH FORMAT: (10F13.0) 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 2 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 3 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 4 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 5 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 6 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 7 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 8 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 9 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 10 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 INITIAL HEAD FOR LAYER 2 READING ON UNIT 31 WITH FORMAT: (10F13.0) 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 2 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44

Page 41: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

41

3 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 4 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 5 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 6 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 7 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 8 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 9 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 10 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 INITIAL HEAD FOR LAYER 3 READING ON UNIT 31 WITH FORMAT: (10F13.0) 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 2 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 3 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 4 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 5 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 6 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 7 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 8 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 9 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 10 40.08 41.04 42.02 43.02 44.02 45.02 46.01 46.98 47.86 49.44 OUTPUT CONTROL IS SPECIFIED ONLY AT TIME STEPS FOR WHICH OUTPUT IS DESIRED HEAD PRINT FORMAT CODE IS 0 DRAWDOWN PRINT FORMAT CODE IS 0 HEADS WILL BE SAVED ON UNIT 42 DRAWDOWNS WILL BE SAVED ON UNIT 0 HYD. COND. ALONG ROWS is defined by the following parameters: HK1 HYD. COND. ALONG ROWS = 2.30000 FOR LAYER 1 HYD. COND. ALONG ROWS is defined by the following parameters: HK2 HYD. COND. ALONG ROWS = 0.200000 FOR LAYER 2 HYD. COND. ALONG ROWS is defined by the following parameters: HK3 HYD. COND. ALONG ROWS = 3.00000 FOR LAYER 3 1 STRESS PERIOD NO. 1, LENGTH = 200.0000 ----------------------------------------------- NUMBER OF TIME STEPS = 10

Page 42: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

42

MULTIPLIER FOR DELT = 1.100 INITIAL TIME STEP SIZE = 12.54908 Parameter: KRB REACH NO. LAYER ROW COL STAGE CONDUCTANCE BOTTOM EL. ------------------------------------------------------------------------------- 1 1 1 1 40.00 1000. 30.00 2 1 2 1 40.00 1000. 30.00 3 1 3 1 40.00 1000. 30.00 4 1 4 1 40.00 1000. 30.00 5 1 5 1 40.00 1000. 30.00 6 1 6 1 40.00 1000. 30.00 7 1 7 1 40.00 1000. 30.00 8 1 8 1 40.00 1000. 30.00 9 1 9 1 40.00 1000. 30.00 10 1 10 1 40.00 1000. 30.00 10 RIVER REACHES SOLVING FOR HEAD OUTPUT CONTROL FOR STRESS PERIOD 1 TIME STEP 1 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 1 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 1 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 1 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 1 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 1 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 1 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 1 1 FLUX AT END OF TIME STEP 1 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 -9.550901E-05 -9.550901E-05 -9.550901E-05 -9.550901E-05 2 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 -9.550901E-05 -9.550901E-05 -9.550901E-05 -9.550901E-05 3 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 -9.550901E-05 -9.550901E-05 -9.550901E-05 -9.550901E-05 4 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 -9.550901E-05 -9.550901E-05 -9.550901E-05 -9.550901E-05 5 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 -9.550901E-05 -9.550901E-05 -9.550901E-05 -9.550901E-05 6 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 -9.550901E-05 -9.550901E-05 -9.550901E-05 -9.550901E-05 7 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 -9.550901E-05 -9.550901E-05 -9.550901E-05 -9.550901E-05 8 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 -9.550901E-05 -9.550901E-05 -9.550901E-05 -9.550901E-05 9 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 -9.550901E-05 -9.550901E-05 -9.550901E-05 -9.550901E-05 10 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 1.167585E-03 -9.550901E-05 -9.550901E-05 -9.550901E-05 -9.550901E-05 1 FLUX AT END OF TIME STEP 1 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 10 .............. 1 -9.550901E-05 2 -9.550901E-05 3 -9.550901E-05

Page 43: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

43

4 -9.550901E-05 5 -9.550901E-05 6 -9.550901E-05 7 -9.550901E-05 8 -9.550901E-05 9 -9.550901E-05 10 -9.550901E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 1 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.79 40.66 41.63 42.63 43.64 45.04 46.04 47.01 47.91 49.44 2 39.79 40.66 41.63 42.63 43.64 45.04 46.04 47.01 47.91 49.44 3 39.79 40.66 41.63 42.63 43.64 45.04 46.04 47.01 47.91 49.44 4 39.79 40.66 41.63 42.63 43.64 45.04 46.04 47.01 47.91 49.44 5 39.79 40.66 41.63 42.63 43.64 45.04 46.04 47.01 47.91 49.44 6 39.79 40.66 41.63 42.63 43.64 45.04 46.04 47.01 47.91 49.44 7 39.79 40.66 41.63 42.63 43.64 45.04 46.04 47.01 47.91 49.44 8 39.79 40.66 41.63 42.63 43.64 45.04 46.04 47.01 47.91 49.44 9 39.79 40.66 41.63 42.63 43.64 45.04 46.04 47.01 47.91 49.44 10 39.79 40.66 41.63 42.63 43.64 45.04 46.04 47.01 47.91 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 1 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.81 40.68 41.66 42.66 43.67 45.04 46.04 47.01 47.91 49.44 2 39.81 40.68 41.66 42.66 43.67 45.04 46.04 47.01 47.91 49.44 3 39.81 40.68 41.66 42.66 43.67 45.04 46.04 47.01 47.91 49.44 4 39.81 40.68 41.66 42.66 43.67 45.04 46.04 47.01 47.91 49.44 5 39.81 40.68 41.66 42.66 43.67 45.04 46.04 47.01 47.91 49.44 6 39.81 40.68 41.66 42.66 43.67 45.04 46.04 47.01 47.91 49.44 7 39.81 40.68 41.66 42.66 43.67 45.04 46.04 47.01 47.91 49.44 8 39.81 40.68 41.66 42.66 43.67 45.04 46.04 47.01 47.91 49.44 9 39.81 40.68 41.66 42.66 43.67 45.04 46.04 47.01 47.91 49.44 10 39.81 40.68 41.66 42.66 43.67 45.04 46.04 47.01 47.91 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 1 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................

Page 44: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

44

1 39.82 40.70 41.68 42.68 43.69 45.04 46.04 47.01 47.91 49.44 2 39.82 40.70 41.68 42.68 43.69 45.04 46.04 47.01 47.91 49.44 3 39.82 40.70 41.68 42.68 43.69 45.04 46.04 47.01 47.91 49.44 4 39.82 40.70 41.68 42.68 43.69 45.04 46.04 47.01 47.91 49.44 5 39.82 40.70 41.68 42.68 43.69 45.04 46.04 47.01 47.91 49.44 6 39.82 40.70 41.68 42.68 43.69 45.04 46.04 47.01 47.91 49.44 7 39.82 40.70 41.68 42.68 43.69 45.04 46.04 47.01 47.91 49.44 8 39.82 40.70 41.68 42.68 43.69 45.04 46.04 47.01 47.91 49.44 9 39.82 40.70 41.68 42.68 43.69 45.04 46.04 47.01 47.91 49.44 10 39.82 40.70 41.68 42.68 43.69 45.04 46.04 47.01 47.91 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 1, STRESS PERIOD 1 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 1 IN STRESS PERIOD 1 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 689505.1875 STORAGE = 54944.6914 CONSTANT HEAD = 20134.2988 CONSTANT HEAD = 1604.4446 RIVER LEAKAGE = 26828.9180 RIVER LEAKAGE = 2137.9197 UNSAT FLOW = 47942.0039 UNSAT FLOW = 3820.3608 TOTAL IN = 784410.4375 TOTAL IN = 62507.4141 OUT: OUT: ---- ---- STORAGE = 51805.4023 STORAGE = 4128.2241 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 0.0000 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 732605.7500 UNSAT FLOW = 58379.2539 TOTAL OUT = 784411.1250 TOTAL OUT = 62507.4766 IN - OUT = -0.6875 IN - OUT = -6.2500E-02 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 1 IN STRESS PERIOD 1 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 1.08424E+06 18071. 301.18 12.549 3.43575E-02 STRESS PERIOD TIME 1.08424E+06 18071. 301.18 12.549 3.43575E-02 TOTAL TIME 1.08424E+06 18071. 301.18 12.549 3.43575E-02 1 SOLVING FOR HEAD OUTPUT CONTROL FOR STRESS PERIOD 1 TIME STEP 2 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET

Page 45: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

45

UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 1 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 1 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 1 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 1 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 1 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 1 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 1 1 FLUX AT END OF TIME STEP 2 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -6.189298E-06 -6.189298E-06 -6.189298E-06 -6.189298E-06 2 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -6.189298E-06 -6.189298E-06 -6.189298E-06 -6.189298E-06 3 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -6.189298E-06 -6.189298E-06 -6.189298E-06 -6.189298E-06 4 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -6.189298E-06 -6.189298E-06 -6.189298E-06 -6.189298E-06 5 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -6.189298E-06 -6.189298E-06 -6.189298E-06 -6.189298E-06 6 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -6.189298E-06 -6.189298E-06 -6.189298E-06 -6.189298E-06 7 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -6.189298E-06 -6.189298E-06 -6.189298E-06 -6.189298E-06 8 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -6.189298E-06 -6.189298E-06 -6.189298E-06 -6.189298E-06 9 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -6.189298E-06 -6.189298E-06 -6.189298E-06 -6.189298E-06 10 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -4.080974E-05 -6.189298E-06 -6.189298E-06 -6.189298E-06 -6.189298E-06 1 FLUX AT END OF TIME STEP 2 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 10 .............. 1 -6.189298E-06 2 -6.189298E-06 3 -6.189298E-06 4 -6.189298E-06 5 -6.189298E-06 6 -6.189298E-06 7 -6.189298E-06 8 -6.189298E-06 9 -6.189298E-06 10 -6.189298E-06 1 HEAD IN LAYER 1 AT END OF TIME STEP 2 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 2 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 3 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 4 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 5 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 6 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44

Page 46: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

46

7 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 8 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 9 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 10 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 2 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 2 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 3 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 4 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 5 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 6 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 7 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 8 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 9 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 10 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 2 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 2 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 3 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 4 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 5 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 6 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 7 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 8 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 9 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 10 39.89 40.71 41.68 42.68 43.70 45.03 46.04 47.01 47.93 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 2, STRESS PERIOD 1 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 2 IN STRESS PERIOD 1 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T

Page 47: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

47

------------------ ------------------------ IN: IN: --- --- STORAGE = 692733.3125 STORAGE = 233.8550 CONSTANT HEAD = 41959.0391 CONSTANT HEAD = 1581.0464 RIVER LEAKAGE = 41862.5273 RIVER LEAKAGE = 1089.0775 UNSAT FLOW = 79526.3359 UNSAT FLOW = 2288.0591 TOTAL IN = 856081.1875 TOTAL IN = 5192.0381 OUT: OUT: ---- ---- STORAGE = 123476.0859 STORAGE = 5192.0288 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 0.0000 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 732605.7500 UNSAT FLOW = 0.0000 TOTAL OUT = 856081.8125 TOTAL OUT = 5192.0288 IN - OUT = -0.6250 IN - OUT = 9.2773E-03 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 2 IN STRESS PERIOD 1 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 1.19266E+06 19878. 331.30 13.804 3.77932E-02 STRESS PERIOD TIME 2.27690E+06 37948. 632.47 26.353 7.21508E-02 TOTAL TIME 2.27690E+06 37948. 632.47 26.353 7.21508E-02 1 SOLVING FOR HEAD OUTPUT CONTROL FOR STRESS PERIOD 1 TIME STEP 3 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 1 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 1 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 1 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 1 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 1 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 1 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 1 1 FLUX AT END OF TIME STEP 3 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 -2.062868E-05 -2.062868E-05 -2.062868E-05 -2.062868E-05 2 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 -2.062868E-05 -2.062868E-05 -2.062868E-05 -2.062868E-05 3 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 -2.062868E-05 -2.062868E-05 -2.062868E-05 -2.062868E-05 4 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 -2.062868E-05 -2.062868E-05 -2.062868E-05 -2.062868E-05 5 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 -2.062868E-05 -2.062868E-05 -2.062868E-05 -2.062868E-05 6 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 -2.062868E-05 -2.062868E-05 -2.062868E-05 -2.062868E-05

Page 48: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

48

7 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 -2.062868E-05 -2.062868E-05 -2.062868E-05 -2.062868E-05 8 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 -2.062868E-05 -2.062868E-05 -2.062868E-05 -2.062868E-05 9 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 -2.062868E-05 -2.062868E-05 -2.062868E-05 -2.062868E-05 10 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 5.669904E-04 -2.062868E-05 -2.062868E-05 -2.062868E-05 -2.062868E-05 1 FLUX AT END OF TIME STEP 3 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 10 .............. 1 -2.062868E-05 2 -2.062868E-05 3 -2.062868E-05 4 -2.062868E-05 5 -2.062868E-05 6 -2.062868E-05 7 -2.062868E-05 8 -2.062868E-05 9 -2.062868E-05 10 -2.062868E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 3 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.77 40.49 41.46 42.46 43.50 45.02 46.05 47.02 47.96 49.44 2 39.77 40.49 41.46 42.46 43.50 45.02 46.05 47.02 47.96 49.44 3 39.77 40.49 41.46 42.46 43.50 45.02 46.05 47.02 47.96 49.44 4 39.77 40.49 41.46 42.46 43.50 45.02 46.05 47.02 47.96 49.44 5 39.77 40.49 41.46 42.46 43.50 45.02 46.05 47.02 47.96 49.44 6 39.77 40.49 41.46 42.46 43.50 45.02 46.05 47.02 47.96 49.44 7 39.77 40.49 41.46 42.46 43.50 45.02 46.05 47.02 47.96 49.44 8 39.77 40.49 41.46 42.46 43.50 45.02 46.05 47.02 47.96 49.44 9 39.77 40.49 41.46 42.46 43.50 45.02 46.05 47.02 47.96 49.44 10 39.77 40.49 41.46 42.46 43.50 45.02 46.05 47.02 47.96 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 3 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.78 40.50 41.47 42.47 43.51 45.02 46.05 47.02 47.96 49.44 2 39.78 40.50 41.47 42.47 43.51 45.02 46.05 47.02 47.96 49.44 3 39.78 40.50 41.47 42.47 43.51 45.02 46.05 47.02 47.96 49.44 4 39.78 40.50 41.47 42.47 43.51 45.02 46.05 47.02 47.96 49.44 5 39.78 40.50 41.47 42.47 43.51 45.02 46.05 47.02 47.96 49.44

Page 49: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

49

6 39.78 40.50 41.47 42.47 43.51 45.02 46.05 47.02 47.96 49.44 7 39.78 40.50 41.47 42.47 43.51 45.02 46.05 47.02 47.96 49.44 8 39.78 40.50 41.47 42.47 43.51 45.02 46.05 47.02 47.96 49.44 9 39.78 40.50 41.47 42.47 43.51 45.02 46.05 47.02 47.96 49.44 10 39.78 40.50 41.47 42.47 43.51 45.02 46.05 47.02 47.96 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 3 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.79 40.52 41.48 42.48 43.52 45.02 46.05 47.02 47.96 49.44 2 39.79 40.52 41.48 42.48 43.52 45.02 46.05 47.02 47.96 49.44 3 39.79 40.52 41.48 42.48 43.52 45.02 46.05 47.02 47.96 49.44 4 39.79 40.52 41.48 42.48 43.52 45.02 46.05 47.02 47.96 49.44 5 39.79 40.52 41.48 42.48 43.52 45.02 46.05 47.02 47.96 49.44 6 39.79 40.52 41.48 42.48 43.52 45.02 46.05 47.02 47.96 49.44 7 39.79 40.52 41.48 42.48 43.52 45.02 46.05 47.02 47.96 49.44 8 39.79 40.52 41.48 42.48 43.52 45.02 46.05 47.02 47.96 49.44 9 39.79 40.52 41.48 42.48 43.52 45.02 46.05 47.02 47.96 49.44 10 39.79 40.52 41.48 42.48 43.52 45.02 46.05 47.02 47.96 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 3, STRESS PERIOD 1 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 3 IN STRESS PERIOD 1 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 1070722.3750 STORAGE = 24893.2754 CONSTANT HEAD = 65512.2617 CONSTANT HEAD = 1551.1477 RIVER LEAKAGE = 76035.9062 RIVER LEAKAGE = 2250.5608 UNSAT FLOW = 92055.6875 UNSAT FLOW = 825.1473 TOTAL IN = 1304326.2500 TOTAL IN = 29520.1309 OUT: OUT: ---- ---- STORAGE = 141252.8281 STORAGE = 1170.7250 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 0.0000 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 1163075.7500 UNSAT FLOW = 28349.5215 TOTAL OUT = 1304328.6250 TOTAL OUT = 29520.2461 IN - OUT = -2.3750 IN - OUT = -0.1152 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00

Page 50: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

50

TIME SUMMARY AT END OF TIME STEP 3 IN STRESS PERIOD 1 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 1.31193E+06 21866. 364.43 15.184 4.15726E-02 STRESS PERIOD TIME 3.58884E+06 59814. 996.90 41.537 0.11372 TOTAL TIME 3.58884E+06 59814. 996.90 41.537 0.11372 1 SOLVING FOR HEAD OUTPUT CONTROL FOR STRESS PERIOD 1 TIME STEP 4 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 1 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 1 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 1 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 1 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 1 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 1 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 1 1 FLUX AT END OF TIME STEP 4 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 5.098132E-06 5.098132E-06 5.098132E-06 5.098132E-06 2 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 5.098132E-06 5.098132E-06 5.098132E-06 5.098132E-06 3 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 5.098132E-06 5.098132E-06 5.098132E-06 5.098132E-06 4 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 5.098132E-06 5.098132E-06 5.098132E-06 5.098132E-06 5 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 5.098132E-06 5.098132E-06 5.098132E-06 5.098132E-06 6 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 5.098132E-06 5.098132E-06 5.098132E-06 5.098132E-06 7 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 5.098132E-06 5.098132E-06 5.098132E-06 5.098132E-06 8 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 5.098132E-06 5.098132E-06 5.098132E-06 5.098132E-06 9 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 5.098132E-06 5.098132E-06 5.098132E-06 5.098132E-06 10 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 -7.161716E-04 5.098132E-06 5.098132E-06 5.098132E-06 5.098132E-06 1 FLUX AT END OF TIME STEP 4 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 10 .............. 1 5.098132E-06 2 5.098132E-06 3 5.098132E-06 4 5.098132E-06 5 5.098132E-06 6 5.098132E-06 7 5.098132E-06 8 5.098132E-06 9 5.098132E-06 10 5.098132E-06 1 HEAD IN LAYER 1 AT END OF TIME STEP 4 IN STRESS PERIOD 1

Page 51: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

51

--------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 40.08 40.83 41.79 42.79 43.83 45.02 46.04 47.01 47.98 49.44 2 40.08 40.83 41.79 42.79 43.83 45.02 46.04 47.01 47.98 49.44 3 40.08 40.83 41.79 42.79 43.83 45.02 46.04 47.01 47.98 49.44 4 40.08 40.83 41.79 42.79 43.83 45.02 46.04 47.01 47.98 49.44 5 40.08 40.83 41.79 42.79 43.83 45.02 46.04 47.01 47.98 49.44 6 40.08 40.83 41.79 42.79 43.83 45.02 46.04 47.01 47.98 49.44 7 40.08 40.83 41.79 42.79 43.83 45.02 46.04 47.01 47.98 49.44 8 40.08 40.83 41.79 42.79 43.83 45.02 46.04 47.01 47.98 49.44 9 40.08 40.83 41.79 42.79 43.83 45.02 46.04 47.01 47.98 49.44 10 40.08 40.83 41.79 42.79 43.83 45.02 46.04 47.01 47.98 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 4 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 40.07 40.81 41.77 42.77 43.81 45.02 46.04 47.01 47.98 49.44 2 40.07 40.81 41.77 42.77 43.81 45.02 46.04 47.01 47.98 49.44 3 40.07 40.81 41.77 42.77 43.81 45.02 46.04 47.01 47.98 49.44 4 40.07 40.81 41.77 42.77 43.81 45.02 46.04 47.01 47.98 49.44 5 40.07 40.81 41.77 42.77 43.81 45.02 46.04 47.01 47.98 49.44 6 40.07 40.81 41.77 42.77 43.81 45.02 46.04 47.01 47.98 49.44 7 40.07 40.81 41.77 42.77 43.81 45.02 46.04 47.01 47.98 49.44 8 40.07 40.81 41.77 42.77 43.81 45.02 46.04 47.01 47.98 49.44 9 40.07 40.81 41.77 42.77 43.81 45.02 46.04 47.01 47.98 49.44 10 40.07 40.81 41.77 42.77 43.81 45.02 46.04 47.01 47.98 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 4 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 40.06 40.80 41.76 42.76 43.80 45.02 46.04 47.01 47.98 49.44 2 40.06 40.80 41.76 42.76 43.80 45.02 46.04 47.01 47.98 49.44 3 40.06 40.80 41.76 42.76 43.80 45.02 46.04 47.01 47.98 49.44 4 40.06 40.80 41.76 42.76 43.80 45.02 46.04 47.01 47.98 49.44

Page 52: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

52

5 40.06 40.80 41.76 42.76 43.80 45.02 46.04 47.01 47.98 49.44 6 40.06 40.80 41.76 42.76 43.80 45.02 46.04 47.01 47.98 49.44 7 40.06 40.80 41.76 42.76 43.80 45.02 46.04 47.01 47.98 49.44 8 40.06 40.80 41.76 42.76 43.80 45.02 46.04 47.01 47.98 49.44 9 40.06 40.80 41.76 42.76 43.80 45.02 46.04 47.01 47.98 49.44 10 40.06 40.80 41.76 42.76 43.80 45.02 46.04 47.01 47.98 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 4, STRESS PERIOD 1 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 4 IN STRESS PERIOD 1 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 1075912.6250 STORAGE = 310.7414 CONSTANT HEAD = 91082.6953 CONSTANT HEAD = 1530.9048 RIVER LEAKAGE = 76035.9062 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 690160.0625 UNSAT FLOW = 35808.5820 TOTAL IN = 1933191.2500 TOTAL IN = 37650.2266 OUT: OUT: ---- ---- STORAGE = 752723.8750 STORAGE = 36608.8477 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 13988.6172 RIVER LEAKAGE = 837.5002 UNSAT FLOW = 1166481.8750 UNSAT FLOW = 203.9253 TOTAL OUT = 1933194.3750 TOTAL OUT = 37650.2734 IN - OUT = -3.1250 IN - OUT = -4.6875E-02 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 4 IN STRESS PERIOD 1 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 1.44312E+06 24052. 400.87 16.703 4.57298E-02 STRESS PERIOD TIME 5.03196E+06 83866. 1397.8 58.240 0.15945 TOTAL TIME 5.03196E+06 83866. 1397.8 58.240 0.15945 1 SOLVING FOR HEAD OUTPUT CONTROL FOR STRESS PERIOD 1 TIME STEP 5 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 1 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 1 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 1 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 1 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 1 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 1 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 1 1

Page 53: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

53

FLUX AT END OF TIME STEP 5 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.281061E-06 1.281061E-06 1.281061E-06 1.281061E-06 2 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.281061E-06 1.281061E-06 1.281061E-06 1.281061E-06 3 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.281061E-06 1.281061E-06 1.281061E-06 1.281061E-06 4 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.281061E-06 1.281061E-06 1.281061E-06 1.281061E-06 5 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.281061E-06 1.281061E-06 1.281061E-06 1.281061E-06 6 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.281061E-06 1.281061E-06 1.281061E-06 1.281061E-06 7 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.281061E-06 1.281061E-06 1.281061E-06 1.281061E-06 8 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.281061E-06 1.281061E-06 1.281061E-06 1.281061E-06 9 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.281061E-06 1.281061E-06 1.281061E-06 1.281061E-06 10 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.072863E-03 1.281061E-06 1.281061E-06 1.281061E-06 1.281061E-06 1 FLUX AT END OF TIME STEP 5 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 10 .............. 1 1.281061E-06 2 1.281061E-06 3 1.281061E-06 4 1.281061E-06 5 1.281061E-06 6 1.281061E-06 7 1.281061E-06 8 1.281061E-06 9 1.281061E-06 10 1.281061E-06 1 HEAD IN LAYER 1 AT END OF TIME STEP 5 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.72 40.31 41.26 42.27 43.33 44.99 46.04 47.02 48.00 49.44 2 39.72 40.31 41.26 42.27 43.33 44.99 46.04 47.02 48.00 49.44 3 39.72 40.31 41.26 42.27 43.33 44.99 46.04 47.02 48.00 49.44 4 39.72 40.31 41.26 42.27 43.33 44.99 46.04 47.02 48.00 49.44 5 39.72 40.31 41.26 42.27 43.33 44.99 46.04 47.02 48.00 49.44 6 39.72 40.31 41.26 42.27 43.33 44.99 46.04 47.02 48.00 49.44 7 39.72 40.31 41.26 42.27 43.33 44.99 46.04 47.02 48.00 49.44 8 39.72 40.31 41.26 42.27 43.33 44.99 46.04 47.02 48.00 49.44 9 39.72 40.31 41.26 42.27 43.33 44.99 46.04 47.02 48.00 49.44 10 39.72 40.31 41.26 42.27 43.33 44.99 46.04 47.02 48.00 49.44

Page 54: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

54

1 HEAD IN LAYER 2 AT END OF TIME STEP 5 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.73 40.33 41.29 42.29 43.35 44.99 46.04 47.02 48.00 49.44 2 39.73 40.33 41.29 42.29 43.35 44.99 46.04 47.02 48.00 49.44 3 39.73 40.33 41.29 42.29 43.35 44.99 46.04 47.02 48.00 49.44 4 39.73 40.33 41.29 42.29 43.35 44.99 46.04 47.02 48.00 49.44 5 39.73 40.33 41.29 42.29 43.35 44.99 46.04 47.02 48.00 49.44 6 39.73 40.33 41.29 42.29 43.35 44.99 46.04 47.02 48.00 49.44 7 39.73 40.33 41.29 42.29 43.35 44.99 46.04 47.02 48.00 49.44 8 39.73 40.33 41.29 42.29 43.35 44.99 46.04 47.02 48.00 49.44 9 39.73 40.33 41.29 42.29 43.35 44.99 46.04 47.02 48.00 49.44 10 39.73 40.33 41.29 42.29 43.35 44.99 46.04 47.02 48.00 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 5 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.75 40.36 41.31 42.31 43.37 44.99 46.04 47.02 48.00 49.44 2 39.75 40.36 41.31 42.31 43.37 44.99 46.04 47.02 48.00 49.44 3 39.75 40.36 41.31 42.31 43.37 44.99 46.04 47.02 48.00 49.44 4 39.75 40.36 41.31 42.31 43.37 44.99 46.04 47.02 48.00 49.44 5 39.75 40.36 41.31 42.31 43.37 44.99 46.04 47.02 48.00 49.44 6 39.75 40.36 41.31 42.31 43.37 44.99 46.04 47.02 48.00 49.44 7 39.75 40.36 41.31 42.31 43.37 44.99 46.04 47.02 48.00 49.44 8 39.75 40.36 41.31 42.31 43.37 44.99 46.04 47.02 48.00 49.44 9 39.75 40.36 41.31 42.31 43.37 44.99 46.04 47.02 48.00 49.44 10 39.75 40.36 41.31 42.31 43.37 44.99 46.04 47.02 48.00 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 5, STRESS PERIOD 1 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 5 IN STRESS PERIOD 1 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 1991838.0000 STORAGE = 49851.4258 CONSTANT HEAD = 118801.6484 CONSTANT HEAD = 1508.6703 RIVER LEAKAGE = 128257.6484 RIVER LEAKAGE = 2842.2930 UNSAT FLOW = 690160.0625 UNSAT FLOW = 0.0000

Page 55: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

55

TOTAL IN = 2929057.5000 TOTAL IN = 54202.3906 OUT: OUT: ---- ---- STORAGE = 762059.3125 STORAGE = 508.1047 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 13988.6172 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 2153014.2500 UNSAT FLOW = 53694.3828 TOTAL OUT = 2929062.2500 TOTAL OUT = 54202.4883 IN - OUT = -4.7500 IN - OUT = -9.7656E-02 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 5 IN STRESS PERIOD 1 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 1.58744E+06 26457. 440.95 18.373 5.03028E-02 STRESS PERIOD TIME 6.61940E+06 1.10323E+05 1838.7 76.613 0.20976 TOTAL TIME 6.61940E+06 1.10323E+05 1838.7 76.613 0.20976 1 SOLVING FOR HEAD OUTPUT CONTROL FOR STRESS PERIOD 1 TIME STEP 6 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 1 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 1 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 1 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 1 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 1 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 1 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 1 1 FLUX AT END OF TIME STEP 6 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -6.290142E-07 -6.290142E-07 -6.290142E-07 -6.290142E-07 2 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -6.290142E-07 -6.290142E-07 -6.290142E-07 -6.290142E-07 3 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -6.290142E-07 -6.290142E-07 -6.290142E-07 -6.290142E-07 4 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -6.290142E-07 -6.290142E-07 -6.290142E-07 -6.290142E-07 5 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -6.290142E-07 -6.290142E-07 -6.290142E-07 -6.290142E-07 6 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -6.290142E-07 -6.290142E-07 -6.290142E-07 -6.290142E-07 7 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -6.290142E-07 -6.290142E-07 -6.290142E-07 -6.290142E-07 8 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -6.290142E-07 -6.290142E-07 -6.290142E-07 -6.290142E-07 9 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -6.290142E-07 -6.290142E-07 -6.290142E-07 -6.290142E-07 10 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -1.558654E-03 -6.290142E-07 -6.290142E-07 -6.290142E-07 -6.290142E-07

Page 56: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

56

1 FLUX AT END OF TIME STEP 6 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 10 .............. 1 -6.290142E-07 2 -6.290142E-07 3 -6.290142E-07 4 -6.290142E-07 5 -6.290142E-07 6 -6.290142E-07 7 -6.290142E-07 8 -6.290142E-07 9 -6.290142E-07 10 -6.290142E-07 1 HEAD IN LAYER 1 AT END OF TIME STEP 6 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 40.38 41.16 42.10 43.11 44.16 45.00 46.04 47.02 48.03 49.44 2 40.38 41.16 42.10 43.11 44.16 45.00 46.04 47.02 48.03 49.44 3 40.38 41.16 42.10 43.11 44.16 45.00 46.04 47.02 48.03 49.44 4 40.38 41.16 42.10 43.11 44.16 45.00 46.04 47.02 48.03 49.44 5 40.38 41.16 42.10 43.11 44.16 45.00 46.04 47.02 48.03 49.44 6 40.38 41.16 42.10 43.11 44.16 45.00 46.04 47.02 48.03 49.44 7 40.38 41.16 42.10 43.11 44.16 45.00 46.04 47.02 48.03 49.44 8 40.38 41.16 42.10 43.11 44.16 45.00 46.04 47.02 48.03 49.44 9 40.38 41.16 42.10 43.11 44.16 45.00 46.04 47.02 48.03 49.44 10 40.38 41.16 42.10 43.11 44.16 45.00 46.04 47.02 48.03 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 6 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 40.36 41.13 42.07 43.07 44.13 45.00 46.04 47.02 48.03 49.44 2 40.36 41.13 42.07 43.07 44.13 45.00 46.04 47.02 48.03 49.44 3 40.36 41.13 42.07 43.07 44.13 45.00 46.04 47.02 48.03 49.44 4 40.36 41.13 42.07 43.07 44.13 45.00 46.04 47.02 48.03 49.44 5 40.36 41.13 42.07 43.07 44.13 45.00 46.04 47.02 48.03 49.44 6 40.36 41.13 42.07 43.07 44.13 45.00 46.04 47.02 48.03 49.44 7 40.36 41.13 42.07 43.07 44.13 45.00 46.04 47.02 48.03 49.44 8 40.36 41.13 42.07 43.07 44.13 45.00 46.04 47.02 48.03 49.44 9 40.36 41.13 42.07 43.07 44.13 45.00 46.04 47.02 48.03 49.44

Page 57: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

57

10 40.36 41.13 42.07 43.07 44.13 45.00 46.04 47.02 48.03 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 6 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 40.33 41.10 42.04 43.04 44.09 45.00 46.04 47.02 48.03 49.44 2 40.33 41.10 42.04 43.04 44.09 45.00 46.04 47.02 48.03 49.44 3 40.33 41.10 42.04 43.04 44.09 45.00 46.04 47.02 48.03 49.44 4 40.33 41.10 42.04 43.04 44.09 45.00 46.04 47.02 48.03 49.44 5 40.33 41.10 42.04 43.04 44.09 45.00 46.04 47.02 48.03 49.44 6 40.33 41.10 42.04 43.04 44.09 45.00 46.04 47.02 48.03 49.44 7 40.33 41.10 42.04 43.04 44.09 45.00 46.04 47.02 48.03 49.44 8 40.33 41.10 42.04 43.04 44.09 45.00 46.04 47.02 48.03 49.44 9 40.33 41.10 42.04 43.04 44.09 45.00 46.04 47.02 48.03 49.44 10 40.33 41.10 42.04 43.04 44.09 45.00 46.04 47.02 48.03 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 6, STRESS PERIOD 1 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 6 IN STRESS PERIOD 1 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 1992413.8750 STORAGE = 28.4954 CONSTANT HEAD = 148823.0625 CONSTANT HEAD = 1485.4424 RIVER LEAKAGE = 128257.6484 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 2265721.0000 UNSAT FLOW = 77957.8672 TOTAL IN = 4535216.0000 TOTAL IN = 79471.8047 OUT: OUT: ---- ---- STORAGE = 2291408.5000 STORAGE = 75671.3438 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 90798.3906 RIVER LEAKAGE = 3800.5044 UNSAT FLOW = 2153014.2500 UNSAT FLOW = 0.0000 TOTAL OUT = 4535221.0000 TOTAL OUT = 79471.8516 IN - OUT = -5.0000 IN - OUT = -4.6875E-02 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 6 IN STRESS PERIOD 1 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 1.74618E+06 29103. 485.05 20.210 5.53331E-02 STRESS PERIOD TIME 8.36558E+06 1.39426E+05 2323.8 96.824 0.26509

Page 58: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

58

TOTAL TIME 8.36558E+06 1.39426E+05 2323.8 96.824 0.26509 1 SOLVING FOR HEAD OUTPUT CONTROL FOR STRESS PERIOD 1 TIME STEP 7 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 1 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 1 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 1 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 1 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 1 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 1 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 1 1 FLUX AT END OF TIME STEP 7 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 3.607767E-06 3.607767E-06 3.607767E-06 3.607767E-06 2 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 3.607767E-06 3.607767E-06 3.607767E-06 3.607767E-06 3 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 3.607767E-06 3.607767E-06 3.607767E-06 3.607767E-06 4 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 3.607767E-06 3.607767E-06 3.607767E-06 3.607767E-06 5 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 3.607767E-06 3.607767E-06 3.607767E-06 3.607767E-06 6 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 3.607767E-06 3.607767E-06 3.607767E-06 3.607767E-06 7 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 3.607767E-06 3.607767E-06 3.607767E-06 3.607767E-06 8 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 3.607767E-06 3.607767E-06 3.607767E-06 3.607767E-06 9 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 3.607767E-06 3.607767E-06 3.607767E-06 3.607767E-06 10 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 2.060441E-03 3.607767E-06 3.607767E-06 3.607767E-06 3.607767E-06 1 FLUX AT END OF TIME STEP 7 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 10 .............. 1 3.607767E-06 2 3.607767E-06 3 3.607767E-06 4 3.607767E-06 5 3.607767E-06 6 3.607767E-06 7 3.607767E-06 8 3.607767E-06 9 3.607767E-06 10 3.607767E-06 1 HEAD IN LAYER 1 AT END OF TIME STEP 7 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.49 39.97 40.90 41.90 42.99 44.96 46.03 47.02 48.05 49.44

Page 59: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

59

2 39.49 39.97 40.90 41.90 42.99 44.96 46.03 47.02 48.05 49.44 3 39.49 39.97 40.90 41.90 42.99 44.96 46.03 47.02 48.05 49.44 4 39.49 39.97 40.90 41.90 42.99 44.96 46.03 47.02 48.05 49.44 5 39.49 39.97 40.90 41.90 42.99 44.96 46.03 47.02 48.05 49.44 6 39.49 39.97 40.90 41.90 42.99 44.96 46.03 47.02 48.05 49.44 7 39.49 39.97 40.90 41.90 42.99 44.96 46.03 47.02 48.05 49.44 8 39.49 39.97 40.90 41.90 42.99 44.96 46.03 47.02 48.05 49.44 9 39.49 39.97 40.90 41.90 42.99 44.96 46.03 47.02 48.05 49.44 10 39.49 39.97 40.90 41.90 42.99 44.96 46.03 47.02 48.05 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 7 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.52 40.01 40.94 41.94 43.03 44.96 46.03 47.02 48.05 49.44 2 39.52 40.01 40.94 41.94 43.03 44.96 46.03 47.02 48.05 49.44 3 39.52 40.01 40.94 41.94 43.03 44.96 46.03 47.02 48.05 49.44 4 39.52 40.01 40.94 41.94 43.03 44.96 46.03 47.02 48.05 49.44 5 39.52 40.01 40.94 41.94 43.03 44.96 46.03 47.02 48.05 49.44 6 39.52 40.01 40.94 41.94 43.03 44.96 46.03 47.02 48.05 49.44 7 39.52 40.01 40.94 41.94 43.03 44.96 46.03 47.02 48.05 49.44 8 39.52 40.01 40.94 41.94 43.03 44.96 46.03 47.02 48.05 49.44 9 39.52 40.01 40.94 41.94 43.03 44.96 46.03 47.02 48.05 49.44 10 39.52 40.01 40.94 41.94 43.03 44.96 46.03 47.02 48.05 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 7 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.55 40.05 40.98 41.98 43.07 44.96 46.03 47.02 48.05 49.44 2 39.55 40.05 40.98 41.98 43.07 44.96 46.03 47.02 48.05 49.44 3 39.55 40.05 40.98 41.98 43.07 44.96 46.03 47.02 48.05 49.44 4 39.55 40.05 40.98 41.98 43.07 44.96 46.03 47.02 48.05 49.44 5 39.55 40.05 40.98 41.98 43.07 44.96 46.03 47.02 48.05 49.44 6 39.55 40.05 40.98 41.98 43.07 44.96 46.03 47.02 48.05 49.44 7 39.55 40.05 40.98 41.98 43.07 44.96 46.03 47.02 48.05 49.44 8 39.55 40.05 40.98 41.98 43.07 44.96 46.03 47.02 48.05 49.44

Page 60: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

60

9 39.55 40.05 40.98 41.98 43.07 44.96 46.03 47.02 48.05 49.44 10 39.55 40.05 40.98 41.98 43.07 44.96 46.03 47.02 48.05 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 7, STRESS PERIOD 1 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 7 IN STRESS PERIOD 1 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 4149229.5000 STORAGE = 97016.3906 CONSTANT HEAD = 181381.0469 CONSTANT HEAD = 1464.5005 RIVER LEAKAGE = 241456.0781 RIVER LEAKAGE = 5091.8135 UNSAT FLOW = 2265721.0000 UNSAT FLOW = 0.0000 TOTAL IN = 6837787.5000 TOTAL IN = 103572.7031 OUT: OUT: ---- ---- STORAGE = 2300444.2500 STORAGE = 406.4411 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 90798.3906 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 4446552.5000 UNSAT FLOW = 103166.3594 TOTAL OUT = 6837795.0000 TOTAL OUT = 103572.7969 IN - OUT = -7.5000 IN - OUT = -9.3750E-02 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 7 IN STRESS PERIOD 1 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 1.92080E+06 32013. 533.55 22.231 6.08664E-02 STRESS PERIOD TIME 1.02864E+07 1.71440E+05 2857.3 119.06 0.32596 TOTAL TIME 1.02864E+07 1.71440E+05 2857.3 119.06 0.32596 1 SOLVING FOR HEAD OUTPUT CONTROL FOR STRESS PERIOD 1 TIME STEP 8 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 1 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 1 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 1 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 1 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 1 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 1 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 1 1 FLUX AT END OF TIME STEP 8 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 ..............................................................................................................................

Page 61: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

61

1 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.908896E-06 -2.908896E-06 -2.908896E-06 -2.908896E-06 2 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.908896E-06 -2.908896E-06 -2.908896E-06 -2.908896E-06 3 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.908896E-06 -2.908896E-06 -2.908896E-06 -2.908896E-06 4 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.908896E-06 -2.908896E-06 -2.908896E-06 -2.908896E-06 5 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.908896E-06 -2.908896E-06 -2.908896E-06 -2.908896E-06 6 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.908896E-06 -2.908896E-06 -2.908896E-06 -2.908896E-06 7 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.908896E-06 -2.908896E-06 -2.908896E-06 -2.908896E-06 8 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.908896E-06 -2.908896E-06 -2.908896E-06 -2.908896E-06 9 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.908896E-06 -2.908896E-06 -2.908896E-06 -2.908896E-06 10 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.927049E-03 -2.908896E-06 -2.908896E-06 -2.908896E-06 -2.908896E-06 1 FLUX AT END OF TIME STEP 8 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 10 .............. 1 -2.908896E-06 2 -2.908896E-06 3 -2.908896E-06 4 -2.908896E-06 5 -2.908896E-06 6 -2.908896E-06 7 -2.908896E-06 8 -2.908896E-06 9 -2.908896E-06 10 -2.908896E-06 1 HEAD IN LAYER 1 AT END OF TIME STEP 8 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 40.86 41.84 42.78 43.78 44.82 45.01 46.03 47.03 48.07 49.44 2 40.86 41.84 42.78 43.78 44.82 45.01 46.03 47.03 48.07 49.44 3 40.86 41.84 42.78 43.78 44.82 45.01 46.03 47.03 48.07 49.44 4 40.86 41.84 42.78 43.78 44.82 45.01 46.03 47.03 48.07 49.44 5 40.86 41.84 42.78 43.78 44.82 45.01 46.03 47.03 48.07 49.44 6 40.86 41.84 42.78 43.78 44.82 45.01 46.03 47.03 48.07 49.44 7 40.86 41.84 42.78 43.78 44.82 45.01 46.03 47.03 48.07 49.44 8 40.86 41.84 42.78 43.78 44.82 45.01 46.03 47.03 48.07 49.44 9 40.86 41.84 42.78 43.78 44.82 45.01 46.03 47.03 48.07 49.44 10 40.86 41.84 42.78 43.78 44.82 45.01 46.03 47.03 48.07 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 8 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10

Page 62: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

62

........................................................................................................................ 1 40.82 41.78 42.72 43.72 44.76 45.01 46.03 47.03 48.07 49.44 2 40.82 41.78 42.72 43.72 44.76 45.01 46.03 47.03 48.07 49.44 3 40.82 41.78 42.72 43.72 44.76 45.01 46.03 47.03 48.07 49.44 4 40.82 41.78 42.72 43.72 44.76 45.01 46.03 47.03 48.07 49.44 5 40.82 41.78 42.72 43.72 44.76 45.01 46.03 47.03 48.07 49.44 6 40.82 41.78 42.72 43.72 44.76 45.01 46.03 47.03 48.07 49.44 7 40.82 41.78 42.72 43.72 44.76 45.01 46.03 47.03 48.07 49.44 8 40.82 41.78 42.72 43.72 44.76 45.01 46.03 47.03 48.07 49.44 9 40.82 41.78 42.72 43.72 44.76 45.01 46.03 47.03 48.07 49.44 10 40.82 41.78 42.72 43.72 44.76 45.01 46.03 47.03 48.07 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 8 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 40.78 41.72 42.66 43.66 44.70 45.00 46.03 47.03 48.07 49.44 2 40.78 41.72 42.66 43.66 44.70 45.00 46.03 47.03 48.07 49.44 3 40.78 41.72 42.66 43.66 44.70 45.00 46.03 47.03 48.07 49.44 4 40.78 41.72 42.66 43.66 44.70 45.00 46.03 47.03 48.07 49.44 5 40.78 41.72 42.66 43.66 44.70 45.00 46.03 47.03 48.07 49.44 6 40.78 41.72 42.66 43.66 44.70 45.00 46.03 47.03 48.07 49.44 7 40.78 41.72 42.66 43.66 44.70 45.00 46.03 47.03 48.07 49.44 8 40.78 41.72 42.66 43.66 44.70 45.00 46.03 47.03 48.07 49.44 9 40.78 41.72 42.66 43.66 44.70 45.00 46.03 47.03 48.07 49.44 10 40.78 41.72 42.66 43.66 44.70 45.00 46.03 47.03 48.07 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 8, STRESS PERIOD 1 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 8 IN STRESS PERIOD 1 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 4149229.5000 STORAGE = 0.0000 CONSTANT HEAD = 216595.9688 CONSTANT HEAD = 1440.0122 RIVER LEAKAGE = 241456.0781 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 5847558.0000 UNSAT FLOW = 146468.8281 TOTAL IN = 10454840.0000 TOTAL IN = 147908.8438 OUT: OUT: ---- ---- STORAGE = 5706350.5000 STORAGE = 139274.6562

Page 63: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

63

CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 301941.9062 RIVER LEAKAGE = 8634.1016 UNSAT FLOW = 4446552.5000 UNSAT FLOW = 0.0000 TOTAL OUT = 10454845.0000 TOTAL OUT = 147908.7500 IN - OUT = -5.0000 IN - OUT = 9.3750E-02 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 8 IN STRESS PERIOD 1 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 2.11288E+06 35215. 586.91 24.455 6.69531E-02 STRESS PERIOD TIME 1.23993E+07 2.06654E+05 3444.2 143.51 0.39291 TOTAL TIME 1.23993E+07 2.06654E+05 3444.2 143.51 0.39291 1 SOLVING FOR HEAD OUTPUT CONTROL FOR STRESS PERIOD 1 TIME STEP 9 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 1 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 1 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 1 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 1 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 1 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 1 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 1 1 FLUX AT END OF TIME STEP 9 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 8.590982E-06 8.590982E-06 8.590982E-06 8.590982E-06 2 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 8.590982E-06 8.590982E-06 8.590982E-06 8.590982E-06 3 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 8.590982E-06 8.590982E-06 8.590982E-06 8.590982E-06 4 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 8.590982E-06 8.590982E-06 8.590982E-06 8.590982E-06 5 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 8.590982E-06 8.590982E-06 8.590982E-06 8.590982E-06 6 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 8.590982E-06 8.590982E-06 8.590982E-06 8.590982E-06 7 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 8.590982E-06 8.590982E-06 8.590982E-06 8.590982E-06 8 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 8.590982E-06 8.590982E-06 8.590982E-06 8.590982E-06 9 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 8.590982E-06 8.590982E-06 8.590982E-06 8.590982E-06 10 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 3.969200E-03 8.590982E-06 8.590982E-06 8.590982E-06 8.590982E-06 1 FLUX AT END OF TIME STEP 9 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 10 ..............

Page 64: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

64

1 8.590982E-06 2 8.590982E-06 3 8.590982E-06 4 8.590982E-06 5 8.590982E-06 6 8.590982E-06 7 8.590982E-06 8 8.590982E-06 9 8.590982E-06 10 8.590982E-06 1 HEAD IN LAYER 1 AT END OF TIME STEP 9 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 38.88 39.10 40.01 41.01 42.14 44.91 46.02 47.03 48.09 49.44 2 38.88 39.10 40.01 41.01 42.14 44.91 46.02 47.03 48.09 49.44 3 38.88 39.10 40.01 41.01 42.14 44.91 46.02 47.03 48.09 49.44 4 38.88 39.10 40.01 41.01 42.14 44.91 46.02 47.03 48.09 49.44 5 38.88 39.10 40.01 41.01 42.14 44.91 46.02 47.03 48.09 49.44 6 38.88 39.10 40.01 41.01 42.14 44.91 46.02 47.03 48.09 49.44 7 38.88 39.10 40.01 41.01 42.14 44.91 46.02 47.03 48.09 49.44 8 38.88 39.10 40.01 41.01 42.14 44.91 46.02 47.03 48.09 49.44 9 38.88 39.10 40.01 41.01 42.14 44.91 46.02 47.03 48.09 49.44 10 38.88 39.10 40.01 41.01 42.14 44.91 46.02 47.03 48.09 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 9 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 38.94 39.18 40.08 41.09 42.22 44.91 46.02 47.03 48.09 49.44 2 38.94 39.18 40.08 41.09 42.22 44.91 46.02 47.03 48.09 49.44 3 38.94 39.18 40.08 41.09 42.22 44.91 46.02 47.03 48.09 49.44 4 38.94 39.18 40.08 41.09 42.22 44.91 46.02 47.03 48.09 49.44 5 38.94 39.18 40.08 41.09 42.22 44.91 46.02 47.03 48.09 49.44 6 38.94 39.18 40.08 41.09 42.22 44.91 46.02 47.03 48.09 49.44 7 38.94 39.18 40.08 41.09 42.22 44.91 46.02 47.03 48.09 49.44 8 38.94 39.18 40.08 41.09 42.22 44.91 46.02 47.03 48.09 49.44 9 38.94 39.18 40.08 41.09 42.22 44.91 46.02 47.03 48.09 49.44 10 38.94 39.18 40.08 41.09 42.22 44.91 46.02 47.03 48.09 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 9 IN STRESS PERIOD 1 ---------------------------------------------------------------------------

Page 65: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

65

1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 39.00 39.26 40.16 41.17 42.30 44.91 46.02 47.03 48.09 49.44 2 39.00 39.26 40.16 41.17 42.30 44.91 46.02 47.03 48.09 49.44 3 39.00 39.26 40.16 41.17 42.30 44.91 46.02 47.03 48.09 49.44 4 39.00 39.26 40.16 41.17 42.30 44.91 46.02 47.03 48.09 49.44 5 39.00 39.26 40.16 41.17 42.30 44.91 46.02 47.03 48.09 49.44 6 39.00 39.26 40.16 41.17 42.30 44.91 46.02 47.03 48.09 49.44 7 39.00 39.26 40.16 41.17 42.30 44.91 46.02 47.03 48.09 49.44 8 39.00 39.26 40.16 41.17 42.30 44.91 46.02 47.03 48.09 49.44 9 39.00 39.26 40.16 41.17 42.30 44.91 46.02 47.03 48.09 49.44 10 39.00 39.26 40.16 41.17 42.30 44.91 46.02 47.03 48.09 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 9, STRESS PERIOD 1 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 9 IN STRESS PERIOD 1 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 9164999.0000 STORAGE = 186459.3750 CONSTANT HEAD = 254879.2500 CONSTANT HEAD = 1423.1670 RIVER LEAKAGE = 542030.1250 RIVER LEAKAGE = 11173.7295 UNSAT FLOW = 5847558.0000 UNSAT FLOW = 0.0000 TOTAL IN = 15809466.0000 TOTAL IN = 199056.2812 OUT: OUT: ---- ---- STORAGE = 5713142.0000 STORAGE = 252.4664 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 301941.9062 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 9794383.0000 UNSAT FLOW = 198803.6406 TOTAL OUT = 15809467.0000 TOTAL OUT = 199056.1094 IN - OUT = -1.0000 IN - OUT = 0.1719 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 9 IN STRESS PERIOD 1 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 2.32417E+06 38736. 645.60 26.900 7.36484E-02 STRESS PERIOD TIME 1.47234E+07 2.45390E+05 4089.8 170.41 0.46656 TOTAL TIME 1.47234E+07 2.45390E+05 4089.8 170.41 0.46656 1 SOLVING FOR HEAD OUTPUT CONTROL FOR STRESS PERIOD 1 TIME STEP 10

Page 66: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

66

PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 1 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 1 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 1 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 1 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 1 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 1 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 1 1 FLUX AT END OF TIME STEP 10 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -9.071459E-06 -9.071459E-06 -9.071459E-06 -9.071459E-06 2 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -9.071459E-06 -9.071459E-06 -9.071459E-06 -9.071459E-06 3 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -9.071459E-06 -9.071459E-06 -9.071459E-06 -9.071459E-06 4 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -9.071459E-06 -9.071459E-06 -9.071459E-06 -9.071459E-06 5 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -9.071459E-06 -9.071459E-06 -9.071459E-06 -9.071459E-06 6 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -9.071459E-06 -9.071459E-06 -9.071459E-06 -9.071459E-06 7 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -9.071459E-06 -9.071459E-06 -9.071459E-06 -9.071459E-06 8 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -9.071459E-06 -9.071459E-06 -9.071459E-06 -9.071459E-06 9 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -9.071459E-06 -9.071459E-06 -9.071459E-06 -9.071459E-06 10 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -5.967358E-03 -9.071459E-06 -9.071459E-06 -9.071459E-06 -9.071459E-06 1 FLUX AT END OF TIME STEP 10 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 10 .............. 1 -9.071459E-06 2 -9.071459E-06 3 -9.071459E-06 4 -9.071459E-06 5 -9.071459E-06 6 -9.071459E-06 7 -9.071459E-06 8 -9.071459E-06 9 -9.071459E-06 10 -9.071459E-06 1 HEAD IN LAYER 1 AT END OF TIME STEP 10 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 42.01 43.61 44.56 45.56 46.53 45.08 46.04 47.04 48.11 49.44 2 42.01 43.61 44.56 45.56 46.53 45.08 46.04 47.04 48.11 49.44 3 42.01 43.61 44.56 45.56 46.53 45.08 46.04 47.04 48.11 49.44 4 42.01 43.61 44.56 45.56 46.53 45.08 46.04 47.04 48.11 49.44

Page 67: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

67

5 42.01 43.61 44.56 45.56 46.53 45.08 46.04 47.04 48.11 49.44 6 42.01 43.61 44.56 45.56 46.53 45.08 46.04 47.04 48.11 49.44 7 42.01 43.61 44.56 45.56 46.53 45.08 46.04 47.04 48.11 49.44 8 42.01 43.61 44.56 45.56 46.53 45.08 46.04 47.04 48.11 49.44 9 42.01 43.61 44.56 45.56 46.53 45.08 46.04 47.04 48.11 49.44 10 42.01 43.61 44.56 45.56 46.53 45.08 46.04 47.04 48.11 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 10 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 41.93 43.49 44.44 45.44 46.41 45.07 46.03 47.04 48.11 49.44 2 41.93 43.49 44.44 45.44 46.41 45.07 46.03 47.04 48.11 49.44 3 41.93 43.49 44.44 45.44 46.41 45.07 46.03 47.04 48.11 49.44 4 41.93 43.49 44.44 45.44 46.41 45.07 46.03 47.04 48.11 49.44 5 41.93 43.49 44.44 45.44 46.41 45.07 46.03 47.04 48.11 49.44 6 41.93 43.49 44.44 45.44 46.41 45.07 46.03 47.04 48.11 49.44 7 41.93 43.49 44.44 45.44 46.41 45.07 46.03 47.04 48.11 49.44 8 41.93 43.49 44.44 45.44 46.41 45.07 46.03 47.04 48.11 49.44 9 41.93 43.49 44.44 45.44 46.41 45.07 46.03 47.04 48.11 49.44 10 41.93 43.49 44.44 45.44 46.41 45.07 46.03 47.04 48.11 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 10 IN STRESS PERIOD 1 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 41.85 43.37 44.32 45.32 46.29 45.07 46.03 47.04 48.11 49.44 2 41.85 43.37 44.32 45.32 46.29 45.07 46.03 47.04 48.11 49.44 3 41.85 43.37 44.32 45.32 46.29 45.07 46.03 47.04 48.11 49.44 4 41.85 43.37 44.32 45.32 46.29 45.07 46.03 47.04 48.11 49.44 5 41.85 43.37 44.32 45.32 46.29 45.07 46.03 47.04 48.11 49.44 6 41.85 43.37 44.32 45.32 46.29 45.07 46.03 47.04 48.11 49.44 7 41.85 43.37 44.32 45.32 46.29 45.07 46.03 47.04 48.11 49.44 8 41.85 43.37 44.32 45.32 46.29 45.07 46.03 47.04 48.11 49.44 9 41.85 43.37 44.32 45.32 46.29 45.07 46.03 47.04 48.11 49.44 10 41.85 43.37 44.32 45.32 46.29 45.07 46.03 47.04 48.11 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 10, STRESS PERIOD 1 1

Page 68: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

68

VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 10 IN STRESS PERIOD 1 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 9164999.0000 STORAGE = 0.0000 CONSTANT HEAD = 296146.0938 CONSTANT HEAD = 1394.6180 RIVER LEAKAGE = 542030.1250 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 14687022.0000 UNSAT FLOW = 298730.7500 TOTAL IN = 24690196.0000 TOTAL IN = 300125.3750 OUT: OUT: ---- ---- STORAGE = 13999341.0000 STORAGE = 280033.0938 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 896473.5000 RIVER LEAKAGE = 20092.2676 UNSAT FLOW = 9794383.0000 UNSAT FLOW = 0.0000 TOTAL OUT = 24690196.0000 TOTAL OUT = 300125.3750 IN - OUT = 0.0000 IN - OUT = 0.0000 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 10 IN STRESS PERIOD 1 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 2.55658E+06 42610. 710.16 29.590 8.10132E-02 STRESS PERIOD TIME 1.72800E+07 2.88000E+05 4800.0 200.00 0.54757 TOTAL TIME 1.72800E+07 2.88000E+05 4800.0 200.00 0.54757 1 1 STRESS PERIOD NO. 2, LENGTH = 100.0000 ----------------------------------------------- NUMBER OF TIME STEPS = 11 MULTIPLIER FOR DELT = 1.100 INITIAL TIME STEP SIZE = 5.396313 Parameter: KRB REACH NO. LAYER ROW COL STAGE CONDUCTANCE BOTTOM EL. ------------------------------------------------------------------------------- 1 1 1 1 40.00 1000. 30.00 2 1 2 1 40.00 1000. 30.00 3 1 3 1 40.00 1000. 30.00 4 1 4 1 40.00 1000. 30.00 5 1 5 1 40.00 1000. 30.00 6 1 6 1 40.00 1000. 30.00 7 1 7 1 40.00 1000. 30.00 8 1 8 1 40.00 1000. 30.00 9 1 9 1 40.00 1000. 30.00 10 1 10 1 40.00 1000. 30.00 10 RIVER REACHES SOLVING FOR HEAD OUTPUT CONTROL WAS SPECIFIED FOR A NONEXISTENT TIME STEP OR OUTPUT CONTROL DATA ARE NOT ENTERED IN ASCENDING ORDER OUTPUT CONTROL STRESS PERIOD 1 TIME STEP 11

Page 69: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

69

MODEL STRESS PERIOD 2 TIME STEP 1 APPLYING THE SPECIFIED OUTPUT CONTROL TO THE CURRENT TIME STEP OUTPUT CONTROL FOR STRESS PERIOD 2 TIME STEP 1 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 2 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 2 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 2 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 2 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 2 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 2 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 1, STRESS PERIOD 2 1 FLUX AT END OF TIME STEP 1 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 9.893714E-05 9.893714E-05 9.893714E-05 9.893714E-05 2 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 9.893714E-05 9.893714E-05 9.893714E-05 9.893714E-05 3 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 9.893714E-05 9.893714E-05 9.893714E-05 9.893714E-05 4 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 9.893714E-05 9.893714E-05 9.893714E-05 9.893714E-05 5 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 9.893714E-05 9.893714E-05 9.893714E-05 9.893714E-05 6 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 9.893714E-05 9.893714E-05 9.893714E-05 9.893714E-05 7 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 9.893714E-05 9.893714E-05 9.893714E-05 9.893714E-05 8 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 9.893714E-05 9.893714E-05 9.893714E-05 9.893714E-05 9 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 9.893714E-05 9.893714E-05 9.893714E-05 9.893714E-05 10 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 3.790049E-02 9.893714E-05 9.893714E-05 9.893714E-05 9.893714E-05 1 FLUX AT END OF TIME STEP 1 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 10 .............. 1 9.893714E-05 2 9.893714E-05 3 9.893714E-05 4 9.893714E-05 5 9.893714E-05 6 9.893714E-05 7 9.893714E-05 8 9.893714E-05 9 9.893714E-05 10 9.893714E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 1 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 36.48 37.46 38.40 39.40 40.40 45.03 46.02 47.02 48.10 49.44 2 36.48 37.46 38.40 39.40 40.40 45.03 46.02 47.02 48.10 49.44

Page 70: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

70

3 36.48 37.46 38.40 39.40 40.40 45.03 46.02 47.02 48.10 49.44 4 36.48 37.46 38.40 39.40 40.40 45.03 46.02 47.02 48.10 49.44 5 36.48 37.46 38.40 39.40 40.40 45.03 46.02 47.02 48.10 49.44 6 36.48 37.46 38.40 39.40 40.40 45.03 46.02 47.02 48.10 49.44 7 36.48 37.46 38.40 39.40 40.40 45.03 46.02 47.02 48.10 49.44 8 36.48 37.46 38.40 39.40 40.40 45.03 46.02 47.02 48.10 49.44 9 36.48 37.46 38.40 39.40 40.40 45.03 46.02 47.02 48.10 49.44 10 36.48 37.46 38.40 39.40 40.40 45.03 46.02 47.02 48.10 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 1 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 37.12 38.16 39.11 40.11 41.12 45.03 46.02 47.03 48.10 49.44 2 37.12 38.16 39.11 40.11 41.12 45.03 46.02 47.03 48.10 49.44 3 37.12 38.16 39.11 40.11 41.12 45.03 46.02 47.03 48.10 49.44 4 37.12 38.16 39.11 40.11 41.12 45.03 46.02 47.03 48.10 49.44 5 37.12 38.16 39.11 40.11 41.12 45.03 46.02 47.03 48.10 49.44 6 37.12 38.16 39.11 40.11 41.12 45.03 46.02 47.03 48.10 49.44 7 37.12 38.16 39.11 40.11 41.12 45.03 46.02 47.03 48.10 49.44 8 37.12 38.16 39.11 40.11 41.12 45.03 46.02 47.03 48.10 49.44 9 37.12 38.16 39.11 40.11 41.12 45.03 46.02 47.03 48.10 49.44 10 37.12 38.16 39.11 40.11 41.12 45.03 46.02 47.03 48.10 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 1 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 37.76 38.87 39.82 40.82 41.82 45.03 46.02 47.03 48.11 49.44 2 37.76 38.87 39.82 40.82 41.82 45.03 46.02 47.03 48.11 49.44 3 37.76 38.87 39.82 40.82 41.82 45.03 46.02 47.03 48.11 49.44 4 37.76 38.87 39.82 40.82 41.82 45.03 46.02 47.03 48.11 49.44 5 37.76 38.87 39.82 40.82 41.82 45.03 46.02 47.03 48.11 49.44 6 37.76 38.87 39.82 40.82 41.82 45.03 46.02 47.03 48.11 49.44 7 37.76 38.87 39.82 40.82 41.82 45.03 46.02 47.03 48.11 49.44 8 37.76 38.87 39.82 40.82 41.82 45.03 46.02 47.03 48.11 49.44 9 37.76 38.87 39.82 40.82 41.82 45.03 46.02 47.03 48.11 49.44

Page 71: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

71

10 37.76 38.87 39.82 40.82 41.82 45.03 46.02 47.03 48.11 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 1, STRESS PERIOD 2 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 1 IN STRESS PERIOD 2 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 19214992.0000 STORAGE = 1862381.3750 CONSTANT HEAD = 303725.3438 CONSTANT HEAD = 1404.5245 RIVER LEAKAGE = 731960.9375 RIVER LEAKAGE = 35196.3984 UNSAT FLOW = 14687022.0000 UNSAT FLOW = 0.0000 TOTAL IN = 34937700.0000 TOTAL IN = 1898982.2500 OUT: OUT: ---- ---- STORAGE = 13999341.0000 STORAGE = 0.0000 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 896473.5000 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 20041886.0000 UNSAT FLOW = 1898982.1250 TOTAL OUT = 34937700.0000 TOTAL OUT = 1898982.1250 IN - OUT = 0.0000 IN - OUT = 0.1250 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 1 IN STRESS PERIOD 2 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 4.66241E+05 7770.7 129.51 5.3963 1.47743E-02 STRESS PERIOD TIME 4.66241E+05 7770.7 129.51 5.3963 1.47743E-02 TOTAL TIME 1.77462E+07 2.95771E+05 4929.5 205.40 0.56234 1 SOLVING FOR HEAD OUTPUT CONTROL WAS SPECIFIED FOR A NONEXISTENT TIME STEP OR OUTPUT CONTROL DATA ARE NOT ENTERED IN ASCENDING ORDER OUTPUT CONTROL STRESS PERIOD 2 TIME STEP 1 MODEL STRESS PERIOD 2 TIME STEP 2 APPLYING THE SPECIFIED OUTPUT CONTROL TO THE CURRENT TIME STEP OUTPUT CONTROL FOR STRESS PERIOD 2 TIME STEP 2 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 2 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 2 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 2 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 2 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 2 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 2 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 2, STRESS PERIOD 2 1 FLUX AT END OF TIME STEP 2 IN STRESS PERIOD 2 ---------------------------------------------------------------------------

Page 72: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

72

1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -2.970907E-05 -2.970907E-05 -2.970907E-05 -2.970907E-05 2 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -2.970907E-05 -2.970907E-05 -2.970907E-05 -2.970907E-05 3 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -2.970907E-05 -2.970907E-05 -2.970907E-05 -2.970907E-05 4 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -2.970907E-05 -2.970907E-05 -2.970907E-05 -2.970907E-05 5 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -2.970907E-05 -2.970907E-05 -2.970907E-05 -2.970907E-05 6 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -2.970907E-05 -2.970907E-05 -2.970907E-05 -2.970907E-05 7 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -2.970907E-05 -2.970907E-05 -2.970907E-05 -2.970907E-05 8 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -2.970907E-05 -2.970907E-05 -2.970907E-05 -2.970907E-05 9 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -2.970907E-05 -2.970907E-05 -2.970907E-05 -2.970907E-05 10 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -3.815178E-02 -2.970907E-05 -2.970907E-05 -2.970907E-05 -2.970907E-05 1 FLUX AT END OF TIME STEP 2 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 10 .............. 1 -2.970907E-05 2 -2.970907E-05 3 -2.970907E-05 4 -2.970907E-05 5 -2.970907E-05 6 -2.970907E-05 7 -2.970907E-05 8 -2.970907E-05 9 -2.970907E-05 10 -2.970907E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 2 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 43.37 44.99 45.95 46.95 47.91 45.08 46.03 47.03 48.11 49.44 2 43.37 44.99 45.95 46.95 47.91 45.08 46.03 47.03 48.11 49.44 3 43.37 44.99 45.95 46.95 47.91 45.08 46.03 47.03 48.11 49.44 4 43.37 44.99 45.95 46.95 47.91 45.08 46.03 47.03 48.11 49.44 5 43.37 44.99 45.95 46.95 47.91 45.08 46.03 47.03 48.11 49.44 6 43.37 44.99 45.95 46.95 47.91 45.08 46.03 47.03 48.11 49.44 7 43.37 44.99 45.95 46.95 47.91 45.08 46.03 47.03 48.11 49.44 8 43.37 44.99 45.95 46.95 47.91 45.08 46.03 47.03 48.11 49.44 9 43.37 44.99 45.95 46.95 47.91 45.08 46.03 47.03 48.11 49.44 10 43.37 44.99 45.95 46.95 47.91 45.08 46.03 47.03 48.11 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 2 IN STRESS PERIOD 2 ---------------------------------------------------------------------------

Page 73: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

73

1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 42.72 44.27 45.23 46.22 47.18 45.08 46.03 47.03 48.11 49.44 2 42.72 44.27 45.23 46.22 47.18 45.08 46.03 47.03 48.11 49.44 3 42.72 44.27 45.23 46.22 47.18 45.08 46.03 47.03 48.11 49.44 4 42.72 44.27 45.23 46.22 47.18 45.08 46.03 47.03 48.11 49.44 5 42.72 44.27 45.23 46.22 47.18 45.08 46.03 47.03 48.11 49.44 6 42.72 44.27 45.23 46.22 47.18 45.08 46.03 47.03 48.11 49.44 7 42.72 44.27 45.23 46.22 47.18 45.08 46.03 47.03 48.11 49.44 8 42.72 44.27 45.23 46.22 47.18 45.08 46.03 47.03 48.11 49.44 9 42.72 44.27 45.23 46.22 47.18 45.08 46.03 47.03 48.11 49.44 10 42.72 44.27 45.23 46.22 47.18 45.08 46.03 47.03 48.11 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 2 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 42.10 43.59 44.55 45.55 46.51 45.08 46.03 47.03 48.11 49.44 2 42.10 43.59 44.55 45.55 46.51 45.08 46.03 47.03 48.11 49.44 3 42.10 43.59 44.55 45.55 46.51 45.08 46.03 47.03 48.11 49.44 4 42.10 43.59 44.55 45.55 46.51 45.08 46.03 47.03 48.11 49.44 5 42.10 43.59 44.55 45.55 46.51 45.08 46.03 47.03 48.11 49.44 6 42.10 43.59 44.55 45.55 46.51 45.08 46.03 47.03 48.11 49.44 7 42.10 43.59 44.55 45.55 46.51 45.08 46.03 47.03 48.11 49.44 8 42.10 43.59 44.55 45.55 46.51 45.08 46.03 47.03 48.11 49.44 9 42.10 43.59 44.55 45.55 46.51 45.08 46.03 47.03 48.11 49.44 10 42.10 43.59 44.55 45.55 46.51 45.08 46.03 47.03 48.11 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 2, STRESS PERIOD 2 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 2 IN STRESS PERIOD 2 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 19214992.0000 STORAGE = 0.0000 CONSTANT HEAD = 312006.5000 CONSTANT HEAD = 1395.0879 RIVER LEAKAGE = 731960.9375 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 26017418.0000 UNSAT FLOW = 1908777.2500 TOTAL IN = 46276376.0000 TOTAL IN = 1910172.3750

Page 74: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

74

OUT: OUT: ---- ---- STORAGE = 25138212.0000 STORAGE = 1876512.0000 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 1096282.7500 RIVER LEAKAGE = 33660.9023 UNSAT FLOW = 20041886.0000 UNSAT FLOW = 0.0000 TOTAL OUT = 46276380.0000 TOTAL OUT = 1910172.8750 IN - OUT = -4.0000 IN - OUT = -0.5000 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 2 IN STRESS PERIOD 2 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 5.12866E+05 8547.8 142.46 5.9359 1.62517E-02 STRESS PERIOD TIME 9.79107E+05 16318. 271.97 11.332 3.10260E-02 TOTAL TIME 1.82591E+07 3.04318E+05 5072.0 211.33 0.57860 1 SOLVING FOR HEAD OUTPUT CONTROL WAS SPECIFIED FOR A NONEXISTENT TIME STEP OR OUTPUT CONTROL DATA ARE NOT ENTERED IN ASCENDING ORDER OUTPUT CONTROL STRESS PERIOD 2 TIME STEP 2 MODEL STRESS PERIOD 2 TIME STEP 3 APPLYING THE SPECIFIED OUTPUT CONTROL TO THE CURRENT TIME STEP OUTPUT CONTROL FOR STRESS PERIOD 2 TIME STEP 3 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 2 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 2 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 2 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 2 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 2 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 2 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 3, STRESS PERIOD 2 1 FLUX AT END OF TIME STEP 3 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 2.227111E-05 2.227111E-05 2.227111E-05 2.227111E-05 2 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 2.227111E-05 2.227111E-05 2.227111E-05 2.227111E-05 3 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 2.227111E-05 2.227111E-05 2.227111E-05 2.227111E-05 4 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 2.227111E-05 2.227111E-05 2.227111E-05 2.227111E-05 5 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 2.227111E-05 2.227111E-05 2.227111E-05 2.227111E-05 6 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 2.227111E-05 2.227111E-05 2.227111E-05 2.227111E-05 7 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 2.227111E-05 2.227111E-05 2.227111E-05 2.227111E-05 8 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 2.227111E-05 2.227111E-05 2.227111E-05 2.227111E-05 9 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 2.227111E-05 2.227111E-05 2.227111E-05 2.227111E-05

Page 75: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

75

10 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 3.402746E-02 2.227111E-05 2.227111E-05 2.227111E-05 2.227111E-05 1 FLUX AT END OF TIME STEP 3 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 10 .............. 1 2.227111E-05 2 2.227111E-05 3 2.227111E-05 4 2.227111E-05 5 2.227111E-05 6 2.227111E-05 7 2.227111E-05 8 2.227111E-05 9 2.227111E-05 10 2.227111E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 3 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 36.78 37.70 38.65 39.65 40.64 45.04 46.02 47.03 48.11 49.44 2 36.78 37.70 38.65 39.65 40.64 45.04 46.02 47.03 48.11 49.44 3 36.78 37.70 38.65 39.65 40.64 45.04 46.02 47.03 48.11 49.44 4 36.78 37.70 38.65 39.65 40.64 45.04 46.02 47.03 48.11 49.44 5 36.78 37.70 38.65 39.65 40.64 45.04 46.02 47.03 48.11 49.44 6 36.78 37.70 38.65 39.65 40.64 45.04 46.02 47.03 48.11 49.44 7 36.78 37.70 38.65 39.65 40.64 45.04 46.02 47.03 48.11 49.44 8 36.78 37.70 38.65 39.65 40.64 45.04 46.02 47.03 48.11 49.44 9 36.78 37.70 38.65 39.65 40.64 45.04 46.02 47.03 48.11 49.44 10 36.78 37.70 38.65 39.65 40.64 45.04 46.02 47.03 48.11 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 3 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 37.33 38.31 39.27 40.26 41.26 45.04 46.02 47.03 48.11 49.44 2 37.33 38.31 39.27 40.26 41.26 45.04 46.02 47.03 48.11 49.44 3 37.33 38.31 39.27 40.26 41.26 45.04 46.02 47.03 48.11 49.44 4 37.33 38.31 39.27 40.26 41.26 45.04 46.02 47.03 48.11 49.44 5 37.33 38.31 39.27 40.26 41.26 45.04 46.02 47.03 48.11 49.44 6 37.33 38.31 39.27 40.26 41.26 45.04 46.02 47.03 48.11 49.44 7 37.33 38.31 39.27 40.26 41.26 45.04 46.02 47.03 48.11 49.44 8 37.33 38.31 39.27 40.26 41.26 45.04 46.02 47.03 48.11 49.44

Page 76: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

76

9 37.33 38.31 39.27 40.26 41.26 45.04 46.02 47.03 48.11 49.44 10 37.33 38.31 39.27 40.26 41.26 45.04 46.02 47.03 48.11 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 3 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 37.88 38.92 39.88 40.87 41.87 45.04 46.03 47.03 48.11 49.44 2 37.88 38.92 39.88 40.87 41.87 45.04 46.03 47.03 48.11 49.44 3 37.88 38.92 39.88 40.87 41.87 45.04 46.03 47.03 48.11 49.44 4 37.88 38.92 39.88 40.87 41.87 45.04 46.03 47.03 48.11 49.44 5 37.88 38.92 39.88 40.87 41.87 45.04 46.03 47.03 48.11 49.44 6 37.88 38.92 39.88 40.87 41.87 45.04 46.03 47.03 48.11 49.44 7 37.88 38.92 39.88 40.87 41.87 45.04 46.03 47.03 48.11 49.44 8 37.88 38.92 39.88 40.87 41.87 45.04 46.03 47.03 48.11 49.44 9 37.88 38.92 39.88 40.87 41.87 45.04 46.03 47.03 48.11 49.44 10 37.88 38.92 39.88 40.87 41.87 45.04 46.03 47.03 48.11 49.44 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 3 IN STRESS PERIOD 2 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 30110944.0000 STORAGE = 1668716.8750 CONSTANT HEAD = 321110.8438 CONSTANT HEAD = 1394.3308 RIVER LEAKAGE = 942346.6250 RIVER LEAKAGE = 32220.6035 UNSAT FLOW = 26017418.0000 UNSAT FLOW = 0.0000 TOTAL IN = 57391816.0000 TOTAL IN = 1702331.8750 OUT: OUT: ---- ---- STORAGE = 25138654.0000 STORAGE = 67.8369 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 1096282.7500 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 31156884.0000 UNSAT FLOW = 1702263.8750 TOTAL OUT = 57391820.0000 TOTAL OUT = 1702331.7500 IN - OUT = -4.0000 IN - OUT = 0.1250 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 3 IN STRESS PERIOD 2 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 5.64152E+05 9402.5 156.71 6.5295 1.78769E-02 STRESS PERIOD TIME 1.54326E+06 25721. 428.68 17.862 4.89029E-02

Page 77: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

77

TOTAL TIME 1.88233E+07 3.13721E+05 5228.7 217.86 0.59647 1 SOLVING FOR HEAD OUTPUT CONTROL WAS SPECIFIED FOR A NONEXISTENT TIME STEP OR OUTPUT CONTROL DATA ARE NOT ENTERED IN ASCENDING ORDER OUTPUT CONTROL STRESS PERIOD 2 TIME STEP 3 MODEL STRESS PERIOD 2 TIME STEP 4 APPLYING THE SPECIFIED OUTPUT CONTROL TO THE CURRENT TIME STEP OUTPUT CONTROL FOR STRESS PERIOD 2 TIME STEP 4 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 2 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 2 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 2 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 2 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 2 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 2 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 4, STRESS PERIOD 2 1 FLUX AT END OF TIME STEP 4 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -1.719708E-05 -1.719708E-05 -1.719708E-05 -1.719708E-05 2 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -1.719708E-05 -1.719708E-05 -1.719708E-05 -1.719708E-05 3 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -1.719708E-05 -1.719708E-05 -1.719708E-05 -1.719708E-05 4 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -1.719708E-05 -1.719708E-05 -1.719708E-05 -1.719708E-05 5 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -1.719708E-05 -1.719708E-05 -1.719708E-05 -1.719708E-05 6 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -1.719708E-05 -1.719708E-05 -1.719708E-05 -1.719708E-05 7 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -1.719708E-05 -1.719708E-05 -1.719708E-05 -1.719708E-05 8 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -1.719708E-05 -1.719708E-05 -1.719708E-05 -1.719708E-05 9 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -1.719708E-05 -1.719708E-05 -1.719708E-05 -1.719708E-05 10 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -3.738274E-02 -1.719708E-05 -1.719708E-05 -1.719708E-05 -1.719708E-05 1 FLUX AT END OF TIME STEP 4 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 10 .............. 1 -1.719708E-05 2 -1.719708E-05 3 -1.719708E-05 4 -1.719708E-05 5 -1.719708E-05 6 -1.719708E-05 7 -1.719708E-05 8 -1.719708E-05 9 -1.719708E-05 10 -1.719708E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 4 IN STRESS PERIOD 2 ---------------------------------------------------------------------------

Page 78: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

78

1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 44.28 46.11 47.08 48.08 49.01 45.11 46.03 47.04 48.12 49.44 2 44.28 46.11 47.08 48.08 49.01 45.11 46.03 47.04 48.12 49.44 3 44.28 46.11 47.08 48.08 49.01 45.11 46.03 47.04 48.12 49.44 4 44.28 46.11 47.08 48.08 49.01 45.11 46.03 47.04 48.12 49.44 5 44.28 46.11 47.08 48.08 49.01 45.11 46.03 47.04 48.12 49.44 6 44.28 46.11 47.08 48.08 49.01 45.11 46.03 47.04 48.12 49.44 7 44.28 46.11 47.08 48.08 49.01 45.11 46.03 47.04 48.12 49.44 8 44.28 46.11 47.08 48.08 49.01 45.11 46.03 47.04 48.12 49.44 9 44.28 46.11 47.08 48.08 49.01 45.11 46.03 47.04 48.12 49.44 10 44.28 46.11 47.08 48.08 49.01 45.11 46.03 47.04 48.12 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 4 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 43.64 45.38 46.35 47.34 48.27 45.11 46.03 47.04 48.12 49.44 2 43.64 45.38 46.35 47.34 48.27 45.11 46.03 47.04 48.12 49.44 3 43.64 45.38 46.35 47.34 48.27 45.11 46.03 47.04 48.12 49.44 4 43.64 45.38 46.35 47.34 48.27 45.11 46.03 47.04 48.12 49.44 5 43.64 45.38 46.35 47.34 48.27 45.11 46.03 47.04 48.12 49.44 6 43.64 45.38 46.35 47.34 48.27 45.11 46.03 47.04 48.12 49.44 7 43.64 45.38 46.35 47.34 48.27 45.11 46.03 47.04 48.12 49.44 8 43.64 45.38 46.35 47.34 48.27 45.11 46.03 47.04 48.12 49.44 9 43.64 45.38 46.35 47.34 48.27 45.11 46.03 47.04 48.12 49.44 10 43.64 45.38 46.35 47.34 48.27 45.11 46.03 47.04 48.12 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 4 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 43.03 44.69 45.66 46.66 47.58 45.11 46.03 47.04 48.12 49.44 2 43.03 44.69 45.66 46.66 47.58 45.11 46.03 47.04 48.12 49.44 3 43.03 44.69 45.66 46.66 47.58 45.11 46.03 47.04 48.12 49.44 4 43.03 44.69 45.66 46.66 47.58 45.11 46.03 47.04 48.12 49.44 5 43.03 44.69 45.66 46.66 47.58 45.11 46.03 47.04 48.12 49.44

Page 79: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

79

6 43.03 44.69 45.66 46.66 47.58 45.11 46.03 47.04 48.12 49.44 7 43.03 44.69 45.66 46.66 47.58 45.11 46.03 47.04 48.12 49.44 8 43.03 44.69 45.66 46.66 47.58 45.11 46.03 47.04 48.12 49.44 9 43.03 44.69 45.66 46.66 47.58 45.11 46.03 47.04 48.12 49.44 10 43.03 44.69 45.66 46.66 47.58 45.11 46.03 47.04 48.12 49.44 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 4 IN STRESS PERIOD 2 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 30110944.0000 STORAGE = 0.0000 CONSTANT HEAD = 331066.5000 CONSTANT HEAD = 1386.0994 RIVER LEAKAGE = 942346.6250 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 39447424.0000 UNSAT FLOW = 1869825.2500 TOTAL IN = 70831776.0000 TOTAL IN = 1871211.3750 OUT: OUT: ---- ---- STORAGE = 38271560.0000 STORAGE = 1828460.7500 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 1403338.6250 RIVER LEAKAGE = 42750.5938 UNSAT FLOW = 31156884.0000 UNSAT FLOW = 0.0000 TOTAL OUT = 70831784.0000 TOTAL OUT = 1871211.3750 IN - OUT = -8.0000 IN - OUT = 0.0000 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 4 IN STRESS PERIOD 2 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 6.20567E+05 10343. 172.38 7.1825 1.96646E-02 STRESS PERIOD TIME 2.16383E+06 36064. 601.06 25.044 6.85675E-02 TOTAL TIME 1.94438E+07 3.24064E+05 5401.1 225.04 0.61614 1 SOLVING FOR HEAD OUTPUT CONTROL WAS SPECIFIED FOR A NONEXISTENT TIME STEP OR OUTPUT CONTROL DATA ARE NOT ENTERED IN ASCENDING ORDER OUTPUT CONTROL STRESS PERIOD 2 TIME STEP 4 MODEL STRESS PERIOD 2 TIME STEP 5 APPLYING THE SPECIFIED OUTPUT CONTROL TO THE CURRENT TIME STEP OUTPUT CONTROL FOR STRESS PERIOD 2 TIME STEP 5 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 2 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 2 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 2 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 2 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 2 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 2 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 5, STRESS PERIOD 2

Page 80: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

80

1 FLUX AT END OF TIME STEP 5 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 2.641307E-05 2.641307E-05 2.641307E-05 2.641307E-05 2 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 2.641307E-05 2.641307E-05 2.641307E-05 2.641307E-05 3 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 2.641307E-05 2.641307E-05 2.641307E-05 2.641307E-05 4 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 2.641307E-05 2.641307E-05 2.641307E-05 2.641307E-05 5 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 2.641307E-05 2.641307E-05 2.641307E-05 2.641307E-05 6 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 2.641307E-05 2.641307E-05 2.641307E-05 2.641307E-05 7 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 2.641307E-05 2.641307E-05 2.641307E-05 2.641307E-05 8 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 2.641307E-05 2.641307E-05 2.641307E-05 2.641307E-05 9 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 2.641307E-05 2.641307E-05 2.641307E-05 2.641307E-05 10 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 3.066065E-02 2.641307E-05 2.641307E-05 2.641307E-05 2.641307E-05 1 FLUX AT END OF TIME STEP 5 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 10 .............. 1 2.641307E-05 2 2.641307E-05 3 2.641307E-05 4 2.641307E-05 5 2.641307E-05 6 2.641307E-05 7 2.641307E-05 8 2.641307E-05 9 2.641307E-05 10 2.641307E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 5 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 37.29 38.39 39.36 40.35 41.32 45.07 46.03 47.03 48.12 49.44 2 37.29 38.39 39.36 40.35 41.32 45.07 46.03 47.03 48.12 49.44 3 37.29 38.39 39.36 40.35 41.32 45.07 46.03 47.03 48.12 49.44 4 37.29 38.39 39.36 40.35 41.32 45.07 46.03 47.03 48.12 49.44 5 37.29 38.39 39.36 40.35 41.32 45.07 46.03 47.03 48.12 49.44 6 37.29 38.39 39.36 40.35 41.32 45.07 46.03 47.03 48.12 49.44 7 37.29 38.39 39.36 40.35 41.32 45.07 46.03 47.03 48.12 49.44 8 37.29 38.39 39.36 40.35 41.32 45.07 46.03 47.03 48.12 49.44 9 37.29 38.39 39.36 40.35 41.32 45.07 46.03 47.03 48.12 49.44

Page 81: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

81

10 37.29 38.39 39.36 40.35 41.32 45.07 46.03 47.03 48.12 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 5 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 37.80 38.95 39.93 40.92 41.89 45.07 46.03 47.03 48.12 49.44 2 37.80 38.95 39.93 40.92 41.89 45.07 46.03 47.03 48.12 49.44 3 37.80 38.95 39.93 40.92 41.89 45.07 46.03 47.03 48.12 49.44 4 37.80 38.95 39.93 40.92 41.89 45.07 46.03 47.03 48.12 49.44 5 37.80 38.95 39.93 40.92 41.89 45.07 46.03 47.03 48.12 49.44 6 37.80 38.95 39.93 40.92 41.89 45.07 46.03 47.03 48.12 49.44 7 37.80 38.95 39.93 40.92 41.89 45.07 46.03 47.03 48.12 49.44 8 37.80 38.95 39.93 40.92 41.89 45.07 46.03 47.03 48.12 49.44 9 37.80 38.95 39.93 40.92 41.89 45.07 46.03 47.03 48.12 49.44 10 37.80 38.95 39.93 40.92 41.89 45.07 46.03 47.03 48.12 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 5 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 38.31 39.51 40.48 41.48 42.44 45.07 46.03 47.03 48.12 49.44 2 38.31 39.51 40.48 41.48 42.44 45.07 46.03 47.03 48.12 49.44 3 38.31 39.51 40.48 41.48 42.44 45.07 46.03 47.03 48.12 49.44 4 38.31 39.51 40.48 41.48 42.44 45.07 46.03 47.03 48.12 49.44 5 38.31 39.51 40.48 41.48 42.44 45.07 46.03 47.03 48.12 49.44 6 38.31 39.51 40.48 41.48 42.44 45.07 46.03 47.03 48.12 49.44 7 38.31 39.51 40.48 41.48 42.44 45.07 46.03 47.03 48.12 49.44 8 38.31 39.51 40.48 41.48 42.44 45.07 46.03 47.03 48.12 49.44 9 38.31 39.51 40.48 41.48 42.44 45.07 46.03 47.03 48.12 49.44 10 38.31 39.51 40.48 41.48 42.44 45.07 46.03 47.03 48.12 49.44 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 5 IN STRESS PERIOD 2 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 42006776.0000 STORAGE = 1505660.1250 CONSTANT HEAD = 342018.6250 CONSTANT HEAD = 1386.2128 RIVER LEAKAGE = 1156174.8750 RIVER LEAKAGE = 27064.3242 UNSAT FLOW = 39447424.0000 UNSAT FLOW = 0.0000

Page 82: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

82

TOTAL IN = 82952400.0000 TOTAL IN = 1534110.7500 OUT: OUT: ---- ---- STORAGE = 38271732.0000 STORAGE = 21.8721 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 1403338.6250 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 43277328.0000 UNSAT FLOW = 1534089.0000 TOTAL OUT = 82952400.0000 TOTAL OUT = 1534110.8750 IN - OUT = 0.0000 IN - OUT = -0.1250 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 5 IN STRESS PERIOD 2 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 6.82624E+05 11377. 189.62 7.9007 2.16311E-02 STRESS PERIOD TIME 2.84645E+06 47441. 790.68 32.945 9.01986E-02 TOTAL TIME 2.01265E+07 3.35441E+05 5590.7 232.95 0.63777 1 SOLVING FOR HEAD OUTPUT CONTROL WAS SPECIFIED FOR A NONEXISTENT TIME STEP OR OUTPUT CONTROL DATA ARE NOT ENTERED IN ASCENDING ORDER OUTPUT CONTROL STRESS PERIOD 2 TIME STEP 5 MODEL STRESS PERIOD 2 TIME STEP 6 APPLYING THE SPECIFIED OUTPUT CONTROL TO THE CURRENT TIME STEP OUTPUT CONTROL FOR STRESS PERIOD 2 TIME STEP 6 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 2 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 2 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 2 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 2 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 2 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 2 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 6, STRESS PERIOD 2 1 FLUX AT END OF TIME STEP 6 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -1.189396E-05 -1.189396E-05 -1.189396E-05 -1.189396E-05 2 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -1.189396E-05 -1.189396E-05 -1.189396E-05 -1.189396E-05 3 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -1.189396E-05 -1.189396E-05 -1.189396E-05 -1.189396E-05 4 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -1.189396E-05 -1.189396E-05 -1.189396E-05 -1.189396E-05 5 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -1.189396E-05 -1.189396E-05 -1.189396E-05 -1.189396E-05 6 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -1.189396E-05 -1.189396E-05 -1.189396E-05 -1.189396E-05 7 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -1.189396E-05 -1.189396E-05 -1.189396E-05 -1.189396E-05

Page 83: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

83

8 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -1.189396E-05 -1.189396E-05 -1.189396E-05 -1.189396E-05 9 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -1.189396E-05 -1.189396E-05 -1.189396E-05 -1.189396E-05 10 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -2.629039E-02 -1.189396E-05 -1.189396E-05 -1.189396E-05 -1.189396E-05 1 FLUX AT END OF TIME STEP 6 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 10 .............. 1 -1.189396E-05 2 -1.189396E-05 3 -1.189396E-05 4 -1.189396E-05 5 -1.189396E-05 6 -1.189396E-05 7 -1.189396E-05 8 -1.189396E-05 9 -1.189396E-05 10 -1.189396E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 6 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 43.50 45.45 46.44 47.44 48.33 45.15 46.03 47.04 48.13 49.44 2 43.50 45.45 46.44 47.44 48.33 45.15 46.03 47.04 48.13 49.44 3 43.50 45.45 46.44 47.44 48.33 45.15 46.03 47.04 48.13 49.44 4 43.50 45.45 46.44 47.44 48.33 45.15 46.03 47.04 48.13 49.44 5 43.50 45.45 46.44 47.44 48.33 45.15 46.03 47.04 48.13 49.44 6 43.50 45.45 46.44 47.44 48.33 45.15 46.03 47.04 48.13 49.44 7 43.50 45.45 46.44 47.44 48.33 45.15 46.03 47.04 48.13 49.44 8 43.50 45.45 46.44 47.44 48.33 45.15 46.03 47.04 48.13 49.44 9 43.50 45.45 46.44 47.44 48.33 45.15 46.03 47.04 48.13 49.44 10 43.50 45.45 46.44 47.44 48.33 45.15 46.03 47.04 48.13 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 6 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 43.06 44.93 45.93 46.92 47.81 45.14 46.03 47.04 48.13 49.44 2 43.06 44.93 45.93 46.92 47.81 45.14 46.03 47.04 48.13 49.44 3 43.06 44.93 45.93 46.92 47.81 45.14 46.03 47.04 48.13 49.44 4 43.06 44.93 45.93 46.92 47.81 45.14 46.03 47.04 48.13 49.44 5 43.06 44.93 45.93 46.92 47.81 45.14 46.03 47.04 48.13 49.44 6 43.06 44.93 45.93 46.92 47.81 45.14 46.03 47.04 48.13 49.44

Page 84: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

84

7 43.06 44.93 45.93 46.92 47.81 45.14 46.03 47.04 48.13 49.44 8 43.06 44.93 45.93 46.92 47.81 45.14 46.03 47.04 48.13 49.44 9 43.06 44.93 45.93 46.92 47.81 45.14 46.03 47.04 48.13 49.44 10 43.06 44.93 45.93 46.92 47.81 45.14 46.03 47.04 48.13 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 6 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 42.64 44.45 45.44 46.43 47.32 45.14 46.03 47.04 48.13 49.44 2 42.64 44.45 45.44 46.43 47.32 45.14 46.03 47.04 48.13 49.44 3 42.64 44.45 45.44 46.43 47.32 45.14 46.03 47.04 48.13 49.44 4 42.64 44.45 45.44 46.43 47.32 45.14 46.03 47.04 48.13 49.44 5 42.64 44.45 45.44 46.43 47.32 45.14 46.03 47.04 48.13 49.44 6 42.64 44.45 45.44 46.43 47.32 45.14 46.03 47.04 48.13 49.44 7 42.64 44.45 45.44 46.43 47.32 45.14 46.03 47.04 48.13 49.44 8 42.64 44.45 45.44 46.43 47.32 45.14 46.03 47.04 48.13 49.44 9 42.64 44.45 45.44 46.43 47.32 45.14 46.03 47.04 48.13 49.44 10 42.64 44.45 45.44 46.43 47.32 45.14 46.03 47.04 48.13 49.44 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 6 IN STRESS PERIOD 2 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 42006776.0000 STORAGE = 0.0000 CONSTANT HEAD = 353992.5938 CONSTANT HEAD = 1377.7721 RIVER LEAKAGE = 1156174.8750 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 50875808.0000 UNSAT FLOW = 1314995.2500 TOTAL IN = 94392752.0000 TOTAL IN = 1316373.0000 OUT: OUT: ---- ---- STORAGE = 49408328.0000 STORAGE = 1281421.2500 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 1707098.7500 RIVER LEAKAGE = 34951.8477 UNSAT FLOW = 43277328.0000 UNSAT FLOW = 0.0000 TOTAL OUT = 94392752.0000 TOTAL OUT = 1316373.1250 IN - OUT = 0.0000 IN - OUT = -0.1250 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 6 IN STRESS PERIOD 2

Page 85: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

85

SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 7.50887E+05 12515. 208.58 8.6908 2.37942E-02 STRESS PERIOD TIME 3.59734E+06 59956. 999.26 41.636 0.11399 TOTAL TIME 2.08773E+07 3.47956E+05 5799.3 241.64 0.66156 1 SOLVING FOR HEAD OUTPUT CONTROL WAS SPECIFIED FOR A NONEXISTENT TIME STEP OR OUTPUT CONTROL DATA ARE NOT ENTERED IN ASCENDING ORDER OUTPUT CONTROL STRESS PERIOD 2 TIME STEP 6 MODEL STRESS PERIOD 2 TIME STEP 7 APPLYING THE SPECIFIED OUTPUT CONTROL TO THE CURRENT TIME STEP OUTPUT CONTROL FOR STRESS PERIOD 2 TIME STEP 7 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 2 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 2 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 2 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 2 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 2 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 2 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 7, STRESS PERIOD 2 1 FLUX AT END OF TIME STEP 7 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.497346E-05 2.497346E-05 2.497346E-05 2.497346E-05 2 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.497346E-05 2.497346E-05 2.497346E-05 2.497346E-05 3 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.497346E-05 2.497346E-05 2.497346E-05 2.497346E-05 4 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.497346E-05 2.497346E-05 2.497346E-05 2.497346E-05 5 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.497346E-05 2.497346E-05 2.497346E-05 2.497346E-05 6 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.497346E-05 2.497346E-05 2.497346E-05 2.497346E-05 7 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.497346E-05 2.497346E-05 2.497346E-05 2.497346E-05 8 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.497346E-05 2.497346E-05 2.497346E-05 2.497346E-05 9 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.497346E-05 2.497346E-05 2.497346E-05 2.497346E-05 10 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.351428E-02 2.497346E-05 2.497346E-05 2.497346E-05 2.497346E-05 1 FLUX AT END OF TIME STEP 7 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 10 .............. 1 2.497346E-05 2 2.497346E-05 3 2.497346E-05 4 2.497346E-05 5 2.497346E-05 6 2.497346E-05 7 2.497346E-05 8 2.497346E-05 9 2.497346E-05 10 2.497346E-05 1

Page 86: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

86

HEAD IN LAYER 1 AT END OF TIME STEP 7 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 37.47 38.64 39.63 40.62 41.55 45.09 46.03 47.03 48.13 49.44 2 37.47 38.64 39.63 40.62 41.55 45.09 46.03 47.03 48.13 49.44 3 37.47 38.64 39.63 40.62 41.55 45.09 46.03 47.03 48.13 49.44 4 37.47 38.64 39.63 40.62 41.55 45.09 46.03 47.03 48.13 49.44 5 37.47 38.64 39.63 40.62 41.55 45.09 46.03 47.03 48.13 49.44 6 37.47 38.64 39.63 40.62 41.55 45.09 46.03 47.03 48.13 49.44 7 37.47 38.64 39.63 40.62 41.55 45.09 46.03 47.03 48.13 49.44 8 37.47 38.64 39.63 40.62 41.55 45.09 46.03 47.03 48.13 49.44 9 37.47 38.64 39.63 40.62 41.55 45.09 46.03 47.03 48.13 49.44 10 37.47 38.64 39.63 40.62 41.55 45.09 46.03 47.03 48.13 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 7 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 37.86 39.08 40.07 41.07 42.00 45.10 46.03 47.03 48.13 49.44 2 37.86 39.08 40.07 41.07 42.00 45.10 46.03 47.03 48.13 49.44 3 37.86 39.08 40.07 41.07 42.00 45.10 46.03 47.03 48.13 49.44 4 37.86 39.08 40.07 41.07 42.00 45.10 46.03 47.03 48.13 49.44 5 37.86 39.08 40.07 41.07 42.00 45.10 46.03 47.03 48.13 49.44 6 37.86 39.08 40.07 41.07 42.00 45.10 46.03 47.03 48.13 49.44 7 37.86 39.08 40.07 41.07 42.00 45.10 46.03 47.03 48.13 49.44 8 37.86 39.08 40.07 41.07 42.00 45.10 46.03 47.03 48.13 49.44 9 37.86 39.08 40.07 41.07 42.00 45.10 46.03 47.03 48.13 49.44 10 37.86 39.08 40.07 41.07 42.00 45.10 46.03 47.03 48.13 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 7 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 38.25 39.52 40.51 41.50 42.44 45.10 46.03 47.04 48.13 49.44 2 38.25 39.52 40.51 41.50 42.44 45.10 46.03 47.04 48.13 49.44 3 38.25 39.52 40.51 41.50 42.44 45.10 46.03 47.04 48.13 49.44 4 38.25 39.52 40.51 41.50 42.44 45.10 46.03 47.04 48.13 49.44

Page 87: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

87

5 38.25 39.52 40.51 41.50 42.44 45.10 46.03 47.04 48.13 49.44 6 38.25 39.52 40.51 41.50 42.44 45.10 46.03 47.04 48.13 49.44 7 38.25 39.52 40.51 41.50 42.44 45.10 46.03 47.04 48.13 49.44 8 38.25 39.52 40.51 41.50 42.44 45.10 46.03 47.04 48.13 49.44 9 38.25 39.52 40.51 41.50 42.44 45.10 46.03 47.04 48.13 49.44 10 38.25 39.52 40.51 41.50 42.44 45.10 46.03 47.04 48.13 49.44 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 7 IN STRESS PERIOD 2 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 53000972.0000 STORAGE = 1150032.7500 CONSTANT HEAD = 367164.5000 CONSTANT HEAD = 1377.8298 RIVER LEAKAGE = 1398219.3750 RIVER LEAKAGE = 25318.7344 UNSAT FLOW = 50875808.0000 UNSAT FLOW = 0.0000 TOTAL IN = 105642160.0000 TOTAL IN = 1176729.3750 OUT: OUT: ---- ---- STORAGE = 49408488.0000 STORAGE = 16.6396 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 1707098.7500 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 54526584.0000 UNSAT FLOW = 1176712.8750 TOTAL OUT = 105642176.0000 TOTAL OUT = 1176729.5000 IN - OUT = -16.0000 IN - OUT = -0.1250 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 7 IN STRESS PERIOD 2 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 8.25975E+05 13766. 229.44 9.5599 2.61736E-02 STRESS PERIOD TIME 4.42331E+06 73722. 1228.7 51.196 0.14017 TOTAL TIME 2.17033E+07 3.61722E+05 6028.7 251.20 0.68774 1 SOLVING FOR HEAD OUTPUT CONTROL WAS SPECIFIED FOR A NONEXISTENT TIME STEP OR OUTPUT CONTROL DATA ARE NOT ENTERED IN ASCENDING ORDER OUTPUT CONTROL STRESS PERIOD 2 TIME STEP 7 MODEL STRESS PERIOD 2 TIME STEP 8 APPLYING THE SPECIFIED OUTPUT CONTROL TO THE CURRENT TIME STEP OUTPUT CONTROL FOR STRESS PERIOD 2 TIME STEP 8 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 2 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 2 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 2 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 2 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 2

Page 88: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

88

UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 2 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 8, STRESS PERIOD 2 1 FLUX AT END OF TIME STEP 8 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -1.265246E-05 -1.265246E-05 -1.265246E-05 -1.265246E-05 2 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -1.265246E-05 -1.265246E-05 -1.265246E-05 -1.265246E-05 3 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -1.265246E-05 -1.265246E-05 -1.265246E-05 -1.265246E-05 4 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -1.265246E-05 -1.265246E-05 -1.265246E-05 -1.265246E-05 5 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -1.265246E-05 -1.265246E-05 -1.265246E-05 -1.265246E-05 6 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -1.265246E-05 -1.265246E-05 -1.265246E-05 -1.265246E-05 7 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -1.265246E-05 -1.265246E-05 -1.265246E-05 -1.265246E-05 8 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -1.265246E-05 -1.265246E-05 -1.265246E-05 -1.265246E-05 9 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -1.265246E-05 -1.265246E-05 -1.265246E-05 -1.265246E-05 10 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -2.310938E-02 -1.265246E-05 -1.265246E-05 -1.265246E-05 -1.265246E-05 1 FLUX AT END OF TIME STEP 8 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 10 .............. 1 -1.265246E-05 2 -1.265246E-05 3 -1.265246E-05 4 -1.265246E-05 5 -1.265246E-05 6 -1.265246E-05 7 -1.265246E-05 8 -1.265246E-05 9 -1.265246E-05 10 -1.265246E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 8 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 43.60 45.78 46.81 47.80 48.64 45.20 46.04 47.04 48.14 49.44 2 43.60 45.78 46.81 47.80 48.64 45.20 46.04 47.04 48.14 49.44 3 43.60 45.78 46.81 47.80 48.64 45.20 46.04 47.04 48.14 49.44 4 43.60 45.78 46.81 47.80 48.64 45.20 46.04 47.04 48.14 49.44 5 43.60 45.78 46.81 47.80 48.64 45.20 46.04 47.04 48.14 49.44 6 43.60 45.78 46.81 47.80 48.64 45.20 46.04 47.04 48.14 49.44 7 43.60 45.78 46.81 47.80 48.64 45.20 46.04 47.04 48.14 49.44 8 43.60 45.78 46.81 47.80 48.64 45.20 46.04 47.04 48.14 49.44

Page 89: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

89

9 43.60 45.78 46.81 47.80 48.64 45.20 46.04 47.04 48.14 49.44 10 43.60 45.78 46.81 47.80 48.64 45.20 46.04 47.04 48.14 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 8 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 43.22 45.32 46.34 47.33 48.17 45.20 46.04 47.04 48.14 49.44 2 43.22 45.32 46.34 47.33 48.17 45.20 46.04 47.04 48.14 49.44 3 43.22 45.32 46.34 47.33 48.17 45.20 46.04 47.04 48.14 49.44 4 43.22 45.32 46.34 47.33 48.17 45.20 46.04 47.04 48.14 49.44 5 43.22 45.32 46.34 47.33 48.17 45.20 46.04 47.04 48.14 49.44 6 43.22 45.32 46.34 47.33 48.17 45.20 46.04 47.04 48.14 49.44 7 43.22 45.32 46.34 47.33 48.17 45.20 46.04 47.04 48.14 49.44 8 43.22 45.32 46.34 47.33 48.17 45.20 46.04 47.04 48.14 49.44 9 43.22 45.32 46.34 47.33 48.17 45.20 46.04 47.04 48.14 49.44 10 43.22 45.32 46.34 47.33 48.17 45.20 46.04 47.04 48.14 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 8 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 42.85 44.89 45.91 46.89 47.74 45.19 46.04 47.04 48.14 49.44 2 42.85 44.89 45.91 46.89 47.74 45.19 46.04 47.04 48.14 49.44 3 42.85 44.89 45.91 46.89 47.74 45.19 46.04 47.04 48.14 49.44 4 42.85 44.89 45.91 46.89 47.74 45.19 46.04 47.04 48.14 49.44 5 42.85 44.89 45.91 46.89 47.74 45.19 46.04 47.04 48.14 49.44 6 42.85 44.89 45.91 46.89 47.74 45.19 46.04 47.04 48.14 49.44 7 42.85 44.89 45.91 46.89 47.74 45.19 46.04 47.04 48.14 49.44 8 42.85 44.89 45.91 46.89 47.74 45.19 46.04 47.04 48.14 49.44 9 42.85 44.89 45.91 46.89 47.74 45.19 46.04 47.04 48.14 49.44 10 42.85 44.89 45.91 46.89 47.74 45.19 46.04 47.04 48.14 49.44 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 8 IN STRESS PERIOD 2 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 53000972.0000 STORAGE = 0.0000 CONSTANT HEAD = 381549.1562 CONSTANT HEAD = 1367.8970

Page 90: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

90

RIVER LEAKAGE = 1398219.3750 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 63031912.0000 UNSAT FLOW = 1155975.0000 TOTAL IN = 117812656.0000 TOTAL IN = 1157342.8750 OUT: OUT: ---- ---- STORAGE = 61200412.0000 STORAGE = 1121343.5000 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 2085662.5000 RIVER LEAKAGE = 35999.2148 UNSAT FLOW = 54526584.0000 UNSAT FLOW = 0.0000 TOTAL OUT = 117812656.0000 TOTAL OUT = 1157342.7500 IN - OUT = 0.0000 IN - OUT = 0.1250 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 8 IN STRESS PERIOD 2 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 9.08573E+05 15143. 252.38 10.516 2.87909E-02 STRESS PERIOD TIME 5.33189E+06 88865. 1481.1 61.712 0.16896 TOTAL TIME 2.26119E+07 3.76865E+05 6281.1 261.71 0.71653 1 SOLVING FOR HEAD OUTPUT CONTROL WAS SPECIFIED FOR A NONEXISTENT TIME STEP OR OUTPUT CONTROL DATA ARE NOT ENTERED IN ASCENDING ORDER OUTPUT CONTROL STRESS PERIOD 2 TIME STEP 8 MODEL STRESS PERIOD 2 TIME STEP 9 APPLYING THE SPECIFIED OUTPUT CONTROL TO THE CURRENT TIME STEP OUTPUT CONTROL FOR STRESS PERIOD 2 TIME STEP 9 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 2 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 2 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 2 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 2 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 2 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 2 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 9, STRESS PERIOD 2 1 FLUX AT END OF TIME STEP 9 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.643247E-05 2.643247E-05 2.643247E-05 2.643247E-05 2 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.643247E-05 2.643247E-05 2.643247E-05 2.643247E-05 3 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.643247E-05 2.643247E-05 2.643247E-05 2.643247E-05 4 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.643247E-05 2.643247E-05 2.643247E-05 2.643247E-05 5 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.643247E-05 2.643247E-05 2.643247E-05 2.643247E-05 6 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.643247E-05 2.643247E-05 2.643247E-05 2.643247E-05

Page 91: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

91

7 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.643247E-05 2.643247E-05 2.643247E-05 2.643247E-05 8 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.643247E-05 2.643247E-05 2.643247E-05 2.643247E-05 9 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.643247E-05 2.643247E-05 2.643247E-05 2.643247E-05 10 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.049686E-02 2.643247E-05 2.643247E-05 2.643247E-05 2.643247E-05 1 FLUX AT END OF TIME STEP 9 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 10 .............. 1 2.643247E-05 2 2.643247E-05 3 2.643247E-05 4 2.643247E-05 5 2.643247E-05 6 2.643247E-05 7 2.643247E-05 8 2.643247E-05 9 2.643247E-05 10 2.643247E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 9 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 37.54 38.82 39.85 40.83 41.73 45.13 46.03 47.04 48.14 49.44 2 37.54 38.82 39.85 40.83 41.73 45.13 46.03 47.04 48.14 49.44 3 37.54 38.82 39.85 40.83 41.73 45.13 46.03 47.04 48.14 49.44 4 37.54 38.82 39.85 40.83 41.73 45.13 46.03 47.04 48.14 49.44 5 37.54 38.82 39.85 40.83 41.73 45.13 46.03 47.04 48.14 49.44 6 37.54 38.82 39.85 40.83 41.73 45.13 46.03 47.04 48.14 49.44 7 37.54 38.82 39.85 40.83 41.73 45.13 46.03 47.04 48.14 49.44 8 37.54 38.82 39.85 40.83 41.73 45.13 46.03 47.04 48.14 49.44 9 37.54 38.82 39.85 40.83 41.73 45.13 46.03 47.04 48.14 49.44 10 37.54 38.82 39.85 40.83 41.73 45.13 46.03 47.04 48.14 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 9 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 37.88 39.21 40.24 41.23 42.13 45.14 46.03 47.04 48.14 49.44 2 37.88 39.21 40.24 41.23 42.13 45.14 46.03 47.04 48.14 49.44 3 37.88 39.21 40.24 41.23 42.13 45.14 46.03 47.04 48.14 49.44 4 37.88 39.21 40.24 41.23 42.13 45.14 46.03 47.04 48.14 49.44 5 37.88 39.21 40.24 41.23 42.13 45.14 46.03 47.04 48.14 49.44

Page 92: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

92

6 37.88 39.21 40.24 41.23 42.13 45.14 46.03 47.04 48.14 49.44 7 37.88 39.21 40.24 41.23 42.13 45.14 46.03 47.04 48.14 49.44 8 37.88 39.21 40.24 41.23 42.13 45.14 46.03 47.04 48.14 49.44 9 37.88 39.21 40.24 41.23 42.13 45.14 46.03 47.04 48.14 49.44 10 37.88 39.21 40.24 41.23 42.13 45.14 46.03 47.04 48.14 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 9 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 38.22 39.60 40.63 41.61 42.51 45.14 46.03 47.04 48.14 49.44 2 38.22 39.60 40.63 41.61 42.51 45.14 46.03 47.04 48.14 49.44 3 38.22 39.60 40.63 41.61 42.51 45.14 46.03 47.04 48.14 49.44 4 38.22 39.60 40.63 41.61 42.51 45.14 46.03 47.04 48.14 49.44 5 38.22 39.60 40.63 41.61 42.51 45.14 46.03 47.04 48.14 49.44 6 38.22 39.60 40.63 41.61 42.51 45.14 46.03 47.04 48.14 49.44 7 38.22 39.60 40.63 41.61 42.51 45.14 46.03 47.04 48.14 49.44 8 38.22 39.60 40.63 41.61 42.51 45.14 46.03 47.04 48.14 49.44 9 38.22 39.60 40.63 41.61 42.51 45.14 46.03 47.04 48.14 49.44 10 38.22 39.60 40.63 41.61 42.51 45.14 46.03 47.04 48.14 49.44 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 9 IN STRESS PERIOD 2 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 64567596.0000 STORAGE = 999926.3750 CONSTANT HEAD = 397382.9062 CONSTANT HEAD = 1368.8163 RIVER LEAKAGE = 1682840.3750 RIVER LEAKAGE = 24605.2793 UNSAT FLOW = 63031912.0000 UNSAT FLOW = 0.0000 TOTAL IN = 129679728.0000 TOTAL IN = 1025900.4375 OUT: OUT: ---- ---- STORAGE = 61200412.0000 STORAGE = 0.0000 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 2085662.5000 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 66393664.0000 UNSAT FLOW = 1025900.3750 TOTAL OUT = 129679744.0000 TOTAL OUT = 1025900.3750 IN - OUT = -16.0000 IN - OUT = 6.2500E-02 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00

Page 93: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

93

TIME SUMMARY AT END OF TIME STEP 9 IN STRESS PERIOD 2 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 9.99430E+05 16657. 277.62 11.567 3.16700E-02 STRESS PERIOD TIME 6.33132E+06 1.05522E+05 1758.7 73.279 0.20063 TOTAL TIME 2.36113E+07 3.93522E+05 6558.7 273.28 0.74820 1 SOLVING FOR HEAD OUTPUT CONTROL WAS SPECIFIED FOR A NONEXISTENT TIME STEP OR OUTPUT CONTROL DATA ARE NOT ENTERED IN ASCENDING ORDER OUTPUT CONTROL STRESS PERIOD 2 TIME STEP 9 MODEL STRESS PERIOD 2 TIME STEP 10 APPLYING THE SPECIFIED OUTPUT CONTROL TO THE CURRENT TIME STEP OUTPUT CONTROL FOR STRESS PERIOD 2 TIME STEP 10 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 2 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 2 UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 2 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 2 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 2 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 2 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 10, STRESS PERIOD 2 1 FLUX AT END OF TIME STEP 10 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.207095E-05 -1.207095E-05 -1.207095E-05 -1.207095E-05 2 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.207095E-05 -1.207095E-05 -1.207095E-05 -1.207095E-05 3 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.207095E-05 -1.207095E-05 -1.207095E-05 -1.207095E-05 4 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.207095E-05 -1.207095E-05 -1.207095E-05 -1.207095E-05 5 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.207095E-05 -1.207095E-05 -1.207095E-05 -1.207095E-05 6 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.207095E-05 -1.207095E-05 -1.207095E-05 -1.207095E-05 7 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.207095E-05 -1.207095E-05 -1.207095E-05 -1.207095E-05 8 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.207095E-05 -1.207095E-05 -1.207095E-05 -1.207095E-05 9 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.207095E-05 -1.207095E-05 -1.207095E-05 -1.207095E-05 10 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.923179E-02 -1.207095E-05 -1.207095E-05 -1.207095E-05 -1.207095E-05 1 FLUX AT END OF TIME STEP 10 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 10 .............. 1 -1.207095E-05 2 -1.207095E-05 3 -1.207095E-05 4 -1.207095E-05 5 -1.207095E-05 6 -1.207095E-05 7 -1.207095E-05 8 -1.207095E-05 9 -1.207095E-05

Page 94: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

94

10 -1.207095E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 10 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 43.42 45.82 46.88 47.87 48.66 45.26 46.04 47.05 48.15 49.44 2 43.42 45.82 46.88 47.87 48.66 45.26 46.04 47.05 48.15 49.44 3 43.42 45.82 46.88 47.87 48.66 45.26 46.04 47.05 48.15 49.44 4 43.42 45.82 46.88 47.87 48.66 45.26 46.04 47.05 48.15 49.44 5 43.42 45.82 46.88 47.87 48.66 45.26 46.04 47.05 48.15 49.44 6 43.42 45.82 46.88 47.87 48.66 45.26 46.04 47.05 48.15 49.44 7 43.42 45.82 46.88 47.87 48.66 45.26 46.04 47.05 48.15 49.44 8 43.42 45.82 46.88 47.87 48.66 45.26 46.04 47.05 48.15 49.44 9 43.42 45.82 46.88 47.87 48.66 45.26 46.04 47.05 48.15 49.44 10 43.42 45.82 46.88 47.87 48.66 45.26 46.04 47.05 48.15 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 10 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 43.10 45.43 46.49 47.47 48.26 45.26 46.04 47.04 48.15 49.44 2 43.10 45.43 46.49 47.47 48.26 45.26 46.04 47.04 48.15 49.44 3 43.10 45.43 46.49 47.47 48.26 45.26 46.04 47.04 48.15 49.44 4 43.10 45.43 46.49 47.47 48.26 45.26 46.04 47.04 48.15 49.44 5 43.10 45.43 46.49 47.47 48.26 45.26 46.04 47.04 48.15 49.44 6 43.10 45.43 46.49 47.47 48.26 45.26 46.04 47.04 48.15 49.44 7 43.10 45.43 46.49 47.47 48.26 45.26 46.04 47.04 48.15 49.44 8 43.10 45.43 46.49 47.47 48.26 45.26 46.04 47.04 48.15 49.44 9 43.10 45.43 46.49 47.47 48.26 45.26 46.04 47.04 48.15 49.44 10 43.10 45.43 46.49 47.47 48.26 45.26 46.04 47.04 48.15 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 10 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 42.80 45.06 46.12 47.11 47.89 45.25 46.04 47.04 48.15 49.44 2 42.80 45.06 46.12 47.11 47.89 45.25 46.04 47.04 48.15 49.44 3 42.80 45.06 46.12 47.11 47.89 45.25 46.04 47.04 48.15 49.44

Page 95: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

95

4 42.80 45.06 46.12 47.11 47.89 45.25 46.04 47.04 48.15 49.44 5 42.80 45.06 46.12 47.11 47.89 45.25 46.04 47.04 48.15 49.44 6 42.80 45.06 46.12 47.11 47.89 45.25 46.04 47.04 48.15 49.44 7 42.80 45.06 46.12 47.11 47.89 45.25 46.04 47.04 48.15 49.44 8 42.80 45.06 46.12 47.11 47.89 45.25 46.04 47.04 48.15 49.44 9 42.80 45.06 46.12 47.11 47.89 45.25 46.04 47.04 48.15 49.44 10 42.80 45.06 46.12 47.11 47.89 45.25 46.04 47.04 48.15 49.44 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 10 IN STRESS PERIOD 2 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------ IN: IN: --- --- STORAGE = 64567596.0000 STORAGE = 0.0000 CONSTANT HEAD = 414656.7812 CONSTANT HEAD = 1357.5576 RIVER LEAKAGE = 1682840.3750 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 75273536.0000 UNSAT FLOW = 962072.3750 TOTAL IN = 141938624.0000 TOTAL IN = 963429.9375 OUT: OUT: ---- ---- STORAGE = 73024336.0000 STORAGE = 929244.8125 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 2520642.5000 RIVER LEAKAGE = 34185.1914 UNSAT FLOW = 66393664.0000 UNSAT FLOW = 0.0000 TOTAL OUT = 141938640.0000 TOTAL OUT = 963430.0000 IN - OUT = -16.0000 IN - OUT = -6.2500E-02 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 10 IN STRESS PERIOD 2 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 1.09937E+06 18323. 305.38 12.724 3.48370E-02 STRESS PERIOD TIME 7.43069E+06 1.23845E+05 2064.1 86.003 0.23546 TOTAL TIME 2.47107E+07 4.11845E+05 6864.1 286.00 0.78303 1 SOLVING FOR HEAD OUTPUT CONTROL WAS SPECIFIED FOR A NONEXISTENT TIME STEP OR OUTPUT CONTROL DATA ARE NOT ENTERED IN ASCENDING ORDER OUTPUT CONTROL STRESS PERIOD 2 TIME STEP 10 MODEL STRESS PERIOD 2 TIME STEP 11 APPLYING THE SPECIFIED OUTPUT CONTROL TO THE CURRENT TIME STEP OUTPUT CONTROL FOR STRESS PERIOD 2 TIME STEP 11 PRINT HEAD FOR ALL LAYERS PRINT BUDGET SAVE HEAD FOR ALL LAYERS SAVE BUDGET UBUDSV SAVING " STORAGE" ON UNIT 41 AT TIME STEP 11, STRESS PERIOD 2 UBUDSV SAVING " CONSTANT HEAD" ON UNIT 41 AT TIME STEP 11, STRESS PERIOD 2

Page 96: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

96

UBUDSV SAVING "FLOW RIGHT FACE " ON UNIT 41 AT TIME STEP 11, STRESS PERIOD 2 UBUDSV SAVING "FLOW FRONT FACE " ON UNIT 41 AT TIME STEP 11, STRESS PERIOD 2 UBUDSV SAVING "FLOW LOWER FACE " ON UNIT 41 AT TIME STEP 11, STRESS PERIOD 2 UBUDSV SAVING " RIVER LEAKAGE" ON UNIT 41 AT TIME STEP 11, STRESS PERIOD 2 UBUDSV SAVING " UNSAT FLOW" ON UNIT 41 AT TIME STEP 11, STRESS PERIOD 2 1 FLUX AT END OF TIME STEP 11 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 .............................................................................................................................. 1 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 2.235915E-05 2.235915E-05 2.235915E-05 2.235915E-05 2 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 2.235915E-05 2.235915E-05 2.235915E-05 2.235915E-05 3 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 2.235915E-05 2.235915E-05 2.235915E-05 2.235915E-05 4 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 2.235915E-05 2.235915E-05 2.235915E-05 2.235915E-05 5 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 2.235915E-05 2.235915E-05 2.235915E-05 2.235915E-05 6 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 2.235915E-05 2.235915E-05 2.235915E-05 2.235915E-05 7 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 2.235915E-05 2.235915E-05 2.235915E-05 2.235915E-05 8 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 2.235915E-05 2.235915E-05 2.235915E-05 2.235915E-05 9 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 2.235915E-05 2.235915E-05 2.235915E-05 2.235915E-05 10 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 1.500803E-02 2.235915E-05 2.235915E-05 2.235915E-05 2.235915E-05 1 FLUX AT END OF TIME STEP 11 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 10 .............. 1 2.235915E-05 2 2.235915E-05 3 2.235915E-05 4 2.235915E-05 5 2.235915E-05 6 2.235915E-05 7 2.235915E-05 8 2.235915E-05 9 2.235915E-05 10 2.235915E-05 1 HEAD IN LAYER 1 AT END OF TIME STEP 11 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 38.18 39.76 40.83 41.81 42.64 45.20 46.04 47.04 48.15 49.44 2 38.18 39.76 40.83 41.81 42.64 45.20 46.04 47.04 48.15 49.44 3 38.18 39.76 40.83 41.81 42.64 45.20 46.04 47.04 48.15 49.44 4 38.18 39.76 40.83 41.81 42.64 45.20 46.04 47.04 48.15 49.44 5 38.18 39.76 40.83 41.81 42.64 45.20 46.04 47.04 48.15 49.44 6 38.18 39.76 40.83 41.81 42.64 45.20 46.04 47.04 48.15 49.44 7 38.18 39.76 40.83 41.81 42.64 45.20 46.04 47.04 48.15 49.44

Page 97: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

97

8 38.18 39.76 40.83 41.81 42.64 45.20 46.04 47.04 48.15 49.44 9 38.18 39.76 40.83 41.81 42.64 45.20 46.04 47.04 48.15 49.44 10 38.18 39.76 40.83 41.81 42.64 45.20 46.04 47.04 48.15 49.44 1 HEAD IN LAYER 2 AT END OF TIME STEP 11 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 38.44 40.05 41.12 42.10 42.94 45.21 46.04 47.04 48.15 49.44 2 38.44 40.05 41.12 42.10 42.94 45.21 46.04 47.04 48.15 49.44 3 38.44 40.05 41.12 42.10 42.94 45.21 46.04 47.04 48.15 49.44 4 38.44 40.05 41.12 42.10 42.94 45.21 46.04 47.04 48.15 49.44 5 38.44 40.05 41.12 42.10 42.94 45.21 46.04 47.04 48.15 49.44 6 38.44 40.05 41.12 42.10 42.94 45.21 46.04 47.04 48.15 49.44 7 38.44 40.05 41.12 42.10 42.94 45.21 46.04 47.04 48.15 49.44 8 38.44 40.05 41.12 42.10 42.94 45.21 46.04 47.04 48.15 49.44 9 38.44 40.05 41.12 42.10 42.94 45.21 46.04 47.04 48.15 49.44 10 38.44 40.05 41.12 42.10 42.94 45.21 46.04 47.04 48.15 49.44 1 HEAD IN LAYER 3 AT END OF TIME STEP 11 IN STRESS PERIOD 2 --------------------------------------------------------------------------- 1 2 3 4 5 6 7 8 9 10 ........................................................................................................................ 1 38.69 40.33 41.41 42.39 43.22 45.21 46.04 47.04 48.15 49.44 2 38.69 40.33 41.41 42.39 43.22 45.21 46.04 47.04 48.15 49.44 3 38.69 40.33 41.41 42.39 43.22 45.21 46.04 47.04 48.15 49.44 4 38.69 40.33 41.41 42.39 43.22 45.21 46.04 47.04 48.15 49.44 5 38.69 40.33 41.41 42.39 43.22 45.21 46.04 47.04 48.15 49.44 6 38.69 40.33 41.41 42.39 43.22 45.21 46.04 47.04 48.15 49.44 7 38.69 40.33 41.41 42.39 43.22 45.21 46.04 47.04 48.15 49.44 8 38.69 40.33 41.41 42.39 43.22 45.21 46.04 47.04 48.15 49.44 9 38.69 40.33 41.41 42.39 43.22 45.21 46.04 47.04 48.15 49.44 10 38.69 40.33 41.41 42.39 43.22 45.21 46.04 47.04 48.15 49.44 HEAD WILL BE SAVED ON UNIT 42 AT END OF TIME STEP 11, STRESS PERIOD 2 1 VOLUMETRIC BUDGET FOR ENTIRE MODEL AT END OF TIME STEP 11 IN STRESS PERIOD 2 ------------------------------------------------------------------------------ CUMULATIVE VOLUMES L**3 RATES FOR THIS TIME STEP L**3/T ------------------ ------------------------

Page 98: DOCUMENTATION OF THE HYDRUS PACKAGE FOR MODFLOW … · MODFLOW zone is delivered to the HYDRUS Package, ... The source code was developed and tested using the Compaq Visual Fortran

98

IN: IN: --- --- STORAGE = 74810056.0000 STORAGE = 731779.5000 CONSTANT HEAD = 433661.0938 CONSTANT HEAD = 1357.7761 RIVER LEAKAGE = 1937104.6250 RIVER LEAKAGE = 18166.0820 UNSAT FLOW = 75273536.0000 UNSAT FLOW = 0.0000 TOTAL IN = 152454368.0000 TOTAL IN = 751303.3125 OUT: OUT: ---- ---- STORAGE = 73024440.0000 STORAGE = 7.5222 CONSTANT HEAD = 0.0000 CONSTANT HEAD = 0.0000 RIVER LEAKAGE = 2520642.5000 RIVER LEAKAGE = 0.0000 UNSAT FLOW = 76909288.0000 UNSAT FLOW = 751295.9375 TOTAL OUT = 152454368.0000 TOTAL OUT = 751303.4375 IN - OUT = 0.0000 IN - OUT = -0.1250 PERCENT DISCREPANCY = 0.00 PERCENT DISCREPANCY = 0.00 TIME SUMMARY AT END OF TIME STEP 11 IN STRESS PERIOD 2 SECONDS MINUTES HOURS DAYS YEARS ----------------------------------------------------------- TIME STEP LENGTH 1.20931E+06 20155. 335.92 13.997 3.83207E-02 STRESS PERIOD TIME 8.64000E+06 1.44000E+05 2400.0 100.00 0.27379 TOTAL TIME 2.59200E+07 4.32000E+05 7200.0 300.00 0.82136 1