Difference between revisions of "Check Files 2d zpt"
(4 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
| 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. | + | | Type||The type of point - in TUFLOW the topography is defined by the elevations at the cell centres, mid-sides and cell corners. The types are:<br> |
− | |||
− | |||
− | The types are:<br> | ||
* '''C''' The ZC - the cell centre | * '''C''' The ZC - the cell centre | ||
* '''U''' The ZU - the mid-side to the right of the cell | * '''U''' The ZU - the mid-side to the right of the cell | ||
* '''V''' The ZV - the mid-side to the top of the cell | * '''V''' The ZV - the mid-side to the top of the cell | ||
* '''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 | ||
+ | |||
+ | Please refer to the <u>[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]</u> for more detailed description of these.<br> | ||
|- | |- | ||
| Elevation||The elevation within the cell. | | Elevation||The elevation within the cell. | ||
Line 28: | Line 27: | ||
|} | |} | ||
:'''Example of _zpt_check attribute table:''' | :'''Example of _zpt_check attribute table:''' | ||
− | :[[File:]] | + | :[[File:2d_zpt_Reg_attribute_table_01.png]] |
Line 46: | Line 45: | ||
| 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. 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. | + | | 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):''' | ||
− | :[[File:]] | + | :[[File:2d_zpt_SGS_attribute_table_01.png]] |
Line 62: | Line 62: | ||
|} | |} | ||
:'''Example of _zpt_check attribute table (using Quadtree):''' | :'''Example of _zpt_check attribute table (using Quadtree):''' | ||
− | :[[File:]] | + | :[[File:2d_zpt_Quad_attribute_table_01.png]] |
+ | <br> | ||
== Features == | == Features == |
Latest revision as of 09:42, 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. The types are:
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. |
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. |
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. |
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 |