Actions

TOUTR

From BAWiki

Revision as of 14:03, 27 May 2010 by imported>BAWiki 2 (Created page with '{{ProgramDescription |name_de=TOUTR |name=TOUTR |version=October 1999 |version_descr=April 2008 |catchwords=numerical model Untrim<br /> conversion of gridfile format |shortde…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Basic Information

Name of Program

TOUTR

Version-Date

October 1999

Description-Date

April 2008

Catchwords

numerical model Untrim
conversion of gridfile format

Short Description of Functionality

programm toUtr reads gridfiles of different formats and writes these grids onto new files in Untrim gridfile format.

Input-Files

  1. program steering file (filetype toutr.dat)
  2. finite element grid (filetype gitter05.dat/bin)
  3. 2D finite difference grid of hydro-numerical method Trim-2D (filetype tr2.topo.bin)

Output-Files

  1. Untrim gridfile (filetype untrim_grid.dat)
  2. informative printer file (filetype toUtr.sdr)

Methodology

first of all the program reads a dictionary file (filetype toUtr_dico.dat), which describes the principle structure of the program steering file. After this the program is able to read and evaluate the program steering file (filetype toutr.dat) Four steps are to be done to generate an Untrim gridfile out of a gridfile of any type:

  • Read input grid from file into a type-specific grid data structure;
  • Convert the type-specific grid data into a universal (unspecific) grid data structure (you will find more about this universal data structure in a portable document file "Unigrid" );
  • Store unspecific grid data in Untrim grid data structure;
  • Write Untrim type-specific grid data to file (filetype untrim_grid.dat)

Program(s) to run before this Program

FD2TRIM, JANET, TC2BAGGER, TR2GEOM, TRGITTER05, UPDA2D

Program(s) to run after this Program

UNTRIM

Additional Information

Language

Fortran90

Additional software

-

Original Version

J. Jürges

Maintenance

J. Jürges

Documentation/Literature

  • PDF "Unigrid" with information about the universal grid data structure
  • $PROGHOME/examples/toUtr

back to Program Descriptions


Overview