5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_mrm_constants Module Reference

Provides mRM specific constants. More...

Variables

integer(i4), parameter, public noutflxstate = 2_i4
 
integer(i4), parameter, public nroutingstates = 2
 
integer(i4), parameter, public maxnogauges = 200_i4
 
real(dp), parameter, public rout_space_weight = 0._dp
 
real(dp), parameter, public deltah = 5.000_dp
 
real(dp), dimension(19), parameter 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

Variable Documentation

◆ deltah

real(dp), parameter, public mo_mrm_constants::deltah = 5.000_dp

Definition at line 38 of file mo_mrm_constants.F90.

Referenced by mo_mrm_net_startup::moveup().

◆ given_ts

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/)

◆ maxnogauges

integer(i4), parameter, public mo_mrm_constants::maxnogauges = 200_i4

Definition at line 30 of file mo_mrm_constants.F90.

Referenced by mo_mrm_read_config::mrm_read_config().

◆ noutflxstate

integer(i4), parameter, public mo_mrm_constants::noutflxstate = 2_i4

Definition at line 19 of file mo_mrm_constants.F90.

◆ nroutingstates

integer(i4), parameter, public mo_mrm_constants::nroutingstates = 2

◆ rout_space_weight

real(dp), parameter, public mo_mrm_constants::rout_space_weight = 0._dp

Definition at line 33 of file mo_mrm_constants.F90.

Referenced by mo_mrm_mpr::mrm_update_param().