Difference between revisions of "TUFLOW Message 0015"

From Tuflow
Jump to navigation Jump to search
Line 3: Line 3:
 
|alt_msg=NA
 
|alt_msg=NA
 
|type=[[ERROR]]
 
|type=[[ERROR]]
|message_desc=Variable "a" not defined.
+
|message_desc=Variables can be defined by the <font color="blue"><tt>Set Variable </tt></font> command. For example, in the case below a variable “2D_CELL_SIZE” is used to set the 2D cell size of the model under different model scenarios.<br>
 +
In the .tcf file: <br>
 +
<font color="blue"><tt>If Scenario </tt></font> <font color="red"><tt>==</tt></font> 2m<br>
 +
:<font color="blue"><tt>Set Variable </tt></font> 2D_CELL_SIZE <font color="red"><tt>==</tt></font> 2<br>
 +
<font color="blue"><tt>If Scenario </tt></font> <font color="red"><tt>==</tt></font> 5m<br>
 +
:<font color="blue"><tt>  Set Variable </tt></font> 2D_CELL_SIZE <font color="red"><tt>==</tt></font> 5<br>
 +
<font color="blue"><tt>End If </tt></font><br><br>
 +
 
 +
In the .tgc file: <br>
 +
<font color="blue"><tt>Cell Size </tt></font> <font color="red"><tt>==</tt></font> <<2D_CELL_SIZE>><br><br>
 +
 
 +
This error indicates the variable "a" is not defined before it is used.
 
|suggestions=Check to ensure variable "a" is defined.
 
|suggestions=Check to ensure variable "a" is defined.
 
|discussion_page=* [[Talk:TUFLOW Message 0015|Discuss Message 0015]]
 
|discussion_page=* [[Talk:TUFLOW Message 0015|Discuss Message 0015]]

Revision as of 12:13, 2 January 2019

TUFLOW Message
ERROR 0015 - Variable "a" not defined.

Alternate Message
NA

Message Type
ERROR

Description
Variables can be defined by the Set Variable command. For example, in the case below a variable “2D_CELL_SIZE” is used to set the 2D cell size of the model under different model scenarios.
In the .tcf file:
If Scenario == 2m

Set Variable 2D_CELL_SIZE == 2

If Scenario == 5m

Set Variable 2D_CELL_SIZE == 5

End If

In the .tgc file:
Cell Size == <<2D_CELL_SIZE>>

This error indicates the variable "a" is not defined before it is used.

Suggestions
Check to ensure variable "a" is defined.


Up
Go-up.png 0xxx Messages