mHM
The mesoscale Hydrological Model
|
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. | |
Module providing interfaces for mHM.
Interfaces to control the mHM workflow from outside (init, run, get infos, etc.).
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_mhm_interface.F90.