Actions

DATACONVERT.DAT: Difference between revisions

From BAWiki

imported>Schade Peter
No edit summary
imported>Schade Peter
(updated to v. 12 with additional mode 7)
Line 2: Line 2:
|name_de=DATACONVERT.DAT
|name_de=DATACONVERT.DAT
|filetype=dataconvert.dat  
|filetype=dataconvert.dat  
|version=11.x / April 2013
|version=12.x / May 2014
|version_descr=April 2013
|version_descr=May 2014
|significance=Contains various input steering data for the postprocessor DATACONVERT
|significance=Contains various input steering data for the postprocessor DATACONVERT
|filecontents=
|filecontents=
Line 12: Line 12:
* '''mode 4''' , conversion of BDF data files into a single NetCDF data file using [http://cf-pcmdi.llnl.gov/ CF Metadata] conventions,
* '''mode 4''' , conversion of BDF data files into a single NetCDF data file using [http://cf-pcmdi.llnl.gov/ CF Metadata] conventions,
* '''mode 6''': conversion of meteorological data in BDF-Format into Delft3D format METEO_DLFT<br />
* '''mode 6''': conversion of meteorological data in BDF-Format into Delft3D format METEO_DLFT<br />
 
* '''mode 7''': conversion of timeseries in [[.BOEWRT.DAT|BOEWRT format]] into [[CF-NETCDF.NC|cf-netcdf.nc]] data according to NODC's [http://www.nodc.noaa.gov/data/formats/netcdf/#templatesexamples feature type template for timeSeries].
'''informations related to output files''' (block '''Output_Information''')
'''informations related to output files''' (block '''Output_Information''')
* '''mode 1'''  
* '''mode 1'''  
Line 90: Line 90:
** (optional) No_Data_Value for invalid data.
** (optional) No_Data_Value for invalid data.
** (optional) Timezone for the time string of the output file (Default: UTC)
** (optional) Timezone for the time string of the output file (Default: UTC)
* '''mode 7'''
** file to time series data (filetype [[CF-NETCDF.NC|cf-netcdf.nc]]).
** (optional) start time for data conversion.
**: Notice: if not specified the first date contained in the input data will be used.
** (optional) end time for data conversion.
**: Notice: if not specified the last date contained in the input data will be used.
** (optional) time step for data conversion.
**: Notice: if not specified all dates contained in the input data will be converted, e.g. for time series with time steps of different lengths.
**(optional) creation mode ID for a CF NetCDF file (see [http://www.unidata.ucar.edu/software/netcdf/ Unidata NetCDF]).
**(optional) deflate_level for a CF-NetCDF file (see [http://www.unidata.ucar.edu/software/netcdf/ Unidata NetCDF]).
**: Notice: For further informations on global CF attributes see [[NetCDF global attributes]].


'''informations related to input files''' (block '''Input_Files''') - block can be specified several times
'''informations related to input files''' (block '''Input_Files''') - block can be specified several times
Line 120: Line 131:
** data files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]]
** data files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]]
** alle grid formats connectable with BDF files, e.g. [[GITTER05.DAT_and_GITTER05.BIN|GITTER05]]
** alle grid formats connectable with BDF files, e.g. [[GITTER05.DAT_and_GITTER05.BIN|GITTER05]]
 
* '''mode 7'''
** a data file of type [[BOEWRT.DAT|boewrt.dat]]; all quantities will be converted automatically.
dictionary-file '''hyd_untrim_dico.dat''', normally present in directory '''$PROGHOME/dic/''', will be automatically read by the application program in addition to the user-specified input file.  
dictionary-file '''hyd_untrim_dico.dat''', normally present in directory '''$PROGHOME/dic/''', will be automatically read by the application program in addition to the user-specified input file.  
|nutzerprogramme=
|nutzerprogramme=
Line 138: Line 150:
* '''mode 4''' : dataconvert.BDF.CF-NetCDF.dat.
* '''mode 4''' : dataconvert.BDF.CF-NetCDF.dat.
* '''mode 6''' : dataconvert.BDF-METEO_DELFT.dat.
* '''mode 6''' : dataconvert.BDF-METEO_DELFT.dat.
* '''mode 7''' : dataconvert.BOEWRT.CF-NetCDF.dat.
}}
}}

