From de56706f7fa37beb9728b46dcfa9a6052d5f369b Mon Sep 17 00:00:00 2001 From: Sopan Patil Date: Mon, 13 Jun 2016 16:46:49 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56bbaaf..0e7dfb2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ The following data from a sample catchment are provided (in SampleData folder) t SPATIALLY LUMPED VERSION: -Following are the execution files for running the spatially lumped version of EXP-HYDRO: +Following execution files have been provided to quickly test the spatially lumped version of EXP-HYDRO (use these as an example to set up your own model run): + (1) Run_exphydro_lumped_pso.py: This calibrates EXP-HYDRO parameters using the Particle Swarm Optimisation (fast method). (2) Run_exphydro_lumped_mc.py: This calibrates EXP-HYDRO parameters using a simple Monte Carlo method (slow method). @@ -27,6 +28,8 @@ Type 3: A Type 3 model is a sub-catchment based distributed model where all sub- Type 4: A Type 4 model is a sub-catchment based distributed model (like Type 3) where each sub-catchment receives its own meteorological inputs. +Only one execution file has been provided to quickly test the Type 1 distributed model (Run_exphydro_distributed_type1_pso.py). This code calibrates the EXP-HYDRO parameters using the Particle Swarm Optimisation method for Type 1 model. + SYSTEM REQUIREMENTS: Please make sure that the following Python packages are installed on your computer before running any of the above execution files: