Skip to content

v0.11.0: HSP2 with Special Actions Prototype and Other Minor Fixes

Compare
Choose a tag to compare
@PaulDudaRESPEC PaulDudaRESPEC released this 27 Oct 19:19
· 149 commits to master since this release
b676700

DOI

The Hydrologic Simulation Program–Python (HSP2) model is being developed by an open source team led by RESPEC.

This release contains a prototype of the Special Actions capability contributed by @rburghol and team at VA DEQ, including dynamic python code loading for hsp2 runtime customization. See issues #90 , #99, and #113 for more details on those enhancements.

Small fixes in this release include the following:

  • Improved Celsius conversion precision in PSTEMP
  • Improved AGWO precision in PWATER
  • Proper conversion of GWVS cut off in PWATER
  • Atmospheric Deposition properly added to totals in NUTRX and PLANK
  • Correct linkage of PKIF inflow
  • Proper implementation of PQUAL/IQUAL REMQOP calculation
  • QPREC improved with conversion factor changed to be same as used by HSPF
  • Constant value GENER operations

Downloads

  • HSP2_Driver.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.