Calculates soil attenuation length.

soil_attenuation(...)

# S3 method for numeric
soil_attenuation(thermal_cond, vol_heat_cap, ...)

# S3 method for weather_station
soil_attenuation(weather_station, ...)

Arguments

...

Additional parameters passed to later functions.

thermal_cond

Thermal conductivity of soil in W/m K.

vol_heat_cap

Volumetric heat capacity of soil in J/(m^3 * K).

weather_station

Object of class weather_station.

Value

Soil attenuation length in m.