Actions

TR2ASCII

From BAWiki

Basic Information

Name of Program

TR2ASCII

Version-Date

August 1997

Description-Date

September 2022

Catchwords

postprocessor
finite difference method
data conversion
ascii data format
numerical model TRIM-2D

Short Description of Functionality

The program TR2ASCII is a postprocessor for the numerical model TRIM-2D. This program serves to convert the results stored in TRIM-2D result files (water level elevation, current velocity, salinity) into ASCII-format. The results are stored for the locations of the nodes where water level elevation is calculated (velocities are going to be interpolated). Whether a location is flooded or dry, this is also indicated in the ASCII output file. Data conversion can be restricted to nodes inside or outside a given polygon.

Input-Files

  1. general input data (filetype tr2ascii.dat)
  2. bathymetry and index-arrays (filetype tr2.topo.bin.ind)
  3. model results (filetype tr2.result)
  4. (optional) surrounding polygon (Dateityp poly.dat)

Output-Files

  1. converted results (file of type outascii.dat)
  2. informative printer file (filetype tr2ascii.sdr)
  3. (optional) trace of program execution (filetype tr2ascii.trc)

Methodology

No further information.

Program(s) to run before this Program

TRIM-2D

Program(s) to run after this Program

Look at the results using an editor.

Additional Information

Language

Fortran90

Additional software

-

Original Version

G. Lang

Maintenance

Working group POS

Documentation/Literature

$PROGHOME/examples/tr2ascii/


back to Program Descriptions


Overview