UTRSUB GRID.DAT: Difference between revisions
From BAWiki
imported>Lang Guenther m (HVIEW2D durch SGHVIEW2D ersetzt / Link UNTRIM2) |
imported>Lang Guenther (improved description -> use of "depth classes") |
||
Line 3: | Line 3: | ||
|filetype=utrsub_grid.dat | |filetype=utrsub_grid.dat | ||
|version=1.x / September 2010 | |version=1.x / September 2010 | ||
|version_descr= | |version_descr=January 2011 | ||
|significance=contains grid data for the numerical model UnTRIM2 (with SubGrid data) | |significance=contains grid data for the numerical model UnTRIM2 (with SubGrid data) | ||
|filecontents= | |filecontents= | ||
Line 17: | Line 17: | ||
#* EPSG code for coordinate transformation (see [http://www.epsg-registry.org/ EPSG Geodetic Parameter Registry]); | #* EPSG code for coordinate transformation (see [http://www.epsg-registry.org/ EPSG Geodetic Parameter Registry]); | ||
#* informative text; | #* informative text; | ||
#* number of | #* number of subpolygon depth classes (larger or equal than number of polygons); | ||
#* number of | #* number of subedge depth classes (larger or equal than number of edges with flow). | ||
# '''dynamic data''': | # '''dynamic data''': | ||
#* '''vertex data''' (for each vertex): | #* '''vertex data''' (for each vertex): | ||
Line 35: | Line 35: | ||
#** second node of an edge, | #** second node of an edge, | ||
#** indices of adjacent polygons (0 indicates missing polygons - boundary edge). | #** indices of adjacent polygons (0 indicates missing polygons - boundary edge). | ||
#* '''subpolygon data''' (for each polygon): | #* '''subpolygon depth class data''' (for each polygon): | ||
#** polygon number (informative), | #** polygon number (informative), | ||
#** number of local | #** number of local subpolygon depth classes, | ||
#** areas for all local | #** areas for all local subpolygon depth classes (the sum of all sub areas must be less than or equal to the geometric polygon area), and | ||
#** depths for all local | #** depths for all local subpolygon depth classes. | ||
#* '''subedge data''' (for each edge): | #* '''subedge data''' (for each edge): | ||
#** edge number (informative), | #** edge number (informative), | ||
#** number of local | #** number of local subedge depth classes, | ||
#** lengths of all local | #** lengths of all local subedge depth classes (the sum of all sub lengths must be less than or equal to the geometric edge length), and | ||
#** depths for all local | #** depths for all local subedge depth classes. | ||
#: ''Remark'': the maximum subedge depth of an edge may not be larger than the maximum subpolygon depth from the adjacent polygons. | |||
|nutzerprogramme= | |nutzerprogramme= | ||
[[GRIDCONVERT]], SGHVIEW2D, [[UNTRIM2]], [[UTRPRE]], [[VVIEW2D]] | [[GRIDCONVERT]], SGHVIEW2D, [[UNTRIM2]], [[UTRPRE]], [[VVIEW2D]] |
Revision as of 09:22, 6 January 2011
Basic Information
File-Type
utrsub_grid.dat
File-Form
FORMATTED
Version
1.x / September 2010
Description-Date
January 2011
Significance of the File
contains grid data for the numerical model UnTRIM2 (with SubGrid data)
File-Contents (in Catchwords)
- static informations:
- number of vertices;
- number of edges (geometric edges of a grid);
- number of polygons (geometric polygons of a grid);
- number of red polygons;
- number of polygons at open boundaries;
- number of internal edges;
- last edge number with Dirichlet boundary condition (number of edges with flow);
- mean geographic latitude;
- EPSG code for coordinate transformation (see EPSG Geodetic Parameter Registry);
- informative text;
- number of subpolygon depth classes (larger or equal than number of polygons);
- number of subedge depth classes (larger or equal than number of edges with flow).
- dynamic data:
- vertex data (for each vertex):
- vertex number (informative),
- x- and y-coordinate, and
- (optional) vertex depth.
- polygon data (for each polygon):
- polygon number (informative),
- number of vertices (and edges),
- x- and y-coordinate of the center (meaningful for the computational method),
- node indices (anti clockwise sorting), and
- edge indices (anti clockwise sorting).
- edge data (for each edge):
- edge number (informative),
- first node of an edge,
- second node of an edge,
- indices of adjacent polygons (0 indicates missing polygons - boundary edge).
- subpolygon depth class data (for each polygon):
- polygon number (informative),
- number of local subpolygon depth classes,
- areas for all local subpolygon depth classes (the sum of all sub areas must be less than or equal to the geometric polygon area), and
- depths for all local subpolygon depth classes.
- subedge data (for each edge):
- edge number (informative),
- number of local subedge depth classes,
- lengths of all local subedge depth classes (the sum of all sub lengths must be less than or equal to the geometric edge length), and
- depths for all local subedge depth classes.
- Remark: the maximum subedge depth of an edge may not be larger than the maximum subpolygon depth from the adjacent polygons.
- vertex data (for each vertex):
Programs using this Type of File
GRIDCONVERT, SGHVIEW2D, UNTRIM2, UTRPRE, VVIEW2D
Example-File
see $PROGHOME/examples/lib/h_grid/
back to: File Descriptions