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

Provides structures needed by mhm_eval to store current run config. More...

Data Types

module  run_cfg_t
 This is a container to hold all information while running mHM. More...
 

Functions/Subroutines

integer(i4) function get_domain_index (self, i)
 get domain index from domain loop counter
 
subroutine clean_up (self)
 clean up run variables
 

Variables

type(run_cfg_t), public run_cfg
 This is a container to hold all information while running mHM.
 

Detailed Description

Provides structures needed by mhm_eval to store current run config.

Author
Sebastian Mueller
Date
Jan 2022
Version
0.1

Function/Subroutine Documentation

◆ clean_up()

subroutine mo_common_run_variables::clean_up ( class(run_cfg_t), intent(inout)  self)

clean up run variables

Definition at line 109 of file mo_common_run_variables.f90.

◆ get_domain_index()

integer(i4) function mo_common_run_variables::get_domain_index ( class(run_cfg_t), intent(in)  self,
integer(i4), intent(in)  i 
)

get domain index from domain loop counter

Returns
index
Parameters
[in]idomain loop counter

Definition at line 101 of file mo_common_run_variables.f90.

Variable Documentation

◆ run_cfg