soil_heat_cap.Rd
Calculates soil volumetric heat capacity (J / (m^3 * K)) from soil moisture (Vol-%) and texture.
soil_heat_cap(...) # S3 method for numeric soil_heat_cap(moisture, texture = "sand", ...) # S3 method for weather_station soil_heat_cap(weather_station, ...)
... | Additional parameters passed to later functions. |
---|---|
moisture | Soil moisture in Vol-%. |
texture | Soil texture. Either "sand" or "clay". |
weather_station | Object of class weather_station. |
Numeric vector with volumetric heat capacity in J/(m^3 * K)
Works by linearly interpolating volumetric heat capacity based on measured data.