| soilinit | R Documentation |
Returns soil parameters needed to run the microclimate model for a given soil type
soilinit(soiltype, m = 10, sdepth = 2, reqdepth = NA)
soiltype |
one of |
m |
number of soil nodes (see details) |
sdepth |
depth of deepest soil node (m) |
reqdepth |
optional depth (m) for which temperature is required (m) |
the depth of the soil nodes are automatically calculated so
as to ensure to ensure progressively thicker soil layers. If reqdepth is not NA, the soil node
nearest to reqdepth is set to reqdepth.
a list with the following items:
Soil.type description of soil type
Smax Volumetric water content at saturation (m^3 / m^3)
Smin Residual water content (m^3 / m^3)
alpha Shape parameter of the van Genuchten model (cm^-1)
n Pore size distribution parameter (dimensionless, > 1)
Ksat Saturated hydraulic conductivity (cm / day)
Vq Volumetric quartz content of soil
Vm Volumetric mineral content of soil
Vo Volumetric organic content of soil
Mc Mass fraction of clay
rho Soil bulk density (Mg / m^3)
b Shape parameter for Campbell model (dimensionless, > 1)
psi_e Matric potential (J / m^3)
z depth (m) of soil nodes (see details)
soilinit("Loam")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.