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

Provides structures needed by mHM, mRM and/or mpr. More...

Go to the source code of this file.

Modules

module  mo_common_mhm_mrm_variables
 Provides structures needed by mHM, mRM and/or mpr.
 

Variables

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
 

Detailed Description

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

Definition in file mo_common_mHM_mRM_variables.f90.