Difference between revisions of "Check Files 2d zpt"
(Created page with "To be created") |
|||
(13 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | == 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.<br> | ||
+ | <br> | ||
+ | This check file can be very large and not necessarily easy to visualise, the [[Check_Files_2d_DEM_Z | 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 === | ||
+ | {| 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. | ||
+ | |- | ||
+ | | 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> | ||
+ | * '''C''' The ZC - the cell centre | ||
+ | * '''U''' The ZU - the mid-side to the right 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 | ||
+ | |||
+ | 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. | ||
+ | |- | ||
+ | | 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:''' | ||
+ | :[[File:2d_zpt_Reg_attribute_table_01.png]] | ||
+ | |||
+ | |||
+ | === SGS Specific Attributes === | ||
+ | {| 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 | ||
+ | |- | ||
+ | | 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 <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):''' | ||
+ | :[[File:2d_zpt_SGS_attribute_table_01.png]] | ||
+ | |||
+ | |||
+ | === Quadtree Specific Attributes === | ||
+ | {| 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 | ||
+ | |- | ||
+ | | 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:2d_zpt_Quad_attribute_table_01.png]] | ||
+ | <br> | ||
+ | |||
+ | == Features == | ||
+ | In the image below the TUFLOW model grid is shown with the 2d_zpt check file labelled by the '''Type''' attribute.<br> | ||
+ | <br> | ||
+ | [[File:Check Files 2d zpt 01.jpg|800px]] | ||
+ | <br> | ||
+ | <br> | ||
+ | In the image below the TUFLOW model grid is shown with the 2d_zpt check file labelled by the '''Elevation''' attribute.<br> | ||
+ | <br> | ||
+ | [[File:Check Files 2d zpt 02.jpg|800px]] | ||
+ | <br> | ||
+ | <br> | ||
+ | |||
+ | |||
+ | {{Tips Navigation | ||
+ | |uplink=[[TUFLOW_Check_Files | TUFLOW Check Files]] | ||
+ | }} |
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 |