Skip to content

v0.8.2: HSP2 Expand Tests and Improve Read UCI, WDM, HBN

Compare
Choose a tag to compare
@PaulDudaRESPEC PaulDudaRESPEC released this 31 Mar 02:16
· 663 commits to master since this release
f848f8c

DOI

The Hydrologic Simulation Program–Python (HSP2) model is being developed by RESPEC as part of an internally funded research and development (R&D) project. 

This release, from 11/20/2020, continues development of the Python 3 codebase HSP2 hydrology modules, by improving readHBN, readUCI, and readWDM utilities and adding a number of additional test cases.

See the develop branch for ongoing development efforts to include full HSPF water quality.

Downloads

  • HSP2_Driver_June2020.zip
    • HSP2_Driver contains an .exe for running HSP2, enabling a user to run HSP2 without needing to do anything with python code or notebooks. The driver uses the PyQt5 file dialog to prompt for the name of the HDF5 file to run, or if that doesn’t exist yet you can give it the name of a UCI or WDM file to import. It also runs with the H5 file name on the command line.

Change Log

New Features

  • Added Tutorial (d2f3423)
  • Added many new test cases. #31

Improvements

  • Streamlined installation instructions, removing Setup.py in favor of using conda commands (commit 5b1f7ba).
  • Updated Conda environment.yml to specify Python 3.8 (a529de7)
  • Added new testing files and results (f112f9e)
  • Refined readHBN.py, readUCI.py, and readWDM.py to work with a larger range of file configurations (c1da377, ce4952d, f53c8df).

Bug Fixes