Integrated Hydrological Model Calibration and Uncertainty Analysis
Project description
iHydroCal
Integrated Hydrological Model Calibration and Uncertainty Analysis
Overview
iHydroCal provides a unified framework for calibration and uncertainty analysis of integrated hydrological models including:
- SWAT (Soil and Water Assessment Tool)
- SWAT+ (SWAT Plus)
- SWAT-MODFLOW (coupled surface-groundwater model)
- APEX-MODFLOW-RT3D-Salt (integrated modeling system)
Features
- 🎯 Unified Calibration Framework: Single interface for multiple model types
- 📊 Uncertainty Analysis: Comprehensive sensitivity and uncertainty quantification
- 🔧 PEST++ Integration: Leverage industry-standard optimization tools
- 🐍 Python-Based: Built on pyemu and flopy
- 📈 Visualization: Built-in plotting and reporting capabilities
Installation
From PyPI (coming soon)
pip install ihydrocal
From conda (coming soon)
conda install -c conda-forge ihydrocal
Development Installation
git clone https://github.com/yourusername/ihydrocal.git
cd ihydrocal
pip install -e .[dev]
Quick Start
import ihydrocal as ihc
# Load configuration
config = ihc.load_config("config.yaml")
# Initialize model
model = ihc.create_model("swat-modflow", config)
# Run calibration
calibrator = ihc.Calibrator(model, config.calibration)
results = calibrator.run()
# Uncertainty analysis
uncertainty = ihc.UncertaintyAnalysis(model, results)
uncertainty.sensitivity_analysis()
Documentation
Full documentation is available at https://ihydrocal.readthedocs.io (coming soon)
Contributing
Contributions are welcome! Please see CONTRIBUTING.md for details.
Citation
If you use iHydroCal in your research, please cite:
@software{ihydrocal,
author = {Seonggyu Park},
title = {iHydroCal: Integrated Hydrological Model Calibration and Uncertainty Analysis},
year = {2026},
url = {https://github.com/spark-hydro/ihydrocal}
}
License
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgments
This project builds upon:
Contact
- Author: Seonggyu Park
- Email: your.email@example.com
- GitHub: yourusername
### 2. `LICENSE` (MIT License)
MIT License
Copyright (c) 2026 Seonggyu Park
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ihydrocal-0.0.0b0.tar.gz.
File metadata
- Download URL: ihydrocal-0.0.0b0.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8762990e676ffe08b539ae36337403de49188728e2de0fe23815686fb36a675
|
|
| MD5 |
ffa2fe605639cfa146ec8f60f2aa85b4
|
|
| BLAKE2b-256 |
9b9bafa13547efa6c13f8096538e301b55fa795229d87dffed7c28510a1e1943
|
File details
Details for the file ihydrocal-0.0.0b0-py3-none-any.whl.
File metadata
- Download URL: ihydrocal-0.0.0b0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
905c187da406e5dcf71e7f21419073983d578d91064746cdd622d945188e6f91
|
|
| MD5 |
5b18d8bb041e8e4aaa143aeaa366cefb
|
|
| BLAKE2b-256 |
a40b6989e18905a6718cdafc0aff68eb0a6d30c352a6f784ba6923bb486fdf71
|