diff --git a/tutorial.html b/tutorial.html index df1690e..9ef0dec 100644 --- a/tutorial.html +++ b/tutorial.html @@ -121,6 +121,8 @@
Error because the python libraries are installed incorrectly
If the model causing an error which look like this:
+UnicodeDecodeError: 'utf-8' codec can't decode byte 0x83 in position 1504: invalid start byte
+
It is because the file was not stored as utf-8 (Unicode Transformation Format - 8-bit) file. This can happen if you use the Windows texteditor Wordpad or Notepad. We suggest you use Notepad++ and store the file as utf-8. Might happen too, if your language use strange characters like German Umlaut.
+In the settingsfile we use references:
+[FILE_PATHS]
+PathRoot = C:\basin
+PathMaps = $(PathRoot)/input
+
If you use the reference in the next section, you have to put in the section where you defined the reference. Here: FILE_PATHS:
+[NETCDF_ATTRIBUTES]
+metaNetcdfFile = $(FILE_PATHS:PathRoot)/metaNetcdf.xml
+
Warning
The model needs a settings file as an argument. See: Settings file
@@ -464,7 +490,7 @@The spatial dataset contains:
static data ie. data that does not change over time (a model assumption) e.g. soil data
to run the model the pathes to data have to be set correctly: The information of pathes are stored in the settings file around line 80-100
[FILE_PATHS]:
@@ -533,12 +559,12 @@We try to make our program behave properly when encountering unexpected conditions. Therefore we caption a number of possible wrong inputs.
If you get an output with an error number please look at Error handling
If you type now:
python cwatm.py settings_rhine.ini -l
Note
An overview of possibilities is given in see Settings file
Output can be every global defined variable in the model Variable are e.g. Precipitation, runoff, baseflow
but also not so common variables as:
@@ -615,7 +641,7 @@per day
total month, average month, end of month
As standard time series can include values of the specific cell as defined in the settings file as Gauges But time series can also show the area sum or area average of the upstream catchment from the specific cell
for example
@@ -663,7 +689,7 @@#Variable name : Description
discharge : river discharge
runoff : runoff
@@ -678,7 +704,7 @@ Most important output variables - a sele
We started a list of possible output variables. Please note that this list is under construction. We still need to fill in all descriptions and all units. You find this list at List of output variables