Skip to content

Commit

Permalink
Update Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrettasm committed Jul 16, 2020
1 parent e43031f commit 50fd5cf
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ on the computer.

### Required packages

The recommended version is Python version 3.6+.
Other required packages are:
The recommended version is **Python 3.6+**. Some required packages are:

>
> Numpy, Scipy, Numba, Pandas, h5py, json
Expand All @@ -73,6 +72,26 @@ command:

The ‘-O’ option is not necessary, but it could speed up the execution of the simulation.

The models parameters should be given in the 'input_parameters.json' file as:

```
{ ...
"Hydrological_Model": {
"Name": "vrettas_fung",
"Porosity_Profile": "Stratified"
},
"Soil_Properties": {
"n": 2.0,
"a0": 0.009,
"psi_sat": -0.0047,
"epsilon": 1.0e-7
},
...
}
```

**Note:**
This assumes that the ‘input_parameters.json’ file includes the datafile location in the:

Expand Down

0 comments on commit 50fd5cf

Please sign in to comment.