5.13.3-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_mpr_soilmoist.f90 File Reference

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
 

Detailed Description

Multiscale parameter regionalization (MPR) for soil moisture.

This module contains all routines required for parametrizing soil moisture processes.

Authors
Stephan Thober, Rohini Kumar
Date
Dec 2012


Definition in file mo_mpr_soilmoist.f90.