EGU22-6849, updated on 28 Mar 2022
https://doi.org/10.5194/egusphere-egu22-6849
EGU General Assembly 2022
© Author(s) 2022. This work is distributed under
the Creative Commons Attribution 4.0 License.

Modular Assessment of Rainfall–Runoff Models Toolbox (MARRMoT) v2.1: better, faster and more accessible hydrological modelling through object-oriented programming.

Luca Trotter1, Wouter Knoben2, Keirnan Fowler1, Margarita Saft1, and Murray Peel1
Luca Trotter et al.
  • 1University of Melbourne, Faculty of Engineering and Information Technology, Infrastructure Engineering, Australia
  • 2Centre for Hydrology, University of Saskatchewan, Canmore, Alberta T1W 3G1, Canada

The Modular Assessment of Rainfall–Runoff Models Toolbox (MARRMoT) is a flexible framework for hydrological modelling designed for model intercomparison studies and hypothesis testing. It reproduces 47 established conceptual hydrologic models of varying complexity including Sacramento, HBV, GR4J, VIC and TOPMODEL, amongst others. The package also allows to modify them or create new ones by mixing-and-matching components and modules from different models. We radically restructured MARRMoT compared to versions v1.x using an object-oriented programming approach to enhance code clarity and computational efficiency.

MARRMoT v2.1 is structured around two hierarchical classes, where a high-level superclass provides the template of all common model operations, while model-specific code is defined into individual subclasses derived from the single superclass. This reduces the verbosity and repetitiveness of the code, improving readability and facilitating debugging. Additionally, it simplifies the procedure to modify model structures or create new ones, also ensuring that best practices for solving model equations are followed as these are contained in the definition of the superclass and deployed automatically across all models.

We also updated MARRMoT’s numerical solving routine by including a Newton-Raphson solver. This lets us obtain satisfying solutions to the implicit Euler approximations of the models’ differential equations in a number of cases where the previous solving routine had failed, while also obtaining a 2.6-fold runtime improvement on average. We tested these changes by comparing outputs of 36 of the models in the framework between this object-oriented version and the previous version (v1.4) using calibrated parameters and climate inputs from the CAMELS US dataset.

The new version of the toolbox (v2.1) and user manual, including several workflow examples for common application, is available from GitHub (https://github.com/wknoben/MARRMoT).

How to cite: Trotter, L., Knoben, W., Fowler, K., Saft, M., and Peel, M.: Modular Assessment of Rainfall–Runoff Models Toolbox (MARRMoT) v2.1: better, faster and more accessible hydrological modelling through object-oriented programming., EGU General Assembly 2022, Vienna, Austria, 23–27 May 2022, EGU22-6849, https://doi.org/10.5194/egusphere-egu22-6849, 2022.