Actions

TOUTR: Difference between revisions

From BAWiki

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…')
 
imported>BAWiki 2
No edit summary
Line 10: Line 10:
# program steering file (filetype [[TOUTR.DAT|toutr.dat]])
# program steering file (filetype [[TOUTR.DAT|toutr.dat]])
# finite element grid (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]])
# finite element grid (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]])
# 2D finite difference grid of hydro-numerical method [http://www.baw.de/downloads/wasserbau/mathematische_verfahren/pdf/trim2d1.pdf Trim-2D]  (filetype [[TR2.TOPO.BIN|tr2.topo.bin]])  
# 2D finite difference grid of hydro-numerical method [http://www.baw.de/downloads/wasserbau/mathematische_verfahren/programmkennbl_de/pdf/trim2d1.pdf Trim-2D]  (filetype [[TR2.TOPO.BIN|tr2.topo.bin]])  
|outputfiles=
|outputfiles=
# Untrim gridfile (filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])
# Untrim gridfile (filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])
Line 17: Line 17:
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|toutr.dat]]) Four steps are to be done to generate an Untrim gridfile out of a gridfile of any type:
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|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;
* 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 [http://www.baw.de/downloads/wasserbau/mathematische_verfahren/pdf/unigrid.pdf "Unigrid"] );
* 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 [http://www.baw.de/downloads/wasserbau/mathematische_verfahren/programmkennbl_de/pdf/unigrid.pdf "Unigrid"] );
* Store unspecific grid data in Untrim grid data structure;
* Store unspecific grid data in Untrim grid data structure;
* Write Untrim type-specific grid data to file (filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])  
* Write Untrim type-specific grid data to file (filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])  
Line 26: Line 26:
|contact_original=[mailto:jens.juerges@baw.de J. Jürges]
|contact_original=[mailto:jens.juerges@baw.de J. Jürges]
|contact_maintenance=[mailto:jens.juerges@baw.de J. Jürges]
|contact_maintenance=[mailto:jens.juerges@baw.de J. Jürges]
|documentation=* PDF [http://www.baw.de/downloads/wasserbau/mathematische_verfahren/pdf/unigrid.pdf "Unigrid"]  with information about the universal grid data structure
|documentation=* PDF [http://www.baw.de/downloads/wasserbau/mathematische_verfahren/programmkennbl_de/pdf/unigrid.pdf "Unigrid"]  with information about the universal grid data structure
* $PROGHOME/examples/toUtr  
* $PROGHOME/examples/toUtr  
}}
}}

Revision as of 14:20, 27 May 2010

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