Skip to content

Commit

Permalink
Update docs/getting_started.md
Browse files Browse the repository at this point in the history
Co-authored-by: SarahAlidoost <[email protected]>
  • Loading branch information
MostafaGomaa93 and SarahAlidoost authored Dec 17, 2024
1 parent 372fab3 commit d6c3f60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ EndTime=2001-01-02T00:00
InputPath=/path_to_model_input_folder/
OutputPath=/path_to_model_output_folder/
```
The configuration file could also contain the following optional information:
The configuration file could also contain the optional key `FullCSVfiles`. If
`FullCSVfiles=0`, the model will **not** store some **large** binary files in
csv format. The default value is `FullCSVfiles=1`. To know which files are
stored in csv format, see the function `bin_to_csv()` in `src/+io` folder.
```text
FullCSVfiles=0
```
Expand Down

0 comments on commit d6c3f60

Please sign in to comment.