Actions

TR2LQ2: Difference between revisions

From BAWiki

mNo edit summary
mNo edit summary
 
Line 2: Line 2:
|name_de=TR2LQ2
|name_de=TR2LQ2
|name=TR2LQ2
|name=TR2LQ2
|version=November 1996
|version=November 2017
|version_descr=September 1999  
|version_descr=September 1999  
|catchwords=preprocessor<br />
|catchwords=preprocessor<br />

Latest revision as of 08:17, 11 October 2022

Basic Information

Name of Program

TR2LQ2

Version-Date

November 2017

Description-Date

September 1999

Catchwords

preprocessor
profile bathymetry
extraction of bathymetry at profiles
numerical model TRIM-2D
numerical model TRIM-3D

Short Description of Functionality

The program TR2LQ2 is a preprocessor for the mathematical models TRIM-2D and TRIM-3D. It was designed to extract bathymetry-data along longitudinal or cross-sectional profiles from a TRIM bathymetry and index arrays containing file. Every profile is defined by a sequence of an arbitrary number of 2D-locations which are connected by straight lines. Additional points can be easily inserted automatically at regular intervals in between these 2D-locations.

Input-Files

  1. general input data (filetype tr2lq2.dat)
  2. (optional) old profile-topography (filetype profil05.bin)
  3. (optional) profiles (filetype prof.bin)
  4. several other files are necessary to define the 2D-Locations and profiles where data shall be extracted (see documentation for the file tr2lq2.dat)
  5. bathymetry and index arrays (filetype tr2.topo.bin.ind)

Output-Files

  1. profile-topography (filetype profil05.bin)
  2. decriptions of all geo positions divided into profiles (filetype gprofil.dat)
  3. depth values of all points divided into profiles (filetype tprofil.dat)
  4. informative printer file (filetype tr2lq2.sdr)
  5. (optional) trace of program execution (filetype tr2lq2.trc)

Methodology

A comprehensive profile-topography is generated from the various input-data. 2D-locations are gathered to form profiles. Additional new points can be automatically inserted in between these locations at arbitrary intervals. Bathymetric depth is calculated as the maximum of the depth values given at the four computational nodes (U- and V- points) defining a cell in the computational grid. Text-strings can be related to locations and profiles. A list of node numbers as well as connexion-tables are generated for all segments. Optional information is also generated for data-interpolation (used by subsequent post-processors). New bathymetry data can overwritten to an already existing profile-topography.

Program(s) to run before this Program

CROSSPRO, DEPRO2D

Program(s) to run after this Program

ADCP2PROFILE, TRIM-2D, TRIM-3D

Additional Information

Language

Fortran2003

Additional software

-

Original Version

G. Lang

Maintenance

working group PRE

Documentation/Literature

$PROGHOME/examples/tr2lq2/


back to Program Descriptions


Overview