soil_thermal_cond: Soil thermal conductivity

soil_thermal_condR Documentation

Soil thermal conductivity

Description

Calculates soil thermal conductivity (W/m K) from soil moisture (Vol-%) and texture.

Usage

soil_thermal_cond(...)

## S3 method for class 'numeric'
soil_thermal_cond(moisture, texture = "sand", ...)

## S3 method for class 'weather_station'
soil_thermal_cond(weather_station, ...)

Arguments

...

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.

Details

Works by linearly interpolating thermal conductivity based on measured data.

Value

Soil thermal conductivity in W/m K.


jonasViehweger/energyBudget documentation built on June 27, 2022, 2:56 a.m.