Skip to content
/ hydroDL2 Public

Home for hydrology models and augmentations to be used with differential modeling package dMG.

License

Notifications You must be signed in to change notification settings

mhpi/hydroDL2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hydroDL2.0

Ruff image Python Actions status

hydroOps

This repository serves as a store for hydrology models and modules to be used with the generic differential modeling package, generic_diffModel.

How to Install:

git clone https://github.com/mhpi/hydroDL2.git
cd hydrodl2
pip install .

Developer Mode Installation:

The same clone as above, but use hatch's developer mode setting,

pip install -e .

Maintainers:

See Pyproject.toml for information.

Contributing:

We request all changes to this repo be made through a fork and PR.

Repository Structure:

.
├── src/
|   └── hydroDL2/ 
│       ├── api/                   # Main API code
│       |   ├── __init__.py        
│       |   └── methods.py         # Methods exposed to end-users
|       ├── core/                  # Methods used internally
│       ├── models/                # Shared models directory
│       |   ├── hbv/               # HBV models
│       |   └── prms/              # Marrmot PRMS models     
|       └── modules/               # Augmentations for `dMG` models
├── tests/                         # Test suite for API and models
│   ├── __init__.py            
│   └── test_models.py
├── docs/                          
├── LICENSE
├── mkdocs.yml
├── pyproject.toml             
└── README.md                      

About

Home for hydrology models and augmentations to be used with differential modeling package dMG.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published