Actions

DATACONVERT: Difference between revisions

From BAWiki

imported>BAWiki 3
No edit summary
imported>BAWiki 3
No edit summary
Line 4: Line 4:
|version=6.x / October 2007   
|version=6.x / October 2007   
|version_descr=October 2007
|version_descr=October 2007
|catchwords=preprocessor<br/>
|catchwords=
conversion of Delft3D computational grid
conversion of Delft3D computational grid<br />
conversion of Delft3D computational results
conversion of Delft3D computational results
|shortdescription=Program DATACONVERT is used to convert computational results from the integrated modelling system Delft3D into BAW-specific data formats. The following conversions are currently supported:<br/>
|shortdescription=
<math>\rightarrow</math> conversion of a Delft3D computational grid into UnTRIM grid format,<br/>
Program DATACONVERT is used to convert computational results from the integrated modelling system Delft3D into BAW-specific data formats. The following conversions are currently supported:
<math>\rightarrow</math> conversion of two-dimensional (depth averaged) Delft3D computational results into BDF data format (2D),<br/>
<math>\rightarrow</math> conversion and depth averaging of three-dimensional Delft3D computational results into BDF data format (2D), and<br/>
<math>\rightarrow</math> conversion of three-dimensional Delft3D computational results (sigma-coordinates) into BDF data format (3D, z-layers).<br/>


Dynamic model bathymetry (morphodynamics) is supported for 2D as well as 3D computational results. If Delft3D model results have been produced for a domain decomposition run, the converted results are written to different domain-specific data files and are not yet combined into one single file.<br/>
    * conversion of a Delft3D computational grid into UnTRIM grid format,
    * conversion of two-dimensional (depth averaged) Delft3D computational results into BDF data format (2D),
    * conversion and depth averaging of three-dimensional Delft3D computational results into BDF data format (2D), and
    * conversion of three-dimensional Delft3D computational results (sigma-coordinates) into BDF data format (3D, z-layers).


Conversion of subsequent physical quantities is currently possible:<br/>
Dynamic model bathymetry (morphodynamics) is supported for 2D as well as 3D computational results. If Delft3D model results have been produced for a domain decomposition run, the converted results are written to different domain-specific data files and are not yet combined into one single file.<br />
 
Conversion of subsequent physical quantities is currently possible:<br />


# water level,
# water level,
Line 24: Line 26:
# bathymetry (static),
# bathymetry (static),
# transient bathymetric depth, and
# transient bathymetric depth, and
# vertical erosion.<br/>
# vertical erosion.<br />  
|inputfiles=
 
#steering data
Input-Files:
       file of type [[DATACONVERT.DAT|dataconvert.dat]]. The extended description for this file contains comprehensive informations with respect to steering data, input as well as output data files.
 
# computational grid <br/>
  1. steering data
       required:<br/><math>\rightarrow</math> [[DELFT3D.GRD|delft3d.grd]],
       file of type dataconvert.dat. The extended description for this file contains comprehensive informations with respect to steering data, input as well as output data files.
<br/><math>\rightarrow</math> [[DELFT3D.DEP|delft3d.dep]], and
  2. computational grid
<br/><math>\rightarrow</math> [[DELFT3D.ENC|delft3d.enc]].<br/>
       required:
<br/>
          * delft3d.grd,
       optional:<br/><math>\rightarrow</math> [[DELFT3D.DRY|delft3d.dry]],
          * delft3d.dep, and
<br/><math>\rightarrow</math> [[DELFT3D.THD|delft3d.thd]],
          * delft3d.enc.
<br/><math>\rightarrow</math> [[DELFT3D.LWL|delft3d.lwl]],
       optional:
<br/><math>\rightarrow</math> [[DELFT3D.EXT|delft3d.ext]], as well as
          * delft3d.dry,
<br/><math>\rightarrow</math> [[DELFT3D.BND|delft3d.bnd]].<br/>
          * delft3d.thd,
          * delft3d.lwl,
          * delft3d.ext, as well as
          * delft3d.bnd.


# computational results
# computational results
Line 47: Line 52:
     * vertical.dat.
     * vertical.dat.


|outputfiles=
Output-Files:
# converted computational grid
 
  1. converted computational grid
           * untrim_grid.dat.
           * untrim_grid.dat.
   2. converted computational results
   2. converted computational results
Line 58: Line 64:
   4. (optional) trace file
   4. (optional) trace file
           * dataconvert.trc.
           * dataconvert.trc.


|methodology=The original computational grid is converted using methods from software package H_GRID. Conversion of computational results is performed using methods from the H_IP package. Read and Write of computational data is carried through using several methods from software package IO_DATASET.   
|methodology=The original computational grid is converted using methods from software package H_GRID. Conversion of computational results is performed using methods from the H_IP package. Read and Write of computational data is carried through using several methods from software package IO_DATASET.   

Revision as of 08:25, 4 May 2010

Basic Information

Name of Program

DATACONVERT

Version-Date

6.x / October 2007

Description-Date

October 2007

Catchwords

conversion of Delft3D computational grid
conversion of Delft3D computational results

Short Description of Functionality

Program DATACONVERT is used to convert computational results from the integrated modelling system Delft3D into BAW-specific data formats. The following conversions are currently supported:

   * conversion of a Delft3D computational grid into UnTRIM grid format,
   * conversion of two-dimensional (depth averaged) Delft3D computational results into BDF data format (2D),
   * conversion and depth averaging of three-dimensional Delft3D computational results into BDF data format (2D), and
   * conversion of three-dimensional Delft3D computational results (sigma-coordinates) into BDF data format (3D, z-layers).

Dynamic model bathymetry (morphodynamics) is supported for 2D as well as 3D computational results. If Delft3D model results have been produced for a domain decomposition run, the converted results are written to different domain-specific data files and are not yet combined into one single file.

Conversion of subsequent physical quantities is currently possible:

  1. water level,
  2. current velocity,
  3. salinity,
  4. temperature,
  5. suspended sediment (several fractions),
  6. bathymetry (static),
  7. transient bathymetric depth, and
  8. vertical erosion.

Input-Files:

  1. steering data
     file of type dataconvert.dat. The extended description for this file contains comprehensive informations with respect to steering data, input as well as output data files.
  2. computational grid
     required:
         * delft3d.grd,
         * delft3d.dep, and
         * delft3d.enc.
     optional:
         * delft3d.dry,
         * delft3d.thd,
         * delft3d.lwl,
         * delft3d.ext, as well as
         * delft3d.bnd.
  1. computational results
   * netcdf.cdf.
  1. (optional) vertical structure
   * vertical.dat.

Output-Files:

  1. converted computational grid
         * untrim_grid.dat.
  2. converted computational results
         * dirz.bin.R,
         * dirz.bin.I, and
         * dirz.bin.
  3. printer file
         * dataconvert.sdr.
  4. (optional) trace file
         * dataconvert.trc. 

Input-Files

{{{inputfiles}}}

Output-Files

{{{outputfiles}}}

Methodology

The original computational grid is converted using methods from software package H_GRID. Conversion of computational results is performed using methods from the H_IP package. Read and Write of computational data is carried through using several methods from software package IO_DATASET.

Program(s) to run before this Program

DELFT3D, GETDATA

Program(s) to run after this Program

ABDF, ADCP2PROFILE, DIDAMERGE, DIDARENAME, DIDASPLIT, ENERF, GVIEW2D, HVIEW2D, IO_VOLUME, PARTRACE, PARTRACE-3D, PGCALC, UNK, UNS, VTDK, XTRDATA, XTRLQ2, ZEITR.

Additional Information

Language

FORTRAN 90

Additional software

-

Original Version

G. Lang

Maintenance

G. Lang,, S. Spohr,

Documentation/Literature

$PROGHOME/examples/dataconvert


back to Program Descriptions


Overview