5.13.3-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_mrm_constants.F90 File Reference

Provides mRM specific constants. More...

Go to the source code of this file.

Modules

module  mo_mrm_constants
 Provides mRM specific constants.
 

Variables

integer(i4), parameter, public mo_mrm_constants::noutflxstate = 2_i4
 
integer(i4), parameter, public mo_mrm_constants::nroutingstates = 2
 
integer(i4), parameter, public mo_mrm_constants::maxnogauges = 200_i4
 
real(dp), parameter, public mo_mrm_constants::rout_space_weight = 0._dp
 
real(dp), parameter, public mo_mrm_constants::deltah = 5.000_dp
 
real(dp), dimension(19), parameter mo_mrm_constants::given_ts = (/ 60._dp, 120._dp, 180._dp, 240._dp, 300._dp, 360._dp, 600._dp, 720._dp, 900._dp, 1200._dp, 1800._dp, 3600._dp, 7200._dp, 10800._dp, 14400._dp, 21600._dp, 28800._dp, 43200._dp, 86400._dp/)
 

Detailed Description

Provides mRM specific constants.

Provides mRM specific constants such as flood plain elevation.

Changelog
  • Robert Schweppe Jun 2018
    • refactoring and reformatting
Authors
Stephan Thober
Date
Aug 2015


Definition in file mo_mrm_constants.F90.