Python bindings of mHM.
More...
|
| 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.
|
| |
|
| | __getattr__ (name) |
| | Magic method to provide 'f_version' in Python.
|
| |
Python bindings of mHM.
- Copyright
- Copyright 2005-2025 , the mHM Developers, Luis Samaniego, Sabine Attinger: All rights reserved. mHM is released under the LGPLv3+ license
The UFZ(CHS) mesoscale hydrologic model mHM is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License as published by the free Software Foundation either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You received a copy of the GNU Lesser General Public License along with the UFZ CHS mesoscale hydrologic model mHM. It can be found in the files COPYING and COPYING.LESSER provided with this software. The complete GNU license text can also be found at http://www.gnu.org/licenses/.
◆ __getattr__()
Magic method to provide 'f_version' in Python.
Definition at line 39 of file __init__.py.
◆ __all__
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 46 of file __init__.py.