[1] The discharge in the timeseries output gives weird numbers (1E31) what is going wrong?
[2] How do a setup a wflow model?
[3] Why do I have missing values in my model output?
[4] wflow stops and complains about types not matching
[5] wflow complains about missing initial state maps
[6] in some areas the mass balance error seems large
| [1] | (1, 2) The discharge in the timeseries output gives weird numbers (1E31) what is going wrong? The 1E31 values indicate missing values. This probably means that at least one of the cells in the part upstreasm of the discharge points has a missing value. Missing values are routed downstream so any missing values upstreams of a discharge will cause the discharge to eventually become a missing value. To resolve this check the following:
Note note that missing values in upstreams cells are routed down and will eventually make all downstreams values missing. Check the maps in the runid/outsum directory to see if the tbl files are correct |
| [2] | How do a setup a wflow model? First read the section on Setting-up a new model. Next check one of the supplied example models |
| [3] | Why do I have missing values in my model output? See question [1] |
| [4] |
Note If you create maps with qgis (or gdal) specify the right output type (e.g. Float32 for scalar maps) |
| [5] | wflow complains about missing initial state maps run the model with the -I option first and copy the resulting files in runid/outstate back to the instate directory |
| [6] | in some areas the mass balance error seems large The simple explicit solution of most models can cuase this, especially when parameter values are outside the nomally used range and with large timsteps. For example, setting the soil depth to zero will usually cuase large errors. The solution is usually to check the parameters throughout the model. |