Difference between revisions of "Check Files 2d PO"

From Tuflow
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This file contains the locations and output types for the 2D plot output objects in the model. If using MapInfo the file may contain both point and line objects. If using the shapefile format the points and lines will be in two separate files (po_check_P and po_check_L respectively).
+
This file contains the locations and output types for the 2D plot output (2d_po) objects in the model. If using GeoPackage (.gpkg) or MapInfo (.mif) the file may contain both point, line and region objects. If using the shapefile format (.shp) the points, lines and regions will be in three separate files (_po_check_P, _po_check_L and _po_check_R respectively).
 
<br>
 
<br>
  
'''Attributes of po_check'''<br>
+
'''Attributes of _po_check'''<br>
 
{| align="center" class="wikitable" width="75%"
 
{| 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;"| Attribute Name
 
! 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
 
|-
 
|-
| Type||The output types for the plot output object.
+
| Type||The output types for the plot output object. E.g. "h" for water level, "v" for velocity, "q" for vector flow, etc.<br> Refer to the <u>[https://docs.tuflow.com/classic-hpc/manual/latest/ TUFLOW Manual]</u> for a list of all the available output types.  
 
|-
 
|-
| Label||The label of the plot output object. This will be the label for the point in the output .csv files for the simualtion.
+
| Label||The label of the plot output object. This label is defined in the input 2d_po GIS layer. It will also be the label for the plot output in the output .csv files for the simulation.
 
|-
 
|-
| Comment||The optional comment attribute for the plot output object. This is not used computationally.
+
| Comment||The optional comment attribute for the plot output object. This is not used computationally.
 
|}
 
|}
 +
 +
 +
{{Tips Navigation
 +
|uplink=[[TUFLOW_Check_Files | TUFLOW Check Files]]
 +
}}

Latest revision as of 10:02, 6 August 2025

This file contains the locations and output types for the 2D plot output (2d_po) objects in the model. If using GeoPackage (.gpkg) or MapInfo (.mif) the file may contain both point, line and region objects. If using the shapefile format (.shp) the points, lines and regions will be in three separate files (_po_check_P, _po_check_L and _po_check_R respectively).

Attributes of _po_check

Attribute Name Attribute Description
Type The output types for the plot output object. E.g. "h" for water level, "v" for velocity, "q" for vector flow, etc.
Refer to the TUFLOW Manual for a list of all the available output types.
Label The label of the plot output object. This label is defined in the input 2d_po GIS layer. It will also be the label for the plot output in the output .csv files for the simulation.
Comment The optional comment attribute for the plot output object. This is not used computationally.


Up
Go-up.png TUFLOW Check Files