Skip to content

eduardoAcunaEspinoza/HyMC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HyMC: Hydrological Model Calibration

HyMC is a Python library designed to facilitate the calibration of hydrological models for rainfall-runoff predictions. Built as a wrapper around the Spotpy library, it leverages Spotpy's robust calibration methods (see Spotpy repository: https://github.com/thouska/spotpy) while integrating large-sample hydrology datasets such as CAMELS_GB, CAMELS_US and CAMELS_DE

Key features of HyMC include:

  • Efficient Multi-Basin Calibration: Calibrate models across multiple basins simultaneously. By running each basin on a separate CPU core, HyMC significantly reduces computation time, making large-scale calibration tasks more manageable and efficient.
  • Direct integration with large-sample hydrological datasets.

Structure of the repository:

The codes presented in the repository are in the form of python scripts. Additionally several experiments are in the form of JupyterNotebooks for easy reproduction and execution. Following is a quick overview of the repository structure:

  • data: Folder where the different datasets (e.g CAMELS-GB, CAMELS-US...) should be added. This information should be independently downloaded by the user.
  • hymc: Code of the library.
  • experiments: Implementation examples for different cases.
  • results: Folder where the results generated by the codes will be stored.

Citation:

This code started as part of our study:

Acuña Espinoza, E., Loritz, R., Álvarez Chaves, M., Bäuerle, N., & Ehret, U. (2023). To bucket or not to bucket? Analyzing the performance and interpretability of hybrid hydrological models with dynamic parameterization. EGUsphere, 2023, 1–22. https://doi.org/10.5194/egusphere-2023-1980

Original authors:

Disclaimer:

No warranty is expressed or implied regarding the usefulness or completeness of the information and documentation provided. References to commercial products do not imply endorsement by the Authors. The concepts, materials, and methods used in the algorithms and described in the documentation are for informational purposes only. The Authors has made substantial effort to ensure the accuracy of the algorithms and the documentation, but the Authors shall not be held liable, nor his employer or funding sponsors, for calculations and/or decisions made on the basis of application of the scripts and documentation. The information is provided "as is" and anyone who chooses to use the information is responsible for her or his own choices as to what to do with the data. The individual is responsible for the results that follow from their decisions.

This web site contains external links to other, external web sites and information provided by third parties. There may be technical inaccuracies, typographical or other errors, programming bugs or computer viruses contained within the web site or its contents. Users may use the information and links at their own risk. The Authors of this web site excludes all warranties whether express, implied, statutory or otherwise, relating in any way to this web site or use of this web site; and liability (including for negligence) to users in respect of any loss or damage (including special, indirect or consequential loss or damage such as loss of revenue, unavailability of systems or loss of data) arising from or in connection with any use of the information on or access through this web site for any reason whatsoever (including negligence).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages