soilk: Calculates soil heat conductivity and capacity

View source: R/misc.R

soilkR Documentation

Calculates soil heat conductivity and capacity

Description

Calculates soil heat conductivity and capacity from soil properites

Usage

soilk(timestep, theta = 0.3, soilp)

Arguments

timestep

model time step (s)

theta

volumetric soil water fraction (m^3 / m^3)

soilp

a list of soil parameters as returned by microclimc::soilinit()

Value

a list with the following components:

cd specific heat capacity of soil x height / time (W / m^2 / K)

k thermal conductance of soil (W / m^2 / K)


ilyamaclean/microctools documentation built on Jan. 25, 2023, 5:29 a.m.