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

Provides constants commonly used by mHM, mRM and MPR. More...

Go to the source code of this file.

Modules

module  mo_common_constants
 Provides constants commonly used by mHM, mRM and MPR.
 

Variables

real(dp), parameter, public mo_common_constants::eps_dp = epsilon(1.0_dp)
 epsilon(1.0) in double precision
 
real(sp), parameter, public mo_common_constants::eps_sp = epsilon(1.0_sp)
 epsilon(1.0) in single precision
 
integer(i4), parameter, public mo_common_constants::nodata_i4 = -9999_i4
 
real(dp), parameter, public mo_common_constants::nodata_dp = -9999._dp
 
real(dp), parameter, public mo_common_constants::p1_initstatefluxes = 0.00_dp
 
integer(i4), parameter, public mo_common_constants::ncolpars = 5_i4
 
integer(i4), parameter, public mo_common_constants::maxnodomains = 50_i4
 
integer(i4), parameter, public mo_common_constants::maxnlcovers = 50_i4
 
character(64), parameter, public mo_common_constants::soilhorizonsvarname = "L1_SoilHorizons"
 
character(64), parameter, public mo_common_constants::landcoverperiodsvarname = "L1_LandCoverPeriods"
 
character(64), parameter, public mo_common_constants::laivarname = "L1_LAITimesteps"
 

Detailed Description

Provides constants commonly used by mHM, mRM and MPR.

Provides commonly used by mHM, mRM and MPR such as no_data values and eps

Changelog
  • Robert Schweppe Jun 2018
    • refactoring and reformatting
Authors
Robert Schweppe
Date
Dec 2017

Definition in file mo_common_constants.f90.