SoilObject: S4 Class "SoilObject"

Description Usage Arguments Slots Examples

Description

Object containing soil parameters.

Usage

1

Arguments

...

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

Slots

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.

Examples

 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

lucabutikofer/WofostR documentation built on Aug. 9, 2021, 2:24 p.m.