Skip to content

UW-Hydro/bmorph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e73c472 · Nov 15, 2022
Jul 27, 2021
Sep 17, 2021
Dec 29, 2016
Sep 17, 2021
Sep 22, 2017
Sep 2, 2021
Dec 23, 2016
Sep 22, 2017
Dec 23, 2016
Nov 15, 2022
Apr 15, 2021
Mar 2, 2021
Mar 23, 2021
Mar 31, 2021

Repository files navigation

bmorph

Bias correction for streamflow time series

bmorph Links & Badges
bmorph Documentation Documentation Status
bmorph tutorial Binder
Travis-CI Build Build Status
License GitHub license
Current Release DOI DOI
JHM Publication https://doi.org/10.1175/JHM-D-21-0174.1

Installation

We provide a conda environment in environment.yml. You can build the environment by running:

conda env create -f environment.yml

Then, to install bmorph run,

conda activate bmorph
python setup.py develop
python -m ipykernel install --user --name bmorph

Usage

Notebook

This will be explored in a later release of bmorph

Command line

./scripts/bmorph_tip304 contains an implementation of the method for the TIP304 project. The script can be run as:

bmorph_tip304 --cfg <configuration file> --verbose

There is a sample configuration file in ./config