Tutorial Troubleshooting QGIS

From Tuflow
Jump to navigation Jump to search

Introduction

This troubleshooting page contains common errors and steps to follow when investigating models.

Common Errors

Unsaved Control Files

When changes are made in the control files and the files are not saved, errors occur.

  1. Check all simulation control files and batch files are saved (Notepad Saved Icon.png). A red icon indicates that there are unsaved changes in the file:

    Troubleshooting CommonErrors 01.png

  2. Use the 'Save All' tool to save all unsaved control files:

    Animation Troubleshooting CommonErrors 12.gif

Unsaved GIS Layers

When changes are made in GIS layers and the layers are not saved, errors occur.

  1. Check all GIS input layers are saved. If the 'Save Layer Edits' icon is available (QGIS UnsavedEdits.png), there are unsaved edits in the layer.
  2. A pencil icon on the layer (QGIS ToggleEditing.png) indicates that the layer is still editable and may contain unsaved edits. It is recommended to always turn off editing for all input layers.

    Animation Troubleshooting CommonErrors 02a.gif

TUFLOW Syntax Rules

Control files use a double equal sign (==). When a single equal sign is used, the simulation stops with and error at the end of the .tlf file:

    Troubleshooting CommonErrors 15.png


Typos in Control Files

Typos in control files are common, with the majority resulting in a 'does not exist' pop up message:

    Troubleshooting CommonErrors 03.png


To fix the reference:

  1. The file that cannot by found is M02_01.tgc. Go to the folder where the file should be (in this example the TUFLOW\model folder).
  2. The file referenced should be M02_001.tgc.
  3. Update the reference in the TCF and confirm the file can now be found by right clicking on the file and selecting open.

    Animation Troubleshooting CommonErrors 04.gif

Typos in Input Layers

Typos in input layers are common, resulting in a 'does not exist' pop up message:

    Troubleshooting CommonErrors 13.png


To fix the reference:

  1. The layer that cannot by found is 1d_nwk_M03_culverts_001_L.shp. Go to the folder where the file should be (in this example the TUFLOW\model\gis folder).
  2. The layer has a spelling mistake 'culvrts'.
  3. In QGIS use the 'Increment Selected Layer' tool to save the file with the correct name.
    Note: The tool automatically increments a number if it is at the end of the file name.

    Animation Troubleshooting CommonErrors 14.gif


Troubleshooting Steps

DOS Window Flashes and Disappears

When a batch file has been clicked and a DOS window flashes up and disappears:

  1. Check the location of the TUFLOW executable. Right click on the .exe from the batch file and ensure that the executable can be found and open.
  2. Check the location of the TCF. Right click on the TCF from the batch file and ensure that the file can be found and open.
  3. If using environment variable 'set exe', confirm there are no spaces surrounding the equals sign (e.g. set exe="..\..\..\..\exe\2020-10-AD\TUFLOW_iSP_w64.exe").
  4. Check where the model and executable are located. We recommend to not use the C drive or an external hard drive.
  5. Batch files do not currently support UNC paths. The folder with the executable has to be opened with a mapped drive. Type "net use <drive>: \\server_name\share_name" in the command line to map desired drive.
  6. Write 'pause' at the end of the script. Re-run the batch file and the DOS window remains, giving some more information. In the below example, the file path to the TUFLOW exe is incorrect:

    Animation Troubleshooting CommonErrors 05a.gif

_ TUFLOW Simulations (*.log)

The log file contains brief overview of the simulation:

  1. Navigate to the TUFLOW\runs folder and open the _ TUFLOW Simulations.log in a text editor.
  2. Confirm if the simulation has 'Started' and 'Finished' line.
  3. If there is no log file, see here.

TUFLOW Log File (*.tlf)

Open the TUFLOW log file (*.tlf) and confirm at the bottom of the file, that the model run finished successfully by observing "Simulation FINISHED". If the simulation has not finished:

  1. Scroll to the bottom of the TLF, work from the bottom up to review any error, check or warning messages. If no error messages appear and the last line shows 'Sending initialisation data to HPC...' see HPC TUFLOW Log File.
  2. Review the Error number, open the link provided in a web browser and read through the description and suggestions:

    Animation Troubleshooting CommonErrors 07a.gif

  3. Open the workspace in QGIS from the TUFLOW\runs\log folder.
  4. Click 'Apply TUFLOW Styling'.
  5. Zoom in to the location of any error messages, turn on labelling to view the error.

    Animation Troubleshooting CommonErrors 08a.gif

HPC TUFLOW Log File (*hpc.tlf)

If there is no error message in the .tlf and the last lines in .hpc.tlf shows:

    Troubleshooting CommonErrors 11.png

  1. The model is set up to run on GPU and there is no GPU available, or
  2. The GPU needs a driver update, for more information see Update GPU Driver.


Conclusion

If the above tips do not assist in fixing the error, email support@tuflow.com.


Up
Go-up.png Back to Tutorial Introduction Main Page