Difference between revisions of "TUFLOW Message 5060"

From Tuflow
Jump to navigation Jump to search
(Created page with "{{TUFLOW_Message |tuflow_message=ERROR 5060 - treatment line missing "==" after "<name>". Line "<no>" |alt_msg=NA |type=ERROR |message_desc=In the TUFLOW CATCH control fil...")
 
 
Line 4: Line 4:
 
|type=[[ERROR]]
 
|type=[[ERROR]]
 
|message_desc=In the TUFLOW CATCH control file (.tcc), "<tt><font color="red">==</font></tt>" is missing after the treatment parameter "<name>".  
 
|message_desc=In the TUFLOW CATCH control file (.tcc), "<tt><font color="red">==</font></tt>" is missing after the treatment parameter "<name>".  
|suggestions=Ensure each treatment parameter is defined using "<tt><font color="red">==</font></tt>". For example, " <tt><font color="blue">Method</font>=Shear1</tt> " should be changed to " <tt><font color="blue">Method</font><font color="red">==</font>Shear1</tt> ".
+
|suggestions=Ensure each treatment parameter is defined using "<tt><font color="red">==</font></tt>". For example, " <tt><font color="blue">Method</font> = Eqn</tt> " should be changed to " <tt><font color="blue">Method</font><font color="red"> == </font>Eqn</tt> ".
  
 
|uplink=[[5xxx_TUFLOW_Messages|5xxx Messages]]
 
|uplink=[[5xxx_TUFLOW_Messages|5xxx Messages]]
 
}}
 
}}

Latest revision as of 11:22, 14 April 2025

TUFLOW Message
ERROR 5060 - treatment line missing "==" after "<name>". Line "<no>"

Alternate Message
NA

Message Type
ERROR

Description
In the TUFLOW CATCH control file (.tcc), "==" is missing after the treatment parameter "<name>".

Suggestions
Ensure each treatment parameter is defined using "==". For example, " Method = Eqn " should be changed to " Method == Eqn ".


Up
Go-up.png 5xxx Messages