|
Re: RMAXINF
To follow up on Bob's suggestion, maximum infiltration capacity is
regenerated when there is no rain or standing water on the surface. It
is regenerated at the same first- order rate as used to regenerate
Horton infiltration capacity, namely, REGEN*DECAY. The program keeps
track of parameter TOTINF, which is the cumulative infiltration that has
a max of RMAXINF. TOTINF "decays" during dry time steps at the rate
REGEN*DECAY until it reaches 0.01*RMAXINF at which point it is set to
zero.
Thus, regeneration occurs at the same rate at which Horton regeneration
is occuring. This is less than satisfactory, because regeneration is not
a function of ET, but it does regenerate.
The value of RMAXINF itself could be set from the SCS storage variable S
= 1000/CN -10, if you are a curve number believer. Better is to have
some knowledge of soil moisture, theta, and depth to the shallow water
table, d. Then RMAXINF = d*(porosity - theta). (Porosity-theta) is given
in generalized values for soils as "available water capacity, in./in."
on SCS (or NRCS) soil survey interpretation sheets or in tables of
"estimated soil properties" in county soil surveys.
Wayne
Wayne.Huber@ORST.EDU
|