Check Files 2d ad check: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
Created page with "This pages contains information on the attributes of the _ad_check file." |
No edit summary |
||
| Line 1: | Line 1: | ||
This pages contains information on the attributes of the _ad_check file. |
This pages contains information on the attributes of the _ad_check file. |
||
'''Attributes of _ad_check'''<br> |
|||
{| align="center" class="wikitable" width="75%" |
|||
! style="background-color:#005581; font-weight:bold; color:white;"| Attribute Name |
|||
! style="background-color:#005581; font-weight:bold; color:white;" width=75%| Attribute Description |
|||
|- |
|||
| n|| Row number in the TUFLOW domain. |
|||
|- |
|||
| m|| Column number in the TUFLOW domain. |
|||
|- |
|||
| Code|| The cell code status. This is 1 for active cells and -1 for null cells that are included in the mesh. Refer to the <u>[https://downloads.tuflow.com/TUFLOW/Releases/Latest/TUFLOW%20Manual.pdf TUFLOW Manual]</u> for more information on the cell codes. |
|||
|- |
|||
| ZC|| The minimum elevation within the cell. |
|||
|- |
|||
| Domain_Index||The index of the model domain. This is the order with <tt><font color="blue">Start 2D Domain</font><font color="red"> == </font><Domain Name></tt> commands appears in the TCF control file. For a single domain model this will be 1. |
|||
|- |
|||
| IC_<num>|| The initial concentration for tracer <num>. I.e. 'IC_1' would be the attribute name for tracer 1, 'IC_2' for tracer 2, etc. |
|||
|} |
|||
<br> |
|||
{{Tips Navigation |
|||
|uplink=[[TUFLOW_Check_Files | TUFLOW Check Files]] |
|||
}} |
|||
Revision as of 11:57, 5 August 2024
This pages contains information on the attributes of the _ad_check file.
Attributes of _ad_check
| Attribute Name | Attribute Description |
|---|---|
| n | Row number in the TUFLOW domain. |
| m | Column number in the TUFLOW domain. |
| Code | The cell code status. This is 1 for active cells and -1 for null cells that are included in the mesh. Refer to the TUFLOW Manual for more information on the cell codes. |
| ZC | The minimum elevation within the cell. |
| Domain_Index | The index of the model domain. This is the order with Start 2D Domain == <Domain Name> commands appears in the TCF control file. For a single domain model this will be 1. |
| IC_<num> | The initial concentration for tracer <num>. I.e. 'IC_1' would be the attribute name for tracer 1, 'IC_2' for tracer 2, etc. |
| Up |
|---|