rileyhales / saber-hbc

The python implementation of the SABER bias correction method for hydrologic models
BSD 3-Clause Clear License
3 stars 3 forks source link

Config files and progress on #45

Closed rileyhales closed 1 year ago

rileyhales commented 1 year ago

Closes #42 - use a config file for user inputs. package tracks user inputs with "state" in the io module. functions retrieve input values from io.

Progress on #43 - track and perform propagation from regulatory structures. still needs functions to handle them separately during validation.

Substantially simplifies the example script with fewer arguments and removing the long form file.

Increment to version 0.8.0

Need to finish #43 and #44