5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_mhm_constants.f90 File Reference

Provides mHM specific constants. More...

Go to the source code of this file.

Modules

module  mo_mhm_constants
 Provides mHM specific constants.
 

Variables

real(dp), parameter, public mo_mhm_constants::h2odens = 1000.0_dp
 
real(dp), parameter, public mo_mhm_constants::p2_initstatefluxes = 15.00_dp
 
real(dp), parameter, public mo_mhm_constants::p3_initstatefluxes = 10.00_dp
 
real(dp), parameter, public mo_mhm_constants::p4_initstatefluxes = 75.00_dp
 
real(dp), parameter, public mo_mhm_constants::p5_initstatefluxes = 1500.00_dp
 
real(dp), parameter, public mo_mhm_constants::c1_initstatesm = 0.25_dp
 
integer(i4), parameter, public mo_mhm_constants::noutflxstate = 21_i4
 
real(dp), parameter, public mo_mhm_constants::harsamconst = 17.800_dp
 Hargreaves-Samani ref.
 
real(dp), parameter, public mo_mhm_constants::duffiedr = 0.0330_dp
 
real(dp), parameter, public mo_mhm_constants::duffiedelta1 = 0.4090_dp
 
real(dp), parameter, public mo_mhm_constants::duffiedelta2 = 1.3900_dp
 
real(dp), parameter, public mo_mhm_constants::tetens_c1 = 0.6108_dp
 Tetens's formula to calculate saturated vapour pressure.
 
real(dp), parameter, public mo_mhm_constants::tetens_c2 = 17.270_dp
 
real(dp), parameter, public mo_mhm_constants::tetens_c3 = 237.30_dp
 
real(dp), parameter, public mo_mhm_constants::satpressureslope1 = 4098.0_dp
 calculation of the slope of the saturation vapour pressure curve following Tetens
 
real(dp), parameter, public mo_mhm_constants::desilets_a0 = 0.0808_dp
 Neutrons and moisture: N0 formula, Desilets et al.
 
real(dp), parameter, public mo_mhm_constants::desilets_a1 = 0.372_dp
 
real(dp), parameter, public mo_mhm_constants::desilets_a2 = 0.115_dp
 
real(dp), parameter, public mo_mhm_constants::cosmic_n = 348.33_dp
 Neutrons and moisture: COSMIC, Shuttleworth et al.
 
real(dp), parameter, public mo_mhm_constants::cosmic_alpha = 0.2392421548_dp
 
real(dp), parameter, public mo_mhm_constants::cosmic_l1 = 161.98621864_dp
 
real(dp), parameter, public mo_mhm_constants::cosmic_l2 = 129.14558985_dp
 
real(dp), parameter, public mo_mhm_constants::cosmic_l3 = 107.82204562_dp
 
real(dp), parameter, public mo_mhm_constants::cosmic_l4 = 3.1627190566_dp
 

Detailed Description

Provides mHM specific constants.

Provides mHM specific constants such as flood plain elevation.

Authors
Matthias Cuntz
Date
Nov 2011

Definition in file mo_mhm_constants.f90.