Creates a list with default soil parameters for model functions.
defaultSoilParams()
A list with the following elements (and default values):
SoilDepth (= 1000)
: Soil depth (accounting for the sum of topsoil and subsoil).
RockLayerDepth (= 4000)
: Depth of the rock layer (i.e. total depth).
TS_clay (= 25)
: Topsoil clay percentage.
TS_silt (= 50)
: Topsoil silt percentage.
TS_sand (= 25)
: Topsoil sand percentage.
TS_macro (= 0.1)
: Topsoil macroporosity.
TS_rfc (= 20)
: Topsoil percentage of rock fragment content.
SS_clay (= 25)
: Subsoil clay percentage.
SS_silt (= 50)
: Subsoil silt percentage.
SS_sand (= 25)
: Subsoil sand percentage.
SS_macro (= 0.1)
: Subsoil macroporosity.
SS_rfc (= 40)
: Subsoil percentage of rock fragment content.
RL_clay (= 25)
: Rock layer clay percentage.
RL_silt (= 50)
: Rock layer silt percentage.
RL_sand (= 25)
: Rock layer sand percentage.
RL_macro (= 0.1)
: Rock layer macroporosity.
RL_rfc (= 85)
: Rock layer percentage of rock fragment content.
Gsoil (= 0.5)
: Gamma parameter for infiltration.
Ksoil (= 0.05)
: Kappa parameter for infiltration.
The function returns a list with default parameters. Users can change those that need to be set to other values and use the list as input for function soil
.
# NOT RUN {
defaultSoilParams()
# }
Run the code above in your browser using DataLab