Actions

FD2MET: Difference between revisions

From BAWiki

imported>BAWiki 1
(Created page with '{{ProgramDescription |name_de=FD2MET |name=FD2MET |version=November 2002 |version_descr=November 2002 |catchwords= preprocessor<br /> finite elemente method<br /> finite differen…')
 
imported>BAWiki 1
No edit summary
Line 14: Line 14:
|inputfiles=
|inputfiles=
# input file for program flow control (file type [[FD2MET.DAT|fd2met.dat]])
# input file for program flow control (file type [[FD2MET.DAT|fd2met.dat]])
# model topography in storage format of the later used method (file type [[TOPO.BIN|topo.bin]] or [[TR2.TOPO.BIN|tr2.topo.bin]] or [[GITTER05.DAT/BIN|gitter05.dat/bin]])
# model topography in storage format of the later used method (file type [[TOPO.BIN|topo.bin]] or [[TR2.TOPO.BIN|tr2.topo.bin]] or [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]])
# file(s) with meteorological data at one or more observation stations (Dateiformat [[SOLWRT.DAT|solwrt.dat]] oder [[BOEWRT.DAT|boewrt.dat]]) or files with arrays of meteorological data (e.g. created by MKW) in storage format mkwwrt.dat or [[MKWSWAWRT.DAT|mkwswawrt.dat]]
# file(s) with meteorological data at one or more observation stations (Dateiformat [[SOLWRT.DAT|solwrt.dat]] oder [[BOEWRT.DAT|boewrt.dat]]) or files with arrays of meteorological data (e.g. created by MKW) in storage format mkwwrt.dat or [[MKWSWAWRT.DAT|mkwswawrt.dat]]
|outputfiles=
|outputfiles=

Revision as of 09:54, 26 May 2010

Basic Information

Name of Program

FD2MET

Version-Date

November 2002

Description-Date

November 2002

Catchwords

preprocessor
finite elemente method
finite difference method
generation of boundary values
meteorology

Short Description of Functionality

The program FD2MET is one of the preprocessors, which can be used independendly from the later applied hydronumerical method. FD2MET converts meteorological time series and arrays (wind velocity, wind direction, air pressure, air temperature, etc.) stored in different formats into a storage format which can be read and interpreted by the simulation programs of the different hydronumerical methods to take the influence of the meteorology on currents and heat transport in the water column into account. FD2MET gives the possibility to calculate the meteorological parameters on a rectangular, not neccessarily equidistant grid (meteorological grid) on the basis of observed time series. The meteorological grid overlays the model grid in a way that for every model grid point the values of the meteorological parameters are defined. A further function is to transfer meteorological data to the meteorological grid which have been calculated by a meteorological model by interpolation and extrapolation.

Input-Files

  1. input file for program flow control (file type fd2met.dat)
  2. model topography in storage format of the later used method (file type topo.bin or tr2.topo.bin or gitter05.dat/bin)
  3. file(s) with meteorological data at one or more observation stations (Dateiformat solwrt.dat oder boewrt.dat) or files with arrays of meteorological data (e.g. created by MKW) in storage format mkwwrt.dat or mkwswawrt.dat

Output-Files

  1. file containing information about the meteorological boundary values (file type tr2met.bin.i)
  2. direct access file containing the meteorological boundary values defined on the meteorological grid (file type tr2met.bin)
  3. (optional) file containing test output to watch the program run (file type fd2met.trc)

Methodology

The actual boundary values on every gridpoint for each meteorological timestep (which is freely choosen) are determined from the observed data for wind velocity, wind direction, air pressure, air temperature, etc. Several options can be choosen by the user:

  1. interpolation from measured values (distance weighted)
  2. direct connection of met. grid cells to observed time series (here a multiplication factor can be given).
  3. constant time dependent value for every grid point
  4. interpolation of modelled arrays onto the met. grid cells

For each timestep and each met. parameter a data set is written to the dirct access file tr2met.bin.

Note: Files of the type solwrt.dat, boewrt.dat, mkwwrt.dat and mkwswawrt.dat must include the FILETYPE parameter.

Program(s) to run before this Program

BSH2BAW, FD2TRIM, TC2TR2.

Program(s) to run after this Program

METDIDA, TELEMAC-2D, TRIM-2D, TRIM-3D, WARM.

Additional Information

Language

Fortran90

Additional software

-

Original Version

G. Lang

Maintenance

G. Lang, E. Rudolph

Documentation/Literature

-


back to Program Descriptions


Overview