Difference between revisions of "TUFLOW Message 0060"

From Tuflow
Jump to navigation Jump to search
(Created page with "{{TUFLOW_Message |tuflow_message=ERROR 0060 - Command line is missing "=="<br> Problematic Line: <line> |alt_msg=WARNING 0060 - Command line is missing "=="<br> Problematic Li...")
 
Line 28: Line 28:
 
OUTPUT FILE NONE
 
OUTPUT FILE NONE
 
</pre>
 
</pre>
 +
If you have fixed all the double equal but are still getting this error, please also check remove Byte Order Mark from control files.<br>
 
If unsure about why you receiving this message please contact <font color="blue"><u>support@tuflow.com</u></font> and attach the log file and control file inputs.
 
If unsure about why you receiving this message please contact <font color="blue"><u>support@tuflow.com</u></font> and attach the log file and control file inputs.
 
|discussion_page=* [[Talk:TUFLOW Message 0013|Discuss Message 0013]]
 
|discussion_page=* [[Talk:TUFLOW Message 0013|Discuss Message 0013]]

Revision as of 11:21, 13 August 2018

TUFLOW Message
ERROR 0060 - Command line is missing "=="
Problematic Line: <line>

Alternate Message
WARNING 0060 - Command line is missing "=="
Problematic Line: <line>

Message Type
ERROR
WARNING

Description
The 2016 version of TUFLOW is more rigorous in checking that each line in the control files contains a valid command (comments and blank lines are excluded). This checking provides a more meaningful error if the control file command is missing the double equal. For example if "If Scenario = 5m" (note single =) is used instead of "If Scenario == 5m"

To revert back to the previous command line processing the .tcf command below can be used: Command Line Processing == Pre 2016
The Pre 2016 method for processing lines is also used if the "Defaults == Pre 2016" is set in the .tcf.

Suggestions
Ensure that the TUFLOW command line listed above is valid and contains the == operator.
Valid commands that do not have the == operator are listed below:

ELSE
END 1D DOMAIN
END 2D DOMAIN
END DEFINE
END IF
INTERPOLATE Z___ (e.g. Interpolate ZUVH All)
START 1D DOMAIN
STOP
ESTRY CONTROL FILE AUTO
WRITE CHECK FILE ALL
WRITE CHECK FILE NONE
OUTPUT FILE ALL
OUTPUT FILE NONE

If you have fixed all the double equal but are still getting this error, please also check remove Byte Order Mark from control files.
If unsure about why you receiving this message please contact support@tuflow.com and attach the log file and control file inputs.


Up
Go-up.png 0xxx Messages