Distributed precipitation-runoff model mHM.
This is the main driver of mHM, which calls one instance of mHM for a multiple domains and a given period.
Typical mHM cell
- Changelog
- Stephan Thober Nov 2013
- added read in of latitude longitude fields
- Matthias Zink Mar 2013
- edited screen output for gauges added inflow gauges
- Matthias Cuntz & Juliane Mai Mar 2014
- Likelihood Kavetski uses 2 more parameters for the error model global_parameters -> local_parameters
- Rohini Kumar Apr 2014
- implementation of the mHM run on a single cell configuration also for the routing mode.
- run mHM at the input data level i.e. L0 grid
- Rohini Kumar May 2014
- model run on a regular lat-lon grid or on a regular X-Y coordinate system
- Stephan Thober May 2014
- Matthias Cuntz & Juliane Mai Nov 2014
- LAI input from daily, monthly or yearly files
- Matthias Zink Mar 2015
- added optional soil mositure read in for calibration
- Luis Samaniego Jul 2015
- added temporal directories for optimization
- Stephan Thober Aug 2015
- removed routing related variables
- Stephan Thober Oct 2015
- reorganized optimization (now compatible with mRM)
- Oldrich Rakovec, Rohini Kumar Oct 2015
- added reading of domain averaged TWS and objective function 15 for simultaneous calibration based on runoff and TWS
- Rohini Kumar Mar 2016
- options to handle different soil databases modified MPR to included soil horizon specific properties/parameters
- Stephan Thober Nov 2016
- implemented adaptive timestep for routing
- Rohini Kumar Dec 2016
- options to read (monthly mean) LAI fields
- Robert Schweppe Jun 2018
- refactoring and reformatting
- Maren Kaluza Oct 2019
- M.C. Demirel, Simon Stisen Jun 2020
- New Soil Moisture Process: Feddes and FC dependency on root fraction coefficient processCase(3) = 4
- Sebastian Müller Nov 2021
- refactoring driver to use provided interfaces
- Authors
- Luis Samaniego & Rohini Kumar (UFZ)
- Date
- Jun 2018
- Version
- 5.13.2-dev0
- Copyright
- Copyright 2005-2024, 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/.
Definition in file mhm_driver.f90.