Index: doc/faq.rst =================================================================== diff -u -r9dd1a78b1a2e6aa0e67e970d6235e4923b8bfc42 -r788046bd5b6fa2fdeb0202d9cd08aad80ac56578 --- doc/faq.rst (.../faq.rst) (revision 9dd1a78b1a2e6aa0e67e970d6235e4923b8bfc42) +++ doc/faq.rst (.../faq.rst) (revision 788046bd5b6fa2fdeb0202d9cd08aad80ac56578) @@ -4,23 +4,28 @@ Questions --------- -[1]_ The discharge in the timeseries output gives weird numbers (!E31) what is going wrong? +[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? - Answers ------- -.. [1] The 1E31 values indicate missing values. This probably means that at least one +.. [1] *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 downstreams so any missing values upstreams of a discharge - will cause the discharge to evetually become a missing value. To resolve this check the following: + 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: - - Check if the .tbl files are correct ( do that cover all va;ues in the landuse soil and subcatchment maps) + - Check if the .tbl files are correct ( do that cover all values in the landuse soil and subcatchment maps) - check for missing values in the input maps - check of model parameters are within the working range - check all maps in the runId/outsum directory so see at which stage the missing values starts -.. [2] First read the section on :ref:`Setting-up a-new-model`. Next check one of the supplied example models \ No newline at end of file +.. [2] *How do a setup a wflow model?* + First read the section on :ref:`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]_