Actions

TRGITTER05: Difference between revisions

From BAWiki

imported>Spohr Susanne
mNo edit summary
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 13: Line 13:
visualizing and changing a Trim-2D grid.<br />  
visualizing and changing a Trim-2D grid.<br />  
the following functions are realized to [[TRGITTER05: visualization examples of a Trim-2D-grid|display a Trim-2D grid]]:  
the following functions are realized to [[TRGITTER05: visualization examples of a Trim-2D-grid|display a Trim-2D grid]]:  
#grid lines (different colours for dry and wet cell edges)  
#[[TRGITTER05: visualization examples of a Trim-2D-grid#grid lines|grid lines]] (different colours for dry and wet cell edges)  
#grid depth values (displaying depth values for u-, v- and zeta-points with different uniform or shade colours)  
#[[TRGITTER05: visualization examples of a Trim-2D-grid#depth numbers + grid lines|grid depth values]] (displaying depth values for u-, v- and zeta-points with different uniform or shade colours)  
#area shading (displaying all cells by filling these cells with shading colours)  
#[[TRGITTER05: visualization examples of a Trim-2D-grid#u- and v-depth edges|area shading]] (displaying all cells by filling these cells with shading colours)  
#depth isolines (displaying along cell edges)  
#[[TRGITTER05: visualization examples of a Trim-2D-grid#isolines + grid lines|depth isolines]] (displaying along cell edges)  
#grid borderline (displaying dry cell edges when lying nearby wet cells)  
#[[TRGITTER05: visualization examples of a Trim-2D-grid#grid border + grid lines|grid borderline]] (displaying dry cell edges when lying nearby wet cells)  
added functions:  
added functions:  
#displaying islands and other structures  
#displaying islands and other structures  
#displaying echo-sound data  
#displaying [[TRGITTER05: visualization examples of a Trim-2D-grid#echo-sound data + grid lines|echo-sound data]]
#GKS-editor  
#GKS-editor  
#automatic saving of created pictures (cgm- or gksm-format)  
#automatic saving of created pictures (cgm- or gksm-format)  
Line 51: Line 51:
|preprocessor= [[FD2TRIM]], [[POLWIND]], [[TC2TR2]], [[TR2REFRESH]]
|preprocessor= [[FD2TRIM]], [[POLWIND]], [[TC2TR2]], [[TR2REFRESH]]
|postprocessor=[[EDITOR]], [[TOUTR]], [[TR2VOR]]
|postprocessor=[[EDITOR]], [[TOUTR]], [[TR2VOR]]
|language=Fortran77
|language=Fortran90
|add_software=GKS (graphical kernel system)
|add_software=GKS (graphical kernel system)
|contact_original=[mailto:jens.juerges@baw.de J. Jürges]
|contact_original=J. Jürges
|contact_maintenance= [mailto:jens.juerges@baw.de J. Jürges]
|contact_maintenance= [mailto:pre.proghome@baw.de working group PRE]
|documentation=$PROGHOME/examples/trgitter05
|documentation=$PROGHOME/examples/trgitter05
}}
}}

Latest revision as of 14:48, 10 October 2022

Basic Information

Name of Program

TRGITTER05

Version-Date

April 1997

Description-Date

November 2003

Catchwords

preprocessor
finite difference method Trim-2D
display topography
change topography (not realized yet)
display boundary grid cells (not realized yet)
change boundary grid cells (not realized yet)

Short Description of Functionality

visualizing and changing a Trim-2D grid.
the following functions are realized to display a Trim-2D grid:

  1. grid lines (different colours for dry and wet cell edges)
  2. grid depth values (displaying depth values for u-, v- and zeta-points with different uniform or shade colours)
  3. area shading (displaying all cells by filling these cells with shading colours)
  4. depth isolines (displaying along cell edges)
  5. grid borderline (displaying dry cell edges when lying nearby wet cells)

added functions:

  1. displaying islands and other structures
  2. displaying echo-sound data
  3. GKS-editor
  4. automatic saving of created pictures (cgm- or gksm-format)

the following functions are highly desirable but not yet realized to change a Trim-2D grid:

  1. change single depth values for u-, v- or zeta-points
  2. change a group of depth values in an identical way
  3. change the dry/wet-code of cells
  4. change the whole number of cells in north-south- or/and east-west-direction

Input-Files

  1. general input data (file of type trgitter05.dat)
  2. Trim-2D grid (file of type tr2.topo.bin)
  3. layout (file of type layout.dat)
  4. colour table definitions file (file of type lights.dat)
  5. colours file (file of type colors.dat)
  6. definition of additional isolines for bathymetry (file of type isoerg.dat)
  7. (optional) definition of static frames (file of type frames.dat)
  8. (optional) structural lines (file of type insel.dat)
  9. (optional) echo-sound data (file of type geom.dat)
  10. (optional) company logo (file of type bawlogo.dat)
  11. (optional) stamp information (file of type stamp.dat)

For TRGITTER05 the following standard configuration files from the directory $PROGHOME/public/cfg/ are required:

  • GKS parameter file: gkssystem.computername.dat
  • definition of physical quantities and physical units: phydef.cfg.deen.dat and phydef.cfg.rest.dat

Output-Files

  1. graphical output to the screen
  2. plot metafiles (GKS, CGM, and others)
  3. informative printer file (file of type trgitter05.sdr)
  4. (optional) trace of program execution (file of type trgitter05.trc)

Methodology

-

Program(s) to run before this Program

FD2TRIM, POLWIND, TC2TR2, TR2REFRESH

Program(s) to run after this Program

EDITOR, TOUTR, TR2VOR

Additional Information

Language

Fortran90

Additional software

GKS (graphical kernel system)

Original Version

J. Jürges

Maintenance

working group PRE

Documentation/Literature

$PROGHOME/examples/trgitter05


back to Program Descriptions


Overview