Skip to content

Commit fe94c33

Browse files
committed
Using full path for reference settings file in documentation
1 parent e568a10 commit fe94c33

File tree

1 file changed

+2
-2
lines changed
  • docs/3_step3_preparing-setting-file

1 file changed

+2
-2
lines changed

docs/3_step3_preparing-setting-file/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For simplicity reasons, we suggest to follow the following steps:
1717
3) parameter options
1818
4) chose optional model routines (which ones are available; what they do; and how to “activate” them)
1919

20-
In order to facilitate the preparation of the settings file, a complete example is provided [here](../../src/lisfloodSettings_reference.xml). The user is encouraged to update the paths, the names of the maps and of the tables in the provided template. Please note that the template contains all the settings for a warm start run; the paths to the initial maps must be replaced with the initial bogus values in order to perform a pre-run or a cold start run.
20+
In order to facilitate the preparation of the settings file, a complete example is provided [here](https://github.com/ec-jrc/lisflood-code/tree/master/src/lisfloodSettings_reference.xml). The user is encouraged to update the paths, the names of the maps and of the tables in the provided template. Please note that the template contains all the settings for a warm start run; the paths to the initial maps must be replaced with the initial bogus values in order to perform a pre-run or a cold start run.
2121
TIP: *$(ProjectDir)* or *$(ProjectPath)* cab used as built-in variable in the XML settings, to refer the project folder.
2222

2323
### Time-related constants
@@ -682,6 +682,6 @@ Within the 'lfoptions' element of the settings file, each option is defined usin
682682
+ **OutputMapsChunks**: this option is used to dump outputs to disk every X steps (default 1).
683683

684684
### Reference settings file
685-
In order to facilitate the preparation of the settings file, a complete example is provided [here](../../src/lisfloodSettings_reference.xml). The user is encouraged to update the paths, the names of the maps and of the tables in the provided template.
685+
In order to facilitate the preparation of the settings file, a complete example is provided [here](https://github.com/ec-jrc/lisflood-code/tree/master/src/lisfloodSettings_reference.xml). The user is encouraged to update the paths, the names of the maps and of the tables in the provided template.
686686

687687
[:top:](#top)

0 commit comments

Comments
 (0)