Actions

TR2MODATE: Difference between revisions

From BAWiki

imported>BAWiki 2
(Created page with '{{ProgramDescription |name_de=TR2MODATE |name=TR2MODATE |version=December 1997 |version_descr=January 1998 |catchwords= postprocessor<br /> finite difference method<br /> date …')
 
imported>Spohr Susanne
mNo edit summary
Line 13: Line 13:
|inputfiles=
|inputfiles=
# general input data (filetype [[TR2MODATE.DAT|tr2modate.dat]])
# general input data (filetype [[TR2MODATE.DAT|tr2modate.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]])
# hydrodynamic model results (filetype [[TR2.RESULT|tr2.result]])  
# hydrodynamic model results (filetype [[TR2.RESULT|tr2.result]])  
|outputfiles=
|outputfiles=

Revision as of 08:44, 7 October 2010

Basic Information

Name of Program

TR2MODATE

Version-Date

December 1997

Description-Date

January 1998

Catchwords

postprocessor
finite difference method
date modification
numerical model TRIM-2D

Short Description of Functionality

The program TR2MODATE is a postprocessor for the numerical model TRIM-2D. This program serves to modify the date in a hydrodynamic output result file. This program must be always used if the final hydrodynamic state of a simulation run should be used as inital state for a new run at a different date and time compared to the final time and date of the foregoing simulation.

Input-Files

  1. general input data (filetype tr2modate.dat)
  2. bathymetry and index-arrays (filetype tr2.topo.bin.ind)
  3. hydrodynamic model results (filetype tr2.result)

Output-Files

  1. results with modified date and time (filetype tr2.result)
  2. informative printer file (filetype tr2modate.sdr)
  3. (optional) trace of program execution (filetype tr2modate.trc)

Methodology

Date, time and hydrodynamic results are read first. Subsequently date and time will be modified to fit the users needs and are stored together with the unchanged model results in a new results file.

Program(s) to run before this Program

TRIM-2D

Program(s) to run after this Program

TRIM-2D

Additional Information

Language

Fortran90

Additional software

-

Original Version

G. Lang

Maintenance

G. Lang

Documentation/Literature

$PROGHOME/examples/tr2modate/


back to Program Descriptions


Overview