GITTER05.DAT and GITTER05.BIN: Difference between revisions
From BAWiki
imported>Lang Guenther m (user program DATACONVERT) |
imported>Spohr Susanne (plus CF-NetCDF-Info-Blöcke) |
||
Line 2: | Line 2: | ||
|name_de=GITTER05.DAT und GITTER05.BIN | |name_de=GITTER05.DAT und GITTER05.BIN | ||
|filetype=gitter05.dat and gitter05.bin | |filetype=gitter05.dat and gitter05.bin | ||
|version= | |version=May 2011 | ||
|version_descr= | |version_descr=May 2011 | ||
|significance=contains a two-dimensional finite element grid (triangles) in BAW-DHs TICAD-format | |significance=contains a two-dimensional finite element grid (triangles) in BAW-DHs TICAD-format | ||
Remark: can be also used as a dredger-grid to store modification depths as well as to store depth differences between grids. | |||
|filecontents= | |filecontents= | ||
Line 12: | Line 14: | ||
# nodal point connexions of the elements | # nodal point connexions of the elements | ||
# boundary marker (between 0 and 7) for each element | # boundary marker (between 0 and 7) for each element | ||
# (optional) EPSG code for coordinate transformation (see [http://www.epsg-registry.org/ EPSG Geodetic Parameter Registry]) | # (optional) EPSG code for coordinate transformation (see [http://www.epsg-registry.org/ EPSG Geodetic Parameter Registry])<br />A line with a logical TRUE has to be present, if blocks with CF-NetCDF-Info follow. | ||
# (optional) Block ''GLOBAL_STATIC''<br />Can be used to fill in global attributes before generating a [[CF-NETCDF.NC|CF-NetCDF]] file. | |||
##NH = '''number''' of history lines. | |||
##NC = '''number''' of comment lines. | |||
# (optional) Block ''GLOBAL''<br />Can be used to fill in global attributes before generating a [[CF-NETCDF.NC|CF-NetCDF]] file. | |||
##INSTITUTION = '''institution''' which generates the data. | |||
##REFERENCES = '''reference''' of the providing institution. | |||
##CONVENTIONS = '''NetCDF conventions''' which are fulfilled by the file. | |||
##TITLE = '''title''' of the file. | |||
##SOURCE = '''source''' of the file. | |||
# (optional) blocks ''GLOBAL_HISTORY''<br />Can be used to fill in global attributes before generating a [[CF-NETCDF.NC|CF-NetCDF]] file. | |||
##HISTORY = a '''history line''' of the file. | |||
# (optional) blocks ''GLOBAL_COMMENT''<br />Can be used to fill in global attributes before generating a [[CF-NETCDF.NC|CF-NetCDF]] file. | |||
##COMMENT = a '''comment line''' of the file. | |||
# (optional) Block ''CODE_AND_TIME_INFO''<br />Can be used to fill in attributes to the depth variable before generating a [[CF-NETCDF.NC|CF-NetCDF]] file. | |||
##CODE = '''phydef code''' to explain the meaning of the depth data [17,617,1149]. | |||
##TIME = '''reference time''' of the depth data. | |||
##BEGIN = '''start time''' of the validity period of the depth data. | |||
##END = '''end time''' of the validity period of the depth data. | |||
|nutzerprogramme= | |nutzerprogramme= | ||
[[ABDF]], ARCGIS, [[DATACONVERT]], [[DIDAMERGE]], [[DIDAMINTZ]], [[DIDAMERGE]], [[DIDASPLIT]], [[DEPRO2D]], [[DREHE2D]], [[ENERF]], [[FD2MET]], [[FRQWF]], [[GEOTRANSFORMER]], [[GRIDCONVERT]], [[GVIEW2D]], [[HVIEW2D]], [[IO_VOLUME]], [[JANET]], [[KACHEL2D]], [[LQ2PRO]], [[LZKAF]], [[LZKMF]], [[LZKSF]], [[LZKVF]], [[LZKWF]], [[METDIDA]], [[PARTRACE]], [[PARTRACE-3D]], [[PGCALC]], [[TC2BAGGER]], [[TC2GEOM]], [[TC2TR2]], [[TDKLF]], [[TDKSF]], [[TDKVF]], [[TDKWF]], [[TICLQ2]], [[TICTRI]], [[TM2DIDA]], [[TM2RND]], [[TOPVF]], [[TOUTR]], [[TR2DIDA]], [[TR2GEOM]], [[TR2REFRESH]], [[TR3DIDA]], [[UNK]], [[UPDA2D]], [[UTRRND]], [[VOLUMETH]], [[VTDK]], [[VVIEW2D]], [[WARM]], [[XTRDATA]], [[XTRLQ2]] | [[ABDF]], ARCGIS, [[DATACONVERT]], [[DIDAMERGE]], [[DIDAMINTZ]], [[DIDAMERGE]], [[DIDASPLIT]], [[DEPRO2D]], [[DREHE2D]], [[ENERF]], [[FD2MET]], [[FRQWF]], [[GEOTRANSFORMER]], [[GRIDCONVERT]], [[GVIEW2D]], [[HVIEW2D]], [[IO_VOLUME]], [[JANET]], [[KACHEL2D]], [[LQ2PRO]], [[LZKAF]], [[LZKMF]], [[LZKSF]], [[LZKVF]], [[LZKWF]], [[METDIDA]], [[PARTRACE]], [[PARTRACE-3D]], [[PGCALC]], [[TC2BAGGER]], [[TC2GEOM]], [[TC2TR2]], [[TDKLF]], [[TDKSF]], [[TDKVF]], [[TDKWF]], [[TICLQ2]], [[TICTRI]], [[TM2DIDA]], [[TM2RND]], [[TOPVF]], [[TOUTR]], [[TR2DIDA]], [[TR2GEOM]], [[TR2REFRESH]], [[TR3DIDA]], [[UNK]], [[UPDA2D]], [[UTRRND]], [[VOLUMETH]], [[VTDK]], [[VVIEW2D]], [[WARM]], [[XTRDATA]], [[XTRLQ2]] | ||
Line 25: | Line 44: | ||
.bin | .bin | ||
|writemodules= | |writemodules= | ||
$PROGHOME/fortran/lib/h_grid/*/mod_p_h_grid_ui.f90<br /> | |||
$PROGHOME/fortran/lib/tria/*/g05.f90 (deprecated) <br /> | |||
$PROGHOME/fortran/lib/datatypes/*/mod_systemfile.f90 (SUB write_system_data) (deprecated) | |||
|readmodules= | |readmodules= | ||
$PROGHOME/fortran/lib/h_grid/*/mod_p_h_grid_ui.f90<br /> | |||
$PROGHOME/fortran/lib/tria/*/g05.f90 (deprecated)<br /> | |||
$PROGHOME/fortran/lib/datatypes/*/mod_systemfile.f90 (SUBs read_system_info - alloc_system - read_system_data) (deprecated) | |||
|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] | |contact_maintenance=[mailto:guenther.lang@baw.de G. Lang] | ||
|examplefile= | |examplefile= | ||
$PROGHOME/examples/gitter05/gitter05.dat<br /> | |||
$PROGHOME/examples/lib/h_grid/g05.plus_CF-NetCDF_Info.dat | |||
}} | }} |
Revision as of 08:09, 6 May 2011
Basic Information
File-Type
gitter05.dat and gitter05.bin
File-Form
FORMATTED, UNFORMATTED
Version
May 2011
Description-Date
May 2011
Significance of the File
contains a two-dimensional finite element grid (triangles) in BAW-DHs TICAD-format
Remark: can be also used as a dredger-grid to store modification depths as well as to store depth differences between grids.
File-Contents (in Catchwords)
- number of nodes and number of elements for a two-dimensional finite element grid (triangular elements)
- coordinates (x,y) of the nodes
- depth (z) at the nodes (actual depth or depth of the non-erodible layer)
- nodal point connexions of the elements
- boundary marker (between 0 and 7) for each element
- (optional) EPSG code for coordinate transformation (see EPSG Geodetic Parameter Registry)
A line with a logical TRUE has to be present, if blocks with CF-NetCDF-Info follow. - (optional) Block GLOBAL_STATIC
Can be used to fill in global attributes before generating a CF-NetCDF file.- NH = number of history lines.
- NC = number of comment lines.
- (optional) Block GLOBAL
Can be used to fill in global attributes before generating a CF-NetCDF file.- INSTITUTION = institution which generates the data.
- REFERENCES = reference of the providing institution.
- CONVENTIONS = NetCDF conventions which are fulfilled by the file.
- TITLE = title of the file.
- SOURCE = source of the file.
- (optional) blocks GLOBAL_HISTORY
Can be used to fill in global attributes before generating a CF-NetCDF file.- HISTORY = a history line of the file.
- (optional) blocks GLOBAL_COMMENT
Can be used to fill in global attributes before generating a CF-NetCDF file.- COMMENT = a comment line of the file.
- (optional) Block CODE_AND_TIME_INFO
Can be used to fill in attributes to the depth variable before generating a CF-NetCDF file.- CODE = phydef code to explain the meaning of the depth data [17,617,1149].
- TIME = reference time of the depth data.
- BEGIN = start time of the validity period of the depth data.
- END = end time of the validity period of the depth data.
Programs using this Type of File
ABDF, ARCGIS, DATACONVERT, DIDAMERGE, DIDAMINTZ, DIDAMERGE, DIDASPLIT, DEPRO2D, DREHE2D, ENERF, FD2MET, FRQWF, GEOTRANSFORMER, GRIDCONVERT, GVIEW2D, HVIEW2D, IO_VOLUME, JANET, KACHEL2D, LQ2PRO, LZKAF, LZKMF, LZKSF, LZKVF, LZKWF, METDIDA, PARTRACE, PARTRACE-3D, PGCALC, TC2BAGGER, TC2GEOM, TC2TR2, TDKLF, TDKSF, TDKVF, TDKWF, TICLQ2, TICTRI, TM2DIDA, TM2RND, TOPVF, TOUTR, TR2DIDA, TR2GEOM, TR2REFRESH, TR3DIDA, UNK, UPDA2D, UTRRND, VOLUMETH, VTDK, VVIEW2D, WARM, XTRDATA, XTRLQ2
Example-File
$PROGHOME/examples/gitter05/gitter05.dat
$PROGHOME/examples/lib/h_grid/g05.plus_CF-NetCDF_Info.dat
back to: File Descriptions