/wrf_hydro_py

Python API for the WRF-Hydro model

Primary LanguagePython

WRF-HYDRO

Build Status Coverage Status PyPI GitHub release Documentation Status

IMPORTANT: This package is in the very early stages of development and the package API may change at any time. It is not recommended that this package be used for significant work until version 0.1

Description

wrfhydrpy is a Python API for the WRF-Hydro modelling system. The goal of this project is to provide a clean, feature-rich, and unified API for interacting with the many components of the WRF-Hydro modelling system.

Contributing standards

Failure to adhere to contributing standards may result in your Pull Request being rejected.

Style Guidlines

Testing

All new functions or classes must be accompanied by additional unit/integration tests in the wrf_hydro_py/wrfhydropy/tests directory.

Documentation

Documentation will be forthcoming once the API becomes more stable.