|
integer(i4) | mo_common_mhm_mrm_variables::mrm_coupling_mode |
|
integer(i4), public | mo_common_mhm_mrm_variables::timestep |
|
real(dp), public | mo_common_mhm_mrm_variables::c2tstu |
|
real(dp), dimension(:), allocatable, public | mo_common_mhm_mrm_variables::resolutionrouting |
|
logical, public | mo_common_mhm_mrm_variables::read_restart |
|
logical, public | mo_common_mhm_mrm_variables::mrm_read_river_network |
|
logical, public | mo_common_mhm_mrm_variables::read_old_style_restart_bounds |
|
logical, public | mo_common_mhm_mrm_variables::restart_reset_fluxes_states |
| flag to reset fluxes and states read from restart to default values
|
|
type(period), dimension(:), allocatable, public | mo_common_mhm_mrm_variables::warmper |
|
type(period), dimension(:), allocatable, public | mo_common_mhm_mrm_variables::evalper |
|
type(period), dimension(:), allocatable, public | mo_common_mhm_mrm_variables::simper |
|
integer(i4), dimension(:), allocatable, public | mo_common_mhm_mrm_variables::warmingdays |
|
integer(i4), dimension(:, :), allocatable, public | mo_common_mhm_mrm_variables::lcyearid |
|
integer(i4), public | mo_common_mhm_mrm_variables::ntstepday |
|
character(256), dimension(:), allocatable, public | mo_common_mhm_mrm_variables::mhmfilerestartin |
|
character(256), dimension(:), allocatable, public | mo_common_mhm_mrm_variables::mrmfilerestartin |
|
integer(i4), public | mo_common_mhm_mrm_variables::opti_method |
|
integer(i4), public | mo_common_mhm_mrm_variables::opti_function |
|
logical, public | mo_common_mhm_mrm_variables::optimize |
|
logical, public | mo_common_mhm_mrm_variables::optimize_restart |
|
integer(i8), public | mo_common_mhm_mrm_variables::seed |
|
integer(i4), public | mo_common_mhm_mrm_variables::niterations |
|
real(dp), public | mo_common_mhm_mrm_variables::dds_r |
|
real(dp), public | mo_common_mhm_mrm_variables::sa_temp |
|
integer(i4), public | mo_common_mhm_mrm_variables::sce_ngs |
|
integer(i4), public | mo_common_mhm_mrm_variables::sce_npg |
|
integer(i4), public | mo_common_mhm_mrm_variables::sce_nps |
|
logical, public | mo_common_mhm_mrm_variables::mcmc_opti |
|
integer(i4), parameter, public | mo_common_mhm_mrm_variables::nerror_model = 2 |
|
real(dp), dimension(nerror_model), public | mo_common_mhm_mrm_variables::mcmc_error_params |
|
Provides structures needed by mHM, mRM and/or mpr.
Provides the global structure period that is used by both mHM and mRM.
- Changelog
- Stephan Thober Nov 2016
- Robert Schweppe Dec 2017
- merged more duplicated variables from mhm and mrm global variables
- Robert Schweppe Jun 2018
- refactoring and reformatting
- Authors
- Stephan Thober
- Date
- Sep 2015
- Copyright
- Copyright 2005-2024, the mHM Developers, Luis Samaniego, Sabine Attinger: All rights reserved. mHM is released under the LGPLv3+ license
The UFZ(CHS) mesoscale hydrologic model mHM is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the free Software Foundation either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You received a copy of the GNU Lesser General Public License along with the UFZ CHS mesoscale hydrologic model mHM. It can be found in the files COPYING
and COPYING.LESSER
provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/.
Definition in file mo_common_mHM_mRM_variables.f90.