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

Module to provide a script to execute mHM. More...

Functions

 f_version ()
 
 mhm ()
 Execute mhm as a command line program.
 

Variables

str __version__ = "0.0.0.dev0"
 

Detailed Description

Module to provide a script to execute mHM.


Function Documentation

◆ f_version()

mhm.cli.f_version ( )

Definition at line 19 of file cli.py.

References model.version().

Referenced by mhm.cli.mhm().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ mhm()

mhm.cli.mhm ( )

Execute mhm as a command line program.

Definition at line 23 of file cli.py.

References mhm.cli.f_version(), model.finalize(), model.init(), model.run_or_optimize(), and model.set_verbosity().

Here is the call graph for this function:

Variable Documentation

◆ __version__

str mhm.cli.__version__ = "0.0.0.dev0"
private

Definition at line 16 of file cli.py.