5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mhm Namespace Reference

Python bindings of mHM. More...

Namespaces

namespace  cli
 Module to provide a script to execute mHM.
 
namespace  download
 Download routines to get test domains for mHM.
 
namespace  tools
 Tools to interact with mHM.
 

Functions

 __getattr__ (name)
 Magic method to provide 'f_version' in Python.
 

Variables

str __version__ = "0.0.0.dev0"
 
list __all__
 

Detailed Description

Python bindings of mHM.

Function Documentation

◆ __getattr__()

mhm.__getattr__ (   name)

Magic method to provide 'f_version' in Python.

Definition at line 44 of file __init__.py.

References model.version().

Here is the call graph for this function:

Variable Documentation

◆ __all__

list mhm.__all__
private
Initial value:
1= [
2 "cli",
3 "model",
4 "get",
5 "set",
6 "run",
7 "download",
8 "download_test",
9 "f_version",
10 "get_runoff",
11 "get_variable",
12 "get_runoff_eval",
13 "get_parameter",
14 "get_mask",
15 "set_meteo",
16 "__version__",
17]

Definition at line 51 of file __init__.py.

◆ __version__

str mhm.__version__ = "0.0.0.dev0"
private

Definition at line 41 of file __init__.py.