Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sopanpatil authored Jun 13, 2016
1 parent c84c953 commit de56706
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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:
Expand Down

0 comments on commit de56706

Please # to comment.