TUFLOW crashing: Difference between revisions

Content deleted Content added
Line 32:
Crash at the start of the model might be connected to an erroneous input data or an error in the control files. It might be captured as standard TUFLOW error or as a Fortran compiler error leaving messages only in the console window.<br>
'''Suggestions:'''
* Insert "pause" at the end of the batch file and remove any -b and/or -t switch to keep the console window open, or let the console window be written to a text file, e.g. “TUFLOW.exe my_model.tcf > dump.txt”. This will redirect console output massages as well as the standard error stream to the “dump.log” file, and it will likely record more error information than the usual TUFLOW log file.
* let the console window be written to a text file, e.g. “TUFLOW.exe my_model.tcf > dump.txt”. This will redirect console output massages as well as the standard error stream to the “dump.log” file, and likely it will record more error information than the usual TUFLOW log file.
* The control file/GIS layer written just above the error should be the cause of the issue. Check the file/GIS layer for any unusual setup.
If multiple large models are initialising at the same time, this could cause a memory overload and stop the simulations.<br>