Hi Zainab,
The main problem is that there was a space in the soil name in the soil properties. So instead of this
<SoilProperty>1, Clay Loam, 0.489, 0.153, 0.055, 0.923E-02, 1.657</SoilProperty>
It needs to be this:
<SoilProperty>1, ClayLoam, 0.489, 0.153, 0.055, 0.923E-02, 1.657</SoilProperty>
Thanks for pointing this out. In the short term I will make sure this is highlighted in the example datasets (in the longer term I will change the code to allow this).
There are some other things that I needed to change to make it work:
1) The land-use numbers I changed to 1 to 7 (see attached)
2) the DEM's had different number of rows and columns
3) it cannot read an Excel file for the rain and evaporation data (but it can read a CSV file)
Let me know if you are still having problems.
Regards,
Steve