mnet_van_genuchten | R Documentation |
Calculate volumetric soil water content using the van Genuchten curve
mnet_van_genuchten(MP, WCr, WCs, a, n)
MP |
a vector of matric potential at which to calculate volumetric soil water content |
WCr |
residual water content for dry soil |
WCs |
saturated water content for wet soil |
a |
the alpha parameter for the van Genuchten equation related to the inverse of the air entry suction |
n |
the n parameter for the van Genuchten equation related to the pore-size distribution |
a vector of volumetric soil water content values
mnet_van_genuchten(-100, 0.034, 0.41, 0.273, 1.39)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.