Actions

FD2MET: Difference between revisions

From BAWiki

imported>Spohr Susanne
mNo edit summary
imported>Seiss Guntram
m (CRS systems in BOEWRT, update of description)
Line 2: Line 2:
|name_de=FD2MET
|name_de=FD2MET
|name=FD2MET
|name=FD2MET
|version=November 2002
|version=April 2014
|version_descr=November 2002
|version_descr=April 2014
|catchwords=
|catchwords=
preprocessor<br />
preprocessor<br />
Line 30: Line 30:
For each timestep and each met. parameter a data set is written to the dirct access file tr2met.bin.
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.  
'''Notes''':  
* Files of the type solwrt.dat, boewrt.dat, mkwwrt.dat and mkwswawrt.dat must include the FILETYPE parameter.
* The coordinate specified inside a file of type [[BOEWRT.DAT|boewrt.dat]] will be transformed to the coordinate reference system specified by the environment variable BAWCRS. Valid CRS are found in the description [[GEOTRANSFORMER]].
|preprocessor=
|preprocessor=
[[BSH2BAW]], [[FD2TRIM]], [[TC2TR2]].  
[[BSH2BAW]], [[FD2TRIM]], [[TC2TR2]], [[ZEITRIO]].  
|postprocessor=
|postprocessor=
[[METDIDA]], [[TELEMAC-2D]], [[TRIM-2D]], [[TRIM-3D]], [[WARM]].  
[[METDIDA]], [[TELEMAC-2D]], [[TRIM-2D]], [[TRIM-3D]], [[WARM]].  
|language=Fortran90
|language=Fortran95
|add_software= -  
|add_software= NTv2-Gitter dhdn_to_etrs89_wsv_v1.gsb, stn_to_etrs89_wsv_v1.gsb 
|contact_original=[mailto:guenther.lang@baw.de G. Lang]
|contact_original=[mailto:guenther.lang@baw.de G. Lang]
|contact_maintenance=[mailto:guenther.lang@baw.de G. Lang], [mailto:elisabeth.rudolph@baw.de E. Rudolph]
|contact_maintenance=[mailto:guenther.lang@baw.de G. Lang], [mailto:elisabeth.rudolph@baw.de E. Rudolph], [mailto:guntram.seiss@baw.de G. Seiß]
|documentation= -
|documentation= $PROGHOME/examples/fd2met
}}
}}

Revision as of 09:11, 14 April 2014

Basic Information

Name of Program

FD2MET

Version-Date

April 2014

Description-Date

April 2014

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 tr2.met.bin.i)
  2. direct access file containing the meteorological boundary values defined on the meteorological grid (file type tr2.met.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.

Notes:

  • Files of the type solwrt.dat, boewrt.dat, mkwwrt.dat and mkwswawrt.dat must include the FILETYPE parameter.
  • The coordinate specified inside a file of type boewrt.dat will be transformed to the coordinate reference system specified by the environment variable BAWCRS. Valid CRS are found in the description GEOTRANSFORMER.

Program(s) to run before this Program

BSH2BAW, FD2TRIM, TC2TR2, ZEITRIO.

Program(s) to run after this Program

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

Additional Information

Language

Fortran95

Additional software

NTv2-Gitter dhdn_to_etrs89_wsv_v1.gsb, stn_to_etrs89_wsv_v1.gsb

Original Version

G. Lang

Maintenance

G. Lang, E. Rudolph, G. Seiß

Documentation/Literature

$PROGHOME/examples/fd2met


back to Program Descriptions


Overview