soil_heat_cap: Soil volumetric heat capacity

soil_heat_capR Documentation

Soil volumetric heat capacity

Description

Calculates soil volumetric heat capacity (MJ / (m³ * 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", "peat" 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 MJ/ (m³ * K).


FabianMitze/FieldClimRevised documentation built on Sept. 4, 2022, 12:38 a.m.