Actions

GEOMFD2: Difference between revisions

From BAWiki

imported>BAWiki 3
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 22: Line 22:


* Generating model bathymetry from bearing data:
* Generating model bathymetry from bearing data:
          :* Read existing model bathymetry.
:* Read existing model bathymetry.
          :* As before, but initialize all grid cells with '''LAND''' values (only the outlines are used).
:* As before, but initialize all grid cells with '''LAND''' values (only the outlines are used).
          .* Read outlines for the model bathymetry from the general input data file.  
:* Read outlines for the model bathymetry from the general input data file.  
* Generating a calendar-matrix:
* Generating a calendar-matrix:
          * Read existing file with calendar-matrix.
:* Read existing file with calendar-matrix.
          * Read initial-value for the year from the general input file.
:* Read initial-value for the year from the general input file.
          * Initialize calendar-matrix. Only the actual year, for which bearing data are stored, will be used.  
:* Initialize calendar-matrix. Only the actual year, for which bearing data are stored, will be used.  
      The calendar-matrix, which has identical outlines compared with actual bathymetry, will be generated in parallel with the bathymetry file.  
The calendar-matrix, which has identical outlines compared with actual bathymetry, will be generated in parallel with the bathymetry file.  
|preprocessor=[[SYNGRID]]
|preprocessor=[[SYNGRID]]
|postprocessor=[[FDGITTER05]]
|postprocessor=[[FDGITTER05]]
|language=Fortran77
|language=Fortran90
|add_software=-  
|add_software=-  
|contact_original=[mailto:marcus.boehlich@baw.de M.J. Boehlich], [mailto:ingrid.uliczka@baw.de I. Uliczka]
|contact_original=M.J. Boehlich,  I. Uliczka
|contact_maintenance=[mailto:günther.lang@baw.de G. Lang]
|contact_maintenance=[mailto:pre.proghome@baw.de working group PRE]
|documentation=$PROGHOME/examples/fd2geom/  
|documentation=$PROGHOME/examples/geomfd2/  


}}
}}

Latest revision as of 13:42, 10 October 2022

Basic Information

Name of Program

GEOMFD2

Version-Date

January 1994

Description-Date

March 1994

Catchwords

finite difference numerical models FIDISOR/FIDIRB
bearing data
renewal of model bathymetry

Short Description of Functionality

The program GEOMFD2 belongs to the preprocessors of the numerical models FIDISOR/FIDIRB. It is used to map bearing data onto a finite difference grid. Bearing data may have been sorted before on a regular grid.

Input-Files

  1. general input-data (filetype geomfd2.dat)
  2. selected bearing data (filetype geom.dat)
  3. bathymetry stored in FIDISOR/FIDIRB format (filetype topo.bin)
  4. (optional) calendar-matrix with the numbers of the years for which bearing data have been stored in the bathymetry file (identical format with filetype topo.bin)

Output-Files

  1. modified bathymetry stored in FIDISOR/FIDIRB format (filetype topo.bin)
  2. (optional) modified calendar-matrix with the numbers of the years for which bearing data have been stored in the bathymetry file (identical format with filetype topo.bin)
  3. (optional) trace of program execution (filetype geomfd2.trc)

Methodology

The program can be used in different ways to generate bathymetry and or calendar-matrices:

  • Generating model bathymetry from bearing data:
  • Read existing model bathymetry.
  • As before, but initialize all grid cells with LAND values (only the outlines are used).
  • Read outlines for the model bathymetry from the general input data file.
  • Generating a calendar-matrix:
  • Read existing file with calendar-matrix.
  • Read initial-value for the year from the general input file.
  • Initialize calendar-matrix. Only the actual year, for which bearing data are stored, will be used.

The calendar-matrix, which has identical outlines compared with actual bathymetry, will be generated in parallel with the bathymetry file.

Program(s) to run before this Program

SYNGRID

Program(s) to run after this Program

FDGITTER05

Additional Information

Language

Fortran90

Additional software

-

Original Version

M.J. Boehlich, I. Uliczka

Maintenance

working group PRE

Documentation/Literature

$PROGHOME/examples/geomfd2/


back to Program Descriptions


Overview