TOUTR
From BAWiki
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
- program steering file (filetype toutr.dat)
- finite element grid (filetype gitter05.dat/bin)
- 2D finite difference grid of hydro-numerical method Trim-2D (filetype tr2.topo.bin)
Output-Files
- Untrim gridfile (filetype untrim_grid.dat)
- 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
Additional Information
Language
Fortran90
Additional software
-
Original Version
Maintenance
Documentation/Literature
- PDF "Unigrid" with information about the universal grid data structure
- $PROGHOME/examples/toUtr
back to Program Descriptions