5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_mhm_interface.F90 File Reference

Module providing interfaces for mHM. More...

Go to the source code of this file.

Modules

module  mo_mhm_interface
 Module providing interfaces for mHM.
 

Functions/Subroutines

subroutine, public mo_mhm_interface::mhm_interface_init (namelist_mhm, namelist_mhm_param, namelist_mhm_output, namelist_mrm_output, cwd)
 initialize mHM from given namelist paths.
 
subroutine, public mo_mhm_interface::mhm_interface_get_parameter (para)
 Get current global parameter value of mHM.
 
subroutine, public mo_mhm_interface::mhm_interface_get_parameter_number (n)
 Get number of current global parameter value of mHM.
 
subroutine, public mo_mhm_interface::mhm_interface_run ()
 Run mHM with current settings.
 
subroutine, public mo_mhm_interface::mhm_interface_run_optimization ()
 Run mHM optimization with current settings.
 
subroutine, public mo_mhm_interface::mhm_interface_finalize ()
 Write mHM restart.
 

Detailed Description

Module providing interfaces for mHM.

Interfaces to control the mHM workflow from outside (init, run, get infos, etc.).

Authors
Sebastian Mueller
Version
0.1
Date
Oct 2021

Definition in file mo_mhm_interface.F90.