![]() |
mHM
The mesoscale Hydrological Model
|
Multiscale parameter regionalization (MPR) for soil moisture. More...
Go to the source code of this file.
Modules | |
| module | mo_mpr_soilmoist |
| Multiscale parameter regionalization (MPR) for soil moisture. | |
Functions/Subroutines | |
| subroutine, public | mo_mpr_soilmoist::mpr_sm (param, processmatrix, is_present, nhorizons, ntillhorizons, sand, clay, dbm, id0, soilid0, lcover0, thetas_till, thetafc_till, thetapw_till, thetas, thetafc, thetapw, ks, db, ksvar_h0, ksvar_v0, sms_fc0) |
| multiscale parameter regionalization for soil moisture | |
| elemental pure subroutine | mo_mpr_soilmoist::pwp (genu_mual_n, genu_mual_alpha, thetas, thetapwp) |
| Permanent Wilting point. | |
| elemental pure subroutine | mo_mpr_soilmoist::field_cap (thetafc, ks, thetas, genu_mual_n) |
| calculates the field capacity | |
| subroutine | mo_mpr_soilmoist::genuchten (thetas, genu_mual_n, genu_mual_alpha, param, sand, clay, db) |
| calculates the Genuchten shape parameter | |
| subroutine | mo_mpr_soilmoist::hydro_cond (ks, param, sand, clay) |
| calculates the hydraulic conductivity Ks | |
Multiscale parameter regionalization (MPR) for soil moisture.
This module contains all routines required for parametrizing soil moisture processes.
COPYING and COPYING.LESSER provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/.
Definition in file mo_mpr_soilmoist.f90.