defaultSoilParams {medfate}R Documentation

Default soil parameters

Description

Creates a data frame with default soil physical description for model functions

Usage

defaultSoilParams(n = 4)

Arguments

n

An integer with the number of soil layers (between two and five).

Details

The function returns a data frame with default physical soil description, with soil layers in rows. Users can change those that need to be set to other values and use the list as input for function soil.

Value

A data frame with layers in rows and the following columns (and default values):

Note

While this function is limited to five soil layers, user defined data frames can discretize soils using an unlimited number of soil layers.

Author(s)

Miquel De Cáceres Ainsa, CREAF

See Also

soil, defaultControl, SpParamsMED

Examples

defaultSoilParams(4)


[Package medfate version 3.2.0 Index]