soil_temperature_integrand: Solve Equation for Soil Temperature

soil_temperature_integrandR Documentation

Solve Equation for Soil Temperature

Description

This function is called by soil_temperature_equation to solve the equation for soil temperature from \insertCiteBeckman1973;textualTrenchR. The function represents the integrand in the equation. It is not intended to be called directly.

Usage

soil_temperature_integrand(x, L, z0)

Arguments

x

numeric vector of volume fractions of soil constituents (e.g., clay, quartz, minerals other than quartz, organic matter, water, air). The volume fractions should sum to 1. Note that x and lambda values in the example correspond to these soil constituents.

L

numeric Monin-Obukhov length, a measure of the instability of heat flow \insertCiteBeckman1973TrenchR.

z0

numeric surface roughness (m).

Value

numeric integrand for soil temperature function.

Author(s)

Joseph Grigg

References

\insertAllCited

See Also

Other soil temperature functions: soil_conductivity(), soil_specific_heat(), soil_temperature_equation(), soil_temperature_function(), soil_temperature()

Examples

  soil_temperature_integrand(x  = c(0.10, 0.40, 0.11, 0.01, 0.2, 0.18), 
                             L  = -10, 
                             z0 = 0.2)


trenchproject/TrenchR documentation built on Oct. 10, 2023, 10:12 p.m.