Difference between revisions of "Check Files 2d zpt"
Line 10: | Line 10: | ||
! style="background-color:#005581; font-weight:bold; color:white;" width=75%| Attribute Description | ! style="background-color:#005581; font-weight:bold; color:white;" width=75%| Attribute Description | ||
|- | |- | ||
− | | n||Row number in the TUFLOW domain | + | | n||Row number in the TUFLOW domain. |
|- | |- | ||
− | | m||Column number in the TUFLOW domain | + | | m||Column number in the TUFLOW domain. |
|- | |- | ||
| Type||The type of point - in TUFLOW the topography is defined by the elevations at the cell centres, mid-sides and cell corners.<br> | | Type||The type of point - in TUFLOW the topography is defined by the elevations at the cell centres, mid-sides and cell corners.<br> | ||
Line 23: | Line 23: | ||
* '''H''' The ZH - the cell corner to the top right hand corner of the cell | * '''H''' The ZH - the cell corner to the top right hand corner of the cell | ||
|- | |- | ||
− | | Elevation | + | | Elevation||The 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. | | 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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
:'''Example of _zpt_check attribute table:''' | :'''Example of _zpt_check attribute table:''' | ||
Line 48: | Line 36: | ||
! style="background-color:#005581; font-weight:bold; color:white;" width=75%| Attribute Description | ! style="background-color:#005581; font-weight:bold; color:white;" width=75%| Attribute Description | ||
|- | |- | ||
− | | | + | | Zmin||The minimum elevation within the cell. |
|- | |- | ||
− | | | + | | ZExact||The elevation at the exact location of the cell centre (type '''C'''), face mid-point (type '''U''' or '''V'''), or cell corner (type '''H'''). |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
| ZAvg||The average (mean) elevation of the sampled values. | | ZAvg||The average (mean) elevation of the sampled values. | ||
Line 75: | Line 46: | ||
| ZMax||The maximum elevation, i.e. the elevation at which the cell area or cell face flow width is fully wet. | | ZMax||The maximum elevation, i.e. the elevation at which the cell area or cell face flow width is fully wet. | ||
|- | |- | ||
− | | ZOut|| The elevation used for the SGS Depth Output. | + | | ZOut|| The elevation used for the SGS depth output. This is set using the TCF command <tt><font color="blue">SGS Depth Output</font><font color="red"> ==</font></tt>. Please refer to the <u>[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]</u> for more information on this command. |
|} | |} | ||
:'''Example of _zpt_check attribute table (using SGS):''' | :'''Example of _zpt_check attribute table (using SGS):''' | ||
Line 86: | Line 57: | ||
! style="background-color:#005581; font-weight:bold; color:white;" width=75%| Attribute Description | ! style="background-color:#005581; font-weight:bold; color:white;" width=75%| Attribute Description | ||
|- | |- | ||
− | | | + | | qpc_id||The quadtree cell ID. |
|- | |- | ||
− | | | + | | dx||The size of the cell. This value is dependent on the base cell size and the quadtree nesting level. For example, for a base cell size of 5m and nesting level 2, the dx attribute would be 2.5m. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|} | |} | ||
:'''Example of _zpt_check attribute table (using Quadtree):''' | :'''Example of _zpt_check attribute table (using Quadtree):''' | ||
:[[File:]] | :[[File:]] | ||
− | |||
== Features == | == Features == |
Revision as of 09:03, 28 October 2024
Introduction
This GIS check file contains information on the final 2D elevations in the TUFLOW model (2D Zpts). This final elevation is after all elevation commands (TIN, Grid, breakline etc.) have been read into the model. These are the elevations that are used in the computation. This check files allows you to see the elevations at any point and can therefore be used for cross-checking that the elevations have been interpolate correctly.
This check file can be very large and not necessarily easy to visualise, the DEM_Z check file contains a raster version of the elevations and is nicer for visualisation (in particular when looking at the entire model or large sections of the model). The _zpt_check file is more suited to viewing the values at individual zpts.
Attributes of _zpt_check
General Attributes
Attribute Name | Attribute Description |
---|---|
n | Row number in the TUFLOW domain. |
m | Column number in the TUFLOW domain. |
Type | The type of point - in TUFLOW the topography is defined by the elevations at the cell centres, mid-sides and cell corners. Please refer to the TUFLOW Manual for more detailed description of these.
|
Elevation | The 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. |
- Example of _zpt_check attribute table:
- [[File:]]
SGS Specific Attributes
Attribute Name | Attribute Description |
---|---|
Zmin | The minimum elevation within the cell. |
ZExact | The elevation at the exact location of the cell centre (type C), face mid-point (type U or V), or cell corner (type H). |
ZAvg | The average (mean) elevation of the sampled values. |
ZMed | The median elevation of the sampled values. |
ZMax | The maximum elevation, i.e. the elevation at which the cell area or cell face flow width is fully wet. |
ZOut | The elevation used for the SGS depth output. This is set using the TCF command SGS Depth Output ==. Please refer to the TUFLOW Manual for more information on this command. |
- Example of _zpt_check attribute table (using SGS):
- [[File:]]
Quadtree Specific Attributes
Attribute Name | Attribute Description |
---|---|
qpc_id | The quadtree cell ID. |
dx | The size of the cell. This value is dependent on the base cell size and the quadtree nesting level. For example, for a base cell size of 5m and nesting level 2, the dx attribute would be 2.5m. |
- Example of _zpt_check attribute table (using Quadtree):
- [[File:]]
Features
In the image below the TUFLOW model grid is shown with the 2d_zpt check file labelled by the Type attribute.
In the image below the TUFLOW model grid is shown with the 2d_zpt check file labelled by the Elevation attribute.
Up |
---|
TUFLOW Check Files |