MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Functions/Subroutines | |
real(dp) function, public | etfunc_lin (efflndsrf, extdp, resid_pet, deriv_et, trhs, thcof, hgwf, celtop, celbot) |
Calculate gwf ET using linear decay ET function from mf-2005. More... | |
real(dp) function, public | etfunc_nlin (efflndsrf, extdp, resid_pet, deriv_et, trhs, thcof, hgwf) |
Calculate gwf ET using a square decay ET function with smoothing at the specified extinction depth. More... | |
pure real(dp) function, public | calc_lin_scaling_fac (hgwf, lndsrf, extdp) |
Calculate the linear scaling factor. More... | |
pure real(dp) function, public uzfetutilmodule::calc_lin_scaling_fac | ( | real(dp), intent(in) | hgwf, |
real(dp), intent(in) | lndsrf, | ||
real(dp), intent(in) | extdp | ||
) |
[in] | hgwf | groundwater head |
[in] | lndsrf | effective land surface (after applying surfdep to land surface) |
[in] | extdp | extinction depth |
Definition at line 107 of file UzfEtUtil.f90.
real(dp) function, public uzfetutilmodule::etfunc_lin | ( | real(dp), intent(in) | efflndsrf, |
real(dp), intent(in) | extdp, | ||
real(dp), intent(in) | resid_pet, | ||
real(dp), intent(inout) | deriv_et, | ||
real(dp), intent(inout) | trhs, | ||
real(dp), intent(inout) | thcof, | ||
real(dp), intent(in) | hgwf, | ||
real(dp), intent(in) | celtop, | ||
real(dp), intent(in) | celbot | ||
) |
[in] | efflndsrf | effective land surface elevation after subtracting off 0.5*surfdep |
[in] | extdp | extinction depth |
[in] | resid_pet | residual pET remaining after subtracting simulated ET in the unsaturated zone |
[in,out] | deriv_et | derivative of gw ET for Newton addition to equations in _fn() |
[in,out] | trhs | total uzf rhs contribution to GWF model |
[in,out] | thcof | total uzf hcof contribution to GWF model |
[in] | hgwf | calculated groundwater head |
[in] | celtop | elevation of the top of the cell |
[in] | celbot | elevation of the bottom of the cell |
Definition at line 16 of file UzfEtUtil.f90.
real(dp) function, public uzfetutilmodule::etfunc_nlin | ( | real(dp), intent(in) | efflndsrf, |
real(dp), intent(in) | extdp, | ||
real(dp), intent(in) | resid_pet, | ||
real(dp), intent(inout) | deriv_et, | ||
real(dp), intent(inout) | trhs, | ||
real(dp), intent(inout) | thcof, | ||
real(dp), intent(in) | hgwf | ||
) |
[in] | efflndsrf | effective land surface elevation after subtracting off 0.5*surfdep |
[in] | extdp | extinction depth |
[in] | resid_pet | residual pET remaining after subtracting simulated ET in the unsaturated zone |
[in,out] | deriv_et | derivative of gw ET for Newton addition to equations in _fn() |
[in,out] | trhs | total uzf rhs contribution to GWF model |
[in,out] | thcof | total uzf hcof contribution to GWF model |
[in] | hgwf | calculated groundwater head |
Definition at line 78 of file UzfEtUtil.f90.