TUFLOW Message 0015: Difference between revisions
Content deleted Content added
Created page with "{{TUFLOW_Message |tuflow_message=ERROR 0015 - Variable "2D_TIMESTEP" not defined. |alt_msg=NA |type=ERROR |message_desc=Variable "2D_TIMESTEP" not defined. |suggestions=Ch..." |
No edit summary |
||
| (6 intermediate revisions by 3 users not shown) | |||
Line 1:
{{TUFLOW_Message
|tuflow_message=ERROR 0015 - Variable "
|alt_msg=NA
|type=[[ERROR]]
|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>
|suggestions=Check to ensure "2D_TIMESTEP" is defined.▼
<font color="blue"><tt>If Scenario </tt></font> <font color="red"><tt>== </tt></font><font color="black"><tt>2m</tt></font><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><font color="black"><tt> 5m</tt></font><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.
<br>
|uplink=[[0xxx_TUFLOW_Messages|0xxx Messages]]
}}
| |||