PLTSUB GRID.UPI: Difference between revisions
From BAWiki
imported>BAWiki 3 (Created page with '{{FileDescription |name_de=PLTSUB_GRID.UPI |filetype=pltsub_grid.upi |version=1.x / February 2010 |version_descr=February 2010 |significance=contains plot grid data for the nu…') |
imported>Lang Guenther (CREATE_SIMPLE_UNTRIM2_GRID added) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|filetype=pltsub_grid.upi | |filetype=pltsub_grid.upi | ||
|version=1.x / February 2010 | |version=1.x / February 2010 | ||
|version_descr= | |version_descr=January 2011 | ||
|significance=contains plot grid data for the numerical model | |significance=contains plot grid data for the numerical model UNTRIM2 | ||
|filecontents= | |filecontents= | ||
# static informations: | # static informations: | ||
Line 19: | Line 19: | ||
#:::* local (plot) subpolygon number (informative), | #:::* local (plot) subpolygon number (informative), | ||
#:::* number of subvertices for plotting purposes within (plot) subpolygon, | #:::* number of subvertices for plotting purposes within (plot) subpolygon, | ||
#:::* pointer to subpolygon class of polygon (local class index for (computational) polygon), and | #:::* pointer to subpolygon depth class of polygon (local depth class index for (computational) polygon, see also [[UTRSUB_GRID.DAT#File-Contents (in Catchwords)|subpolygon depth class data]] in [[UTRSUB_GRID.DAT|utrsub_grid.dat]]), and | ||
#:::* list of x- and y-coordinates for (plot) subpolygon. | #:::* list of x- and y-coordinates for (plot) subpolygon. | ||
#* edge data (for each edge with flow of the computational grid): | #* edge data (for each edge with flow of the computational grid): | ||
Line 26: | Line 26: | ||
#::* subedge data for plotting purposes (for all plot subedges of an edge): | #::* subedge data for plotting purposes (for all plot subedges of an edge): | ||
#:::* local (plot) subedge number (informative), | #:::* local (plot) subedge number (informative), | ||
#:::* pointer to subedge class of edge (local class index for (computational) edge), and | #:::* pointer to subedge depth class of edge (local depth class index for (computational) edge,, see also [[UTRSUB_GRID.DAT#File-Contents (in Catchwords)|subedge depth class data]] in [[UTRSUB_GRID.DAT|utrsub_grid.dat]]), and | ||
#:::* list of x- and y-coordinates for start and end point of (plot) subedge. | #:::* list of x- and y-coordinates for start and end point of (plot) subedge. | ||
|nutzerprogramme= | |nutzerprogramme= | ||
[[GRIDCONVERT]], [[UTRPRE]] | [[CREATE_SIMPLE_UNTRIM2_GRID]], [[GRIDCONVERT]], SGHVIEW2D, [[UTRPRE]] | ||
|language=Fortran90 | |language=Fortran90 | ||
|fileform=FORMATTED | |fileform=FORMATTED | ||
|fileaccess=SEQUENTIAL | |fileaccess=SEQUENTIAL (DELIM=QUOTE) | ||
|fileextension=. | |fileextension=.upi | ||
|writemodules=mod_p_h_grid_ui.f90 (User-Interface). | |writemodules=mod_p_h_grid_ui.f90 (User-Interface). | ||
|readmodules=mod_p_h_grid_ui.f90 (User-Interface). | |readmodules=mod_p_h_grid_ui.f90 (User-Interface). |
Latest revision as of 15:00, 24 January 2014
Basic Information
File-Type
pltsub_grid.upi
File-Form
FORMATTED
Version
1.x / February 2010
Description-Date
January 2011
Significance of the File
contains plot grid data for the numerical model UNTRIM2
File-Contents (in Catchwords)
- static informations:
- number of polygons in the computational grid,
- number of edges (with flow) in the computational grid,
- number of subpolygons for plotting purposes,
- number of subedges for plotting purposes, and
- number of subvertices for plotting purposes.
- dynamic data:
- polygon data (for each polygon of the computational grid):
- polygon number (informative),
- number of subpolygons for plotting purposes within polygon, and
- subpolygon data for plotting purposes (for all plot subpolygons of a polygon):
- local (plot) subpolygon number (informative),
- number of subvertices for plotting purposes within (plot) subpolygon,
- pointer to subpolygon depth class of polygon (local depth class index for (computational) polygon, see also subpolygon depth class data in utrsub_grid.dat), and
- list of x- and y-coordinates for (plot) subpolygon.
- edge data (for each edge with flow of the computational grid):
- edge number (informative),
- number of subedges for plotting purposes at edge, and
- subedge data for plotting purposes (for all plot subedges of an edge):
- local (plot) subedge number (informative),
- pointer to subedge depth class of edge (local depth class index for (computational) edge,, see also subedge depth class data in utrsub_grid.dat), and
- list of x- and y-coordinates for start and end point of (plot) subedge.
Programs using this Type of File
CREATE_SIMPLE_UNTRIM2_GRID, GRIDCONVERT, SGHVIEW2D, UTRPRE
Example-File
see $PROGHOME/examples/prg/gridconvert/data/sub/
back to: File Descriptions