soil_heat_cap: Soil volumetric heat capacity

soil_heat_capR Documentation

Soil volumetric heat capacity

Description

Calculates soil volumetric heat capacity (J / (m^3 * K)) from soil moisture (Vol-%) and texture.

Usage

soil_heat_cap(...)

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

## S3 method for class 'weather_station'
soil_heat_cap(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 volumetric heat capacity based on measured data.

Value

Numeric vector with volumetric heat capacity in J/(m^3 * K)


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