mHM
The mesoscale Hydrological Model
|
Provides MPR specific constants. More...
Variables | |
integer(i4), parameter, public | nlcover_class = 3_i4 |
integer(i4), parameter, public | maxgeounit = 25_i4 |
integer(i4), parameter, public | maxnosoilhorizons = 10_i4 |
real(dp), parameter, public | p2_initstatefluxes = 15.00_dp |
real(dp), parameter, public | p3_initstatefluxes = 10.00_dp |
real(dp), parameter, public | p4_initstatefluxes = 75.00_dp |
real(dp), parameter, public | p5_initstatefluxes = 1500.00_dp |
real(dp), parameter, public | c1_initstatesm = 0.25_dp |
real(dp), parameter, public | bulkdens_orgmatter = 0.224_dp |
real(dp), parameter, public | field_cap_c1 = -0.60_dp |
real(dp), parameter, public | field_cap_c2 = 2.0_dp |
real(dp), parameter, public | vgenuchten_sandtresh = 66.5_dp |
real(dp), parameter, public | vgenuchtenn_c1 = 1.392_dp |
real(dp), parameter, public | vgenuchtenn_c2 = 0.418_dp |
real(dp), parameter, public | vgenuchtenn_c3 = -0.024_dp |
real(dp), parameter, public | vgenuchtenn_c4 = 1.212_dp |
real(dp), parameter, public | vgenuchtenn_c5 = -0.704_dp |
real(dp), parameter, public | vgenuchtenn_c6 = -0.648_dp |
real(dp), parameter, public | vgenuchtenn_c7 = 0.023_dp |
real(dp), parameter, public | vgenuchtenn_c8 = 0.044_dp |
real(dp), parameter, public | vgenuchtenn_c9 = 3.168_dp |
real(dp), parameter, public | vgenuchtenn_c10 = -2.562_dp |
real(dp), parameter, public | vgenuchtenn_c11 = 7.0E-9_dp |
real(dp), parameter, public | vgenuchtenn_c12 = 4.004_dp |
real(dp), parameter, public | vgenuchtenn_c13 = 3.750_dp |
real(dp), parameter, public | vgenuchtenn_c14 = -0.016_dp |
real(dp), parameter, public | vgenuchtenn_c15 = -4.197_dp |
real(dp), parameter, public | vgenuchtenn_c16 = 0.013_dp |
real(dp), parameter, public | vgenuchtenn_c17 = 0.076_dp |
real(dp), parameter, public | vgenuchtenn_c18 = 0.276_dp |
real(dp), parameter, public | ks_c = 10.0_dp |
real(dp), parameter, public | pwp_c = 1.0_dp |
real(dp), parameter, public | pwp_matpot_thetar = 15000.0_dp |
real(dp), parameter, public | windmeasheight = 10.0_dp |
assumed meteorol. | |
real(dp), parameter, public | karman = 0.41_dp |
von karman constant | |
real(dp), parameter, public | lai_factor_surfresi = 0.3_dp |
LAI factor for bulk surface resistance formulation. | |
real(dp), parameter, public | lai_offset_surfresi = 1.2_dp |
LAI offset for bulk surface resistance formulation. | |
real(dp), parameter, public | max_surfresist = 250.0_dp |
maximum bulk surface resistance | |
Provides MPR specific constants.
Provides MPR specific constants such as flood plain elevation.
COPYING
and COPYING.LESSER
provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/. real(dp), parameter, public mo_mpr_constants::bulkdens_orgmatter = 0.224_dp |
Definition at line 34 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::mpr_sm().
real(dp), parameter, public mo_mpr_constants::c1_initstatesm = 0.25_dp |
Definition at line 30 of file mo_mpr_constants.f90.
Referenced by mo_init_states::fluxes_states_default_init(), and mo_init_states::variables_alloc().
real(dp), parameter, public mo_mpr_constants::field_cap_c1 = -0.60_dp |
Definition at line 36 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::field_cap().
real(dp), parameter, public mo_mpr_constants::field_cap_c2 = 2.0_dp |
Definition at line 37 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::field_cap().
real(dp), parameter, public mo_mpr_constants::karman = 0.41_dp |
von karman constant
Definition at line 67 of file mo_mpr_constants.f90.
Referenced by mo_multi_param_reg::aerodynamical_resistance().
real(dp), parameter, public mo_mpr_constants::ks_c = 10.0_dp |
Definition at line 59 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::hydro_cond().
real(dp), parameter, public mo_mpr_constants::lai_factor_surfresi = 0.3_dp |
LAI factor for bulk surface resistance formulation.
Definition at line 70 of file mo_mpr_constants.f90.
Referenced by mo_mpr_pet::bulksurface_resistance().
real(dp), parameter, public mo_mpr_constants::lai_offset_surfresi = 1.2_dp |
LAI offset for bulk surface resistance formulation.
Definition at line 72 of file mo_mpr_constants.f90.
Referenced by mo_mpr_pet::bulksurface_resistance().
real(dp), parameter, public mo_mpr_constants::max_surfresist = 250.0_dp |
maximum bulk surface resistance
Definition at line 74 of file mo_mpr_constants.f90.
Referenced by mo_mpr_pet::bulksurface_resistance().
integer(i4), parameter, public mo_mpr_constants::maxgeounit = 25_i4 |
Definition at line 22 of file mo_mpr_constants.f90.
Referenced by mo_mpr_read_config::mpr_read_config().
integer(i4), parameter, public mo_mpr_constants::maxnosoilhorizons = 10_i4 |
Definition at line 23 of file mo_mpr_constants.f90.
Referenced by mo_mhm_read_config::mhm_read_config(), and mo_mpr_read_config::mpr_read_config().
integer(i4), parameter, public mo_mpr_constants::nlcover_class = 3_i4 |
Definition at line 21 of file mo_mpr_constants.f90.
Referenced by mo_soil_database::read_soil_lut().
real(dp), parameter, public mo_mpr_constants::p2_initstatefluxes = 15.00_dp |
Definition at line 26 of file mo_mpr_constants.f90.
Referenced by mo_init_states::fluxes_states_default_init(), and mo_init_states::variables_alloc().
real(dp), parameter, public mo_mpr_constants::p3_initstatefluxes = 10.00_dp |
Definition at line 27 of file mo_mpr_constants.f90.
Referenced by mo_init_states::fluxes_states_default_init(), and mo_init_states::variables_alloc().
real(dp), parameter, public mo_mpr_constants::p4_initstatefluxes = 75.00_dp |
Definition at line 28 of file mo_mpr_constants.f90.
Referenced by mo_init_states::fluxes_states_default_init(), and mo_init_states::variables_alloc().
real(dp), parameter, public mo_mpr_constants::p5_initstatefluxes = 1500.00_dp |
Definition at line 29 of file mo_mpr_constants.f90.
Referenced by mo_init_states::fluxes_states_default_init(), and mo_init_states::variables_alloc().
real(dp), parameter, public mo_mpr_constants::pwp_c = 1.0_dp |
Definition at line 61 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::pwp().
real(dp), parameter, public mo_mpr_constants::pwp_matpot_thetar = 15000.0_dp |
Definition at line 62 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::pwp().
real(dp), parameter, public mo_mpr_constants::vgenuchten_sandtresh = 66.5_dp |
Definition at line 39 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c1 = 1.392_dp |
Definition at line 40 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c10 = -2.562_dp |
Definition at line 49 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c11 = 7.0E-9_dp |
Definition at line 50 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c12 = 4.004_dp |
Definition at line 51 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c13 = 3.750_dp |
Definition at line 52 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c14 = -0.016_dp |
Definition at line 53 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c15 = -4.197_dp |
Definition at line 54 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c16 = 0.013_dp |
Definition at line 55 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c17 = 0.076_dp |
Definition at line 56 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c18 = 0.276_dp |
Definition at line 57 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c2 = 0.418_dp |
Definition at line 41 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c3 = -0.024_dp |
Definition at line 42 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c4 = 1.212_dp |
Definition at line 43 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c5 = -0.704_dp |
Definition at line 44 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c6 = -0.648_dp |
Definition at line 45 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c7 = 0.023_dp |
Definition at line 46 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c8 = 0.044_dp |
Definition at line 47 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::vgenuchtenn_c9 = 3.168_dp |
Definition at line 48 of file mo_mpr_constants.f90.
Referenced by mo_mpr_soilmoist::genuchten().
real(dp), parameter, public mo_mpr_constants::windmeasheight = 10.0_dp |
assumed meteorol.
measurement hight for estimation of aeroResist and surfResist
Definition at line 65 of file mo_mpr_constants.f90.
Referenced by mo_multi_param_reg::aerodynamical_resistance().