Description Usage Arguments Slots Examples
Object containing soil parameters.
1 |
... |
Slots can be filled by providing a named list where each named element corresponds to an omonimous slot in the SoilObject to be created. Alternatively slots can be filled |
SMFCF
Field capacity of the soil
SM0
Porosity of the soil
SMW
Wilting point of the soil
CRAIRC
Soil critical air content (waterlogging)
SOPE
maximum percolation rate root zone [cm/day]
KSUB
maximum percolation rate subsoil [cm/day]
K0
hydraulic conductivity of saturated soil [cm/day]
RDMSOL
Soil rootable depth [cm]
IFUNRN
Indicates whether non-infiltrating fraction of rain is a function of storm size (1) or not (0)
SSMAX
Maximum surface storage [cm]
SSI
Initial surface storage [cm]
WAV
Initial amount of water in total soil [cm] profile
NOTINF
Maximum fraction of rain not-infiltrating into the soil
SMLIM
Initial maximum moisture content in initial rooting depth zone.
1 2 3 4 5 6 7 8 9 10 11 | s <- SoilObject(SMFCF = 2, K0 = 7)
s
str(s)
s <- SoilObject(
list(SMFCF = 0.318, SM0 = 0.415, SMW = 0.151, CRAIRC = 0.06)
)
s
str(s)
randomSoil
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.