Actions

TRVZR: Difference between revisions

From BAWiki

imported>BAWiki 3
mNo edit summary
imported>BAWiki 3
mNo edit summary
Line 14: Line 14:
#general input data (filetype [[TRVZR.DAT|trvzr.dat]])
#general input data (filetype [[TRVZR.DAT|trvzr.dat]])
#bathymetry and index arrays (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])
#bathymetry and index arrays (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])
#Trim-2D or Trim-3D hydrodynamic result files (area) (filetype [[TR2.RESULT_H|tr2.result_H]])
#Trim-2D or Trim-3D hydrodynamic result files (area) (filetype [[TR2.RESULT|tr2.result]])
#(opt) boundary polygon to desribe, which cells should be analysed (filetype [[POLY.DAT|poly.dat]])  
#(opt) boundary polygon to desribe, which cells should be analysed (filetype [[POLY.DAT|poly.dat]])  
|outputfiles=
|outputfiles=
#analyse result files (split into information, results and differences) (filetypes [[TR_H.INFO.DAT|Tr_H.Info.dat]], [[TR_H.ERGEB.DAT|Tr_H.Ergeb.dat]]  and [[TR_H.DELTA.DAT|Tr_H.Delta.dat]])
#analyse result files (split into information, results and differences) (filetypes [[TR_H.INFO.DAT|tr_h.Info.dat]], [[TR_H.ERGEB.DAT|tr_h.ergeb.dat]]  and [[TR_H.DELTA.DAT|tr_h.delta.dat]])
#(optional) trace of program execution (filetype trvzr.trc)  
#(optional) trace of program execution (filetype trvzr.trc)  
|methodology=Every Trim-2D or Trim-3D result file contains the calculated water levels for each grid cell for a single date. Further on, for every grid cell the undisturbed water depth is known, so that the program can calculate which cells are flooded and which cells are dropped dry. For all flooded cells the program calculates the extreme water level and water column, the value for the flooded surface and the volume of the water body. All these results are stored in a file of the type [[TR_H.ERGEB.DAT|Tr_H.Ergeb.dat]].
|methodology=Every Trim-2D or Trim-3D result file contains the calculated water levels for each grid cell for a single date. Further on, for every grid cell the undisturbed water depth is known, so that the program can calculate which cells are flooded and which cells are dropped dry. For all flooded cells the program calculates the extreme water level and water column, the value for the flooded surface and the volume of the water body. All these results are stored in a file of the type [[TR_H.ERGEB.DAT|tr_h.ergeb.dat]].


If there are more than one Trim-2D or Trim-3D result files, then the program can also calculate the time variation of all above result values and stores these results in a file of the type [[TR_H.DELTA.DAT|Tr_H.Delta.dat]].  
If there are more than one Trim-2D or Trim-3D result files, then the program can also calculate the time variation of all above result values and stores these results in a file of the type [[TR_H.DELTA.DAT|tr_h.delta.dat]].  
|preprocessor=[[TRIM-2D]], [[TRIM-3D]]
|preprocessor=[[TRIM-2D]], [[TRIM-3D]]
|postprocessor= -
|postprocessor= -

Revision as of 10:07, 4 June 2010

Basic Information

Name of Program

TRVZR

Version-Date

October 1997

Description-Date

October 1997

Catchwords

postprocessor
finite difference method
numerical model TRIM-2D
numerical model TRIM-3D
time series
waterlevel analysis

Short Description of Functionality

The program TRVZR analyses the hydrodynamic files of the numerical methods TRIM-2D and TRIM-3D.

Input-Files

  1. general input data (filetype trvzr.dat)
  2. bathymetry and index arrays (filetype tr2.topo.bin.ind)
  3. Trim-2D or Trim-3D hydrodynamic result files (area) (filetype tr2.result)
  4. (opt) boundary polygon to desribe, which cells should be analysed (filetype poly.dat)

Output-Files

  1. analyse result files (split into information, results and differences) (filetypes tr_h.Info.dat, tr_h.ergeb.dat and tr_h.delta.dat)
  2. (optional) trace of program execution (filetype trvzr.trc)

Methodology

Every Trim-2D or Trim-3D result file contains the calculated water levels for each grid cell for a single date. Further on, for every grid cell the undisturbed water depth is known, so that the program can calculate which cells are flooded and which cells are dropped dry. For all flooded cells the program calculates the extreme water level and water column, the value for the flooded surface and the volume of the water body. All these results are stored in a file of the type tr_h.ergeb.dat.

If there are more than one Trim-2D or Trim-3D result files, then the program can also calculate the time variation of all above result values and stores these results in a file of the type tr_h.delta.dat.

Program(s) to run before this Program

TRIM-2D, TRIM-3D

Program(s) to run after this Program

-

Additional Information

Language

Fortran77

Additional software

-

Original Version

J. Jürges

Maintenance

J. Jürges

Documentation/Literature

please refer to $PROGHOME/examples/trvzr


back to Program Descriptions


Overview