Actions

FDGLUE: Difference between revisions

From BAWiki

imported>BAWiki 1
(Created page with '{{ProgramDescription |name_de=FDGLUE |name=FDGLUE |version=April 1997 |version_descr=April 1997 |catchwords= finite difference grids<br /> preprozessor<br /> |shortdescription= U…')
 
imported>BAWiki 1
No edit summary
Line 25: Line 25:
|language=Fortran77
|language=Fortran77
|add_software= -  
|add_software= -  
|contact_original=[mailto:info.hamburg@baw.de Info Hamburg]
|contact_original=[mailto:info.hamburg@baw.de A. Cords]
|contact_maintenance=[mailto:info.hamburg@baw.de Info Hamburg]
|contact_maintenance=[mailto:info.hamburg@baw.de A. Cords]
|documentation= -  
|documentation= -  
}}
}}

Revision as of 14:37, 17 May 2010

Basic Information

Name of Program

FDGLUE

Version-Date

April 1997

Description-Date

April 1997

Catchwords

finite difference grids
preprozessor

Short Description of Functionality

Utility program which glues two finite difference grids into a new one.

Input-Files

  1. program input control file (type fdglue.dat)
  2. two source files with the finite difference grids (FIDISOR-format) (type topo.bin)

Output-Files

  1. new-glued grid (FIDISOR-format) (type topo.bin)
  2. (optional) file with test outputs (fdglue.trc)

Methodology

The program glues two meshes with a FIDISOR-format into a new finite difference grid. Since both grids A and B must have the same origin and distance of mesh elements, the program checks this condition first before it calculates the size of the new grid C. Then C is initialised with the depth of a land area. Afterwards C gets the depth of mesh A and B respectively. In the overlap area between A and B the program calculates the new depth of C with the weighting factor W of the input control file. Finally the program saves the new grid C.

Note: The program does not check whether or not both grids A and B have an overlap. If no overlap exists, the meshes of A and B are seperated by a land area in the resulting grid C.

Program(s) to run before this Program

TC2GEOM

Program(s) to run after this Program

FDGITTER05

Additional Information

Language

Fortran77

Additional software

-

Original Version

A. Cords

Maintenance

A. Cords

Documentation/Literature

-


back to Program Descriptions


Overview