Skip to content

Commit

Permalink
Add explanation of the new csv file
Browse files Browse the repository at this point in the history
  • Loading branch information
MostafaGomaa93 committed Aug 16, 2024
1 parent ca89f90 commit d174de7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/STEMMUS_SCOPE_on_CRIB.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
provides parameter inputs for PROSPECT, leaf_biochemical, fluorescence,
soil, canopy, aerodynamic, angles, photosynthetic temperature dependence
functional parameters, etc.
- input_soilLayThick.csv (optional): A file to change the discretization of
the soil layers of the STEMMUS model. An example of this file is in the root
directory/example_data folder. This file should be copied into the InputPath
folder. If this file exists, it will override the default settings of the soil
layers. The file has three columns: 1) layer number, 2) layer thickness, and
3) maximum root depth. The user is free to change the values of the three columns.
Also, the number of rows determines the number of the soil layers and the total
thickness of the soil column (sum of soil layer thickness).

2. Config file: it is a text file that sets the paths **required** by the
model. For example, see [config_file_crib.txt](../config_file_crib.txt) in this
Expand Down Expand Up @@ -124,4 +132,4 @@ main script using MATLAB command line in a terminal:

```bash
matlab -nodisplay -nosplash -nodesktop -r "run('STEMMUS_SCOPE.m');exit;"
```
```

0 comments on commit d174de7

Please sign in to comment.