Actions

TR2MODATE: Difference between revisions

From BAWiki

imported>Spohr Susanne
mNo edit summary
(working group POS)
 
Line 3: Line 3:
|name=TR2MODATE
|name=TR2MODATE
|version=December 1997  
|version=December 1997  
|version_descr=January 1998
|version_descr=September 2022
|catchwords=
|catchwords=
postprocessor<br />
postprocessor<br />
Line 25: Line 25:
|language=Fortran90
|language=Fortran90
|add_software=-
|add_software=-
|contact_original=[mailto:guenther.lang@baw.de G. Lang]
|contact_original=G. Lang
|contact_maintenance=[mailto:guenther.lang@baw.de G. Lang]
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]
|documentation=$PROGHOME/examples/tr2modate/  
|documentation=$PROGHOME/examples/tr2modate/  
}}
}}

Latest revision as of 11:36, 6 September 2022

Basic Information

Name of Program

TR2MODATE

Version-Date

December 1997

Description-Date

September 2022

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

Working group POS

Documentation/Literature

$PROGHOME/examples/tr2modate/


back to Program Descriptions


Overview