5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_common_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_variables
 Provides structures needed by mHM, mRM and/or mpr.
 

Variables

integer(i4) mo_common_variables::itimer
 
character(1024), public mo_common_variables::project_details
 
character(1024), public mo_common_variables::setup_description
 
character(1024), public mo_common_variables::simulation_type
 
character(256), public mo_common_variables::conventions
 
character(1024), public mo_common_variables::contact
 
character(1024), public mo_common_variables::mhm_details
 
character(1024), public mo_common_variables::history
 
integer(i4), public mo_common_variables::iflag_cordinate_sys
 
real(dp), dimension(:), allocatable, public mo_common_variables::resolutionhydrology
 
integer(i4), dimension(:), allocatable, public mo_common_variables::l0_domain
 
logical, public mo_common_variables::write_restart
 
character(256), dimension(:), allocatable, public mo_common_variables::mhmfilerestartout
 
character(256), dimension(:), allocatable, public mo_common_variables::mrmfilerestartout
 
character(256), public mo_common_variables::dirconfigout
 
character(256), public mo_common_variables::dircommonfiles
 
character(256), dimension(:), allocatable, public mo_common_variables::dirmorpho
 
character(256), dimension(:), allocatable, public mo_common_variables::dirlcover
 
character(256), dimension(:), allocatable, public mo_common_variables::dirout
 
character(256), dimension(:), allocatable, public mo_common_variables::filelatlon
 
type(grid), dimension(:), allocatable, target, public mo_common_variables::level0
 
type(grid), dimension(:), allocatable, target, public mo_common_variables::level1
 
type(gridremapper), dimension(:), allocatable, public mo_common_variables::l0_l1_remap
 
real(dp), dimension(:), allocatable, public mo_common_variables::l0_elev
 
integer(i4), dimension(:, :), allocatable, public mo_common_variables::l0_lcover
 
type(domain_meta), public mo_common_variables::domainmeta
 
integer(i4), public mo_common_variables::nuniquel0domains
 
integer(i4), public mo_common_variables::nlcoverscene
 
character(256), dimension(:), allocatable, public mo_common_variables::lcfilename
 
integer(i4), dimension(:), allocatable, public mo_common_variables::lc_year_start
 
integer(i4), dimension(:), allocatable, public mo_common_variables::lc_year_end
 
integer(i4), parameter, public mo_common_variables::nprocesses = 11
 
integer(i4), dimension(nprocesses, 3), public mo_common_variables::processmatrix
 
real(dp), dimension(:, :), allocatable, target, public mo_common_variables::global_parameters
 
character(256), dimension(:), allocatable, public mo_common_variables::global_parameters_name
 
logical mo_common_variables::alma_convention
 

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_variables.F90.