mHM
The mesoscale Hydrological Model
|
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/) |
Provides mRM specific constants.
Provides mRM 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_mrm_constants::deltah = 5.000_dp |
Definition at line 38 of file mo_mrm_constants.F90.
Referenced by mo_mrm_net_startup::moveup().
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/) |
Definition at line 42 of file mo_mrm_constants.F90.
Referenced by mo_mrm_mpr::mrm_init_param(), and mo_mrm_mpr::mrm_update_param().
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().
integer(i4), parameter, public mo_mrm_constants::noutflxstate = 2_i4 |
Definition at line 19 of file mo_mrm_constants.F90.
integer(i4), parameter, public mo_mrm_constants::nroutingstates = 2 |
Definition at line 21 of file mo_mrm_constants.F90.
Referenced by mo_mrm_riv_temp_class::init(), mo_mrm_restart::mrm_read_restart_states(), mo_mrm_restart::mrm_write_restart(), and mo_mrm_init::variables_alloc_routing().
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().