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).