Bias correction for streamflow time series
bmorph Links & Badges | |
---|---|
bmorph Documentation | |
bmorph tutorial | |
Travis-CI Build | |
License | |
Current Release DOI | |
JHM Publication | https://doi.org/10.1175/JHM-D-21-0174.1 |
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
This will be explored in a later release of bmorph
./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