GEOtop_VisSoilWaterRet: Visualisation Soil Water Retention Curve

Description Usage Arguments Details Author(s) References

Description

Visulisation of the Soil Water Retention Curve and hydraulic conductivity for model used in GEOtop (van Genuchten 1980, Mualem ...). Theoretical and parametererized physical soil water parameters are compared. For soil water and hydraulic conductivity calculation from soil water pressure head (hPa or cm water column) the package soilwater is used.

Usage

1
2
3
GEOtop_VisSoilWaterRet(alpha, n, theta_sat, theta_res, theta_pwp, theta_fc, 
                        observed=NULL, add_ref_curves=TRUE, pdf=FALSE, png=TRUE, 
                        accurate=10, ksat, colors=NULL, plot_khy=TRUE)

Arguments

alpha

alpha van Genuchten parameter [1/m]; inverse of a length - scale parameter

n

N van Genuchten parameter [-]; shape parameter

theta_sat

saturated soil water content [m³/m³]

theta_res

residual soil water content [m³/m³]

theta_pwp

permanent wilting point [m³/m³]

theta_fc

field capacity [m³/m³]

observed

numeric matrix, providing observed soil moisture data [m³/m³] (first column) and water potential [hPa] (second column)

add_ref_curves

boolean, default = TRUE: reference soil water retention curves are added for clay, loam and sand; van Genuchten parameterisation according to ROSETTA manual

pdf

boolean, default = FALSE: visualisation is saved in pdf if TRUE

png

boolean, default = TRUE: visualisation is saved in png if TRUE; if png=FALSE and pdf=FALSE vis is ploted in x11()

accurate

default = 10: water potential is given as seq(1,10^7,10), for accurate plotting set argument 1

ksat

saturated hydraulic conductivity [mm/s]

colors

color spezification for water retention curves, default = NULL: grey color range is used

plot_khy

boolean, default = TRUE: plot Mualem model - relation between hydraulic conducivity and water potential

Details

If multiple vanGenuchten - Mualem models should be visualised, simply provide alpha, n, theta_sat, theta_res, and ksat values as vectors. Provide alpha as a named vector in order to specify legend names.

Author(s)

Johannes Brenner, Johannes.Brenner@eurac.edu

References

Van Genuchten, M. (1980). A closed-form equation for predicting the hydraulic conductivity of unsaturated soils. Soil Science Society of America Journal, 44, 892–898.


JBrenn/AnalyseGEOtop documentation built on May 7, 2019, 6:48 a.m.