Estimating parameters for van-Genuchten soil water retention curve model

Matlab inbuilt 'nlinfit' is used to estimate van-Genuchten fitting parameters.
252 descargas
Actualizado 25 abr 2018

Ver licencia

Water retaining property of soil is characterized usually by van-Genuchten model in soil physics.
https://en.wikipedia.org/wiki/Water_retention_curve

In this function, I use 'nlinfit' to estimate alpha and n of this model, given some synthetic data (water potential and water content along with residual and saturated water content) . The code is generously commented for easy understanding. First a known soil parameter model is plotted and then synthetic experimental data is generated by erroring and downsampling the model and then we estimate the alpha and n.

Citar como

Sathyanarayan Rao (2024). Estimating parameters for van-Genuchten soil water retention curve model (https://www.mathworks.com/matlabcentral/fileexchange/67075-estimating-parameters-for-van-genuchten-soil-water-retention-curve-model), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2017a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Agriculture en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0

description updated
description updated