View source: R/defaultSoilParams.R
defaultSoilParams | R Documentation |
Creates a data frame with default soil physical description for model functions
defaultSoilParams(n = 4)
n |
An integer with the number of soil layers (between two and five). |
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
.
A data frame with layers in rows and the following columns (and default values):
widths (= c(300,700,1000,2000)
: Width of soil layers (in mm).
clay (= 25)
: Clay percentage for each layer (in %).
sand (= 25)
: Sand percentage for each layer (in %).
om (= NA)
: Organic matter percentage for each layer (in %) (optional).
nitrogen (= NA)
: Sum of total nitrogen (ammonia, organic and reduced nitrogen) for each layer (in g/kg) (optional).
bd (= 1.5)
: Bulk density for each layer (in g/cm3).
rfc (= c(20,40,60,85))
: Percentage of rock fragment content (volume basis) for each layer.
While this function is limited to five soil layers, user defined data frames can discretize soils using an unlimited number of soil layers.
Miquel De Cáceres Ainsa, CREAF
soil
, soil_redefineLayers
, defaultControl
, SpParamsMED
defaultSoilParams(4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.