Skip to content

Releases: sopanpatil/exp-hydro

EXP-HYDRO v1.1

13 Jun 16:00
Compare
Choose a tag to compare

What's new in version 1.1?

  • Four types of distributed model configurations are now included in the code. Details of the four types are provided in Readme. A sample execution file (Run_exphydro_distributed_type1_pso.py) has been added to demonstrate how to set up a calibration run of Type 1 EXP-HYDRO distributed model.
  • New model execution files have been added to demonstrate how to set up: (1) a single run of EXP-HYDRO requiring no calibration (Run_exphydro_lumped_singlerun.py), and (2) a calibration run to optimise EXP-HYDRO parameters using a simple Monte Carlo method (Run_exphydro_lumped_mc.py).
  • A new class 'Daily2monthly' has been added in exphydro.utils. This class contains methods that convert daily data into monthly data (either through summation or averaging of the daily data).

EXP-HYDRO v1.0

01 Jun 09:16
Compare
Choose a tag to compare

This is the first stable release of EXP-HYDRO on GitHub. It contains the code for both lumped and distributed version of the model.