TUFLOW Message 0015: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 5:
|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><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> 5m<br>