Revision as of 09:23, 19 May 2014

Basic Information

File-Type

dataconvert.dat

File-Form

FORMATTED

Version

12.x / May 2014

Description-Date

May 2014

Significance of the File

Contains various input steering data for the postprocessor DATACONVERT

File-Contents (in Catchwords)

Contains various input steering data, which are required during

  • mode 1 , conversion of computational results for the integrated modelling system Delft3D. Original data are stored in NetCDF data files and are going to be converted and written to BAW-specific BDF data files, or,
  • mode 2 , conversion of (DWD) NetCDF files to BAW-specific BDF data files, or,
  • mode 3 , merge of several (DWD) NetCDF files to a single NetCDF data file (times for input data must be identical in all input files), or
  • mode 4 , conversion of BDF data files into a single NetCDF data file using CF Metadata conventions,
  • mode 6: conversion of meteorological data in BDF-Format into Delft3D format METEO_DLFT
  • mode 7: conversion of timeseries in BOEWRT format into cf-netcdf.nc data according to NODC's feature type template for timeSeries.

informations related to output files (block Output_Information)

  • mode 1
    • file to store converted depth averaged (2D-) computational results (filetype dirz.bin.r, dirz.bin.i and dirz.bin).
      Notice: data for multiple computational domains are going to be gathered and stored in this file.
    • file to store the converted computational grid (filetype untrim_grid.dat).
      Notice: computational grid data for multiple computational domains are going to be gathered and stored in this grid file.
    • (optional) file to store converted depth dependent (3D-) computational results (filetype dirz.bin.r, dirz.bin.i and dirz.bin).
      Notice: data for multiple computational domains are going to be gathered and stored in this file.
    • (optional) file with description of the vertical layer structure (z-layers), to be used for the converted computational results (filetype vertical.dat).
      Notice: this file must be always specified in situations when three-dimensional data are going to be generated by conversion.
    • (optional) threshold depth for drying and wetting.
      Notice: the value prescribed shall be not smaller than the one used during the Delft3D simulation.
    • (optional) start time for data conversion.
      Notice: if not specified the first date contained in the input data will be used.
    • (optional) end time for data conversion.
      Notice: if not specified the last date contained in the input data will be used.
    • (optional) time step for data conversion.
      Notice: if not specified all dates contained in the input data will be converted.
    • (optional) maximum increase of depth during a morphodynamic simulation. Depth at all grid points is increased by this amount to cover depth variation due to morphodynamics within a z-layered (vertical) grid. Exception: depths at (protected) structures will not be altered.
      Notice: if this parameter is not prescribed all depth values will remain unchanged.
    • (optional) steering parameter for the method chosen to compute initial depth values at grid points. Depths can be computed from values prescribed in grid files or in computational result files.
      Notice: if this parameter is not prescribed, depth values are derived from grid data only.
    • (optional) steering parameter for type of method used to compute depth values for new edges inserted during the grid refinement process. Method can be either MEAN, MAX or MIN.
      Notice: if this parameter is missing, method MEAN will be used.
    • (optional) steering parameter for rounding of time and date information (digits for nanoseconds). The number of digits for nanoseconds (0 - 9) has to be prescribed. In case 0 (zero) is prescribed, no digits for nanoseconds are taken into account and all internal time and date items are rounded to seconds.
      Notice: if this parameter is not specified, no time and date item will be subject to rounding (full accuracy).
    • (optional) dry bed density: bedload and suspended matter transport rates are in Delft3D result files stored as volume per time and in BDF files as mass per time. A dry bed density for each fraction is necessary for the conversion into a mass transport, i.e. into measures with the code 621 or 622.
  • mode 2
    • file to store converted data (filetype dirz.bin.r, dirz.bin.i and dirz.bin).
      Notice: file is not generated, only the filetype is used.
    • file to store the converted computational grid (filetype gitter05.dat or gitter05.bin).
      Notice: file is not generated, only filetype is used.
    • (optional) start time for data conversion.
      Notice: if not specified the first date contained in the input data will be used.
    • (optional) end time for data conversion.
      Notice: if not specified the last date contained in the input data will be used.
    • (optional) time step for data conversion.
      Notice: if not specified all dates contained in the input data will be converted.
    • (optional) steering parameter for rounding of time and date information (digits for nanoseconds). The number of digits for nanoseconds (0 - 9) has to be prescribed. In case 0 (zero) is prescribed, no digits for nanoseconds are taken into account and all internal time and date items are rounded to seconds.
      Notice: if this parameter is not specified, no time and date item will be subject to rounding (full accuracy).
    • EPSG code for coordinates of resulting grid file (see EPSG Geodetic Parameter Registry).
  • mode 3
    • file to store merged data (filetype netcdf.cdf).
    • (optional) start time for data conversion.
      Notice: if not specified the first date contained in the input data will be used.
    • (optional) end time for data conversion.
      Notice: if not specified the last date contained in the input data will be used.
    • (optional) time step for data conversion.
      Notice: if not specified all dates contained in the input data will be converted.
    • (optional) steering parameter for rounding of time and date information (digits for nanoseconds). The number of digits for nanoseconds (0 - 9) has to be prescribed. In case 0 (zero) is prescribed, no digits for nanoseconds are taken into account and all internal time and date items are rounded to seconds.
      Notice: if this parameter is not specified, no time and date item will be subject to rounding (full accuracy).
  • mode 4
    • file to store merged data (filetype cf-netcdf.nc).
    • (optional) start time for data conversion.
      Notice: if not specified the first date contained in the input data will be used.
    • (optional) end time for data conversion.
      Notice: if not specified the last date contained in the input data will be used.
    • (optional) time step for data conversion.
      Notice: if not specified all dates contained in the input data will be converted.
    • (optional) title (corresponds to global CF attribute title).
    • (optional) comment (corresponds to global CF attribute comment).
    • (optional) source (corresponds to global CF attribute source).
    • (optional) creation mode ID for a CF NetCDF file (see Unidata NetCDF).
    • (optional) deflate_level for a CF-NetCDF file (see Unidata NetCDF).
      Notice: For further informations on global CF attributes see NetCDF global attributes.
  • mode 6
    • file to store converted data (filetype METEO_DLFT)
    • (optional) start time for data conversion.
      Notice: if not specified the first date contained in the input data will be used.
    • (optional) end time for data conversion.
      Notice: if not specified the last date contained in the input data will be used.
    • (optional) time step for data conversion.
      Notice: if not specified all dates contained in the input data will be converted.
    • (optional) EPSG code for coordinates of resulting grid file (see EPSG Geodetic Parameter Registry).
      Notice: There will be be no mapping, but the code will be written as a comment into the METEO_DELFT file.
    • (optional) No_Data_Value for invalid data.
    • (optional) Timezone for the time string of the output file (Default: UTC)
  • mode 7
    • file to time series data (filetype cf-netcdf.nc).
    • (optional) start time for data conversion.
      Notice: if not specified the first date contained in the input data will be used.
    • (optional) end time for data conversion.
      Notice: if not specified the last date contained in the input data will be used.
    • (optional) time step for data conversion.
      Notice: if not specified all dates contained in the input data will be converted, e.g. for time series with time steps of different lengths.
    • (optional) creation mode ID for a CF NetCDF file (see Unidata NetCDF).
    • (optional) deflate_level for a CF-NetCDF file (see Unidata NetCDF).
      Notice: For further informations on global CF attributes see NetCDF global attributes.

informations related to input files (block Input_Files) - block can be specified several times

dictionary-file hyd_untrim_dico.dat, normally present in directory $PROGHOME/dic/, will be automatically read by the application program in addition to the user-specified input file.

Programs using this Type of File

DATACONVERT

Example-File

please refer to $PROGHOME/examples/dataconvert/.

  • mode 1 : dataconvert.Delft3D-NetCDF.BDF.dat.
  • mode 2 : dataconvert.DWD-NetCDF.BDF.dat.
  • mode 3 : dataconvert.DWD-NetCDF.DWD-NetCDF.dat.
  • mode 4 : dataconvert.BDF.CF-NetCDF.dat.
  • mode 6 : dataconvert.BDF-METEO_DELFT.dat.
  • mode 7 : dataconvert.BOEWRT.CF-NetCDF.dat.

back to: File Descriptions


Overview