5.13.2-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
tools.py File Reference

Go to the source code of this file.

Namespaces

namespace  mhm
 Python bindings of mHM.
 
namespace  mhm.tools
 Tools to interact with mHM.
 

Functions

 mhm.tools.get_parameter ()
 Get parameter names and configuration.
 
 mhm.tools.get_runoff ()
 Get 2D array of runoff time-series for all gauges.
 
 mhm.tools.get_runoff_eval (gauge_id)
 Get 2D array of simulated and observed runoff time-series for selected gauges.
 
 mhm.tools.get_mask (level, indexing="ij", selection=False)
 Get mask for a certain mHM level.
 
 mhm.tools.get_variable (name, index=1, indexing="ij", compressed=False)
 Get a specific variable from mHM in the current time-step.
 
 mhm.tools.set_meteo (time, pre=None, temp=None, pet=None, tmin=None, tmax=None, netrad=None, absvappress=None, windspeed=None, ssrd=None, strd=None, tann=None, compressed=False, indexing="ij")
 Set meteo data with a time stamp in mHM.