LOCATION GRID.DAT: Difference between revisions
From BAWiki
imported>Lang Guenther m (Link UNTRIM2) |
imported>Seiss Guntram m (expand user programs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|name_de=LOCATION_GRID.DAT | |name_de=LOCATION_GRID.DAT | ||
|filetype=location_grid.dat | |filetype=location_grid.dat | ||
|version= | |version=March 2011 | ||
|version_descr= | |version_descr=March 2011 | ||
|significance=system file with informations about an arbitrary number of different specific locations | |significance=system file with informations about an arbitrary number of different specific locations | ||
|filecontents= | |filecontents= | ||
# '''filetype''' which should help to automatically identify the contents of this type of file. | The file is a sequence of different namelist blocks. | ||
# '''number of specific locations''' which are contained in the file. | # Block ''FILETYP'' | ||
# '''name(s)''', '''coordinates''' | ##FTYP = '''filetype''' which should help to automatically identify the contents of this type of file. | ||
# Block ''STATIC'' | |||
##NL = '''number of specific locations''' which are contained in the file. | |||
# Blocks ''LOCATION''<br />informations for a specific location. | |||
##NAME = '''name(s)''' of the position (long-, code- and short name). | |||
##NODE = '''ID''' and '''coordinates''' of the position. | |||
##COLOUR = '''colour index''' of the position. | |||
##DEPTH = '''depth''' at the position. | |||
# (optional) block ''EPSG_GEODETIC_PARAMETER''<br />This block has to be present, if the file shall be converted into a [[CF-NETCDF.NC|CF-NetCDF]] file. | |||
##EPSG = '''EPSG code''' for coordinate transformation (see [http://www.epsg-registry.org/ EPSG Geodetic Parameter Registry]). | |||
# (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]], [[ADCP2BDF]], [[DIDAMERGE]], [[DIDAMINTZ]], [[ENERF]], [[FRQWF]], [[GVIEW2D]], [[LZKSF]], [[LZKWF]], [[PGCALC]], [[TDKLF]], [[TDKSF]], [[TDKVF]], [[TDKWF]], [[UNTRIM]], [[UNTRIM2]], [[UNTRIM2007]], [[UTRPRE]], [[UTRRND]], [[VTDK]], [[XTRDATA]] | [[ABDF]], [[ADCP2BDF]], [[DATACONVERT]], [[DIDAMERGE]], [[DIDAMINTZ]], [[ENERF]], [[FRQWF]], [[GEOTRANSFORMER]], [[GRIDCONVERT]], [[GVIEW2D]], [[LZKSF]], [[LZKWF]], [[PGCALC]], [[TDKLF]], [[TDKSF]], [[TDKVF]], [[TDKWF]], [[UNTRIM]], [[UNTRIM2]], [[UNTRIM2007]], [[UTRPRE]], [[UTRRND]], [[VTDK]], [[XTRDATA]] | ||
|language=Fortran90 | |language=Fortran90 | ||
|fileform=FORMATTED | |fileform=FORMATTED | ||
|fileaccess=SEQUENTIAL | |fileaccess=SEQUENTIAL | ||
|fileextension=.dat | |fileextension=.dat | ||
|writemodules=$PROGHOME/fortran/lib/io/*/mod_location_grid_io.f90 | |writemodules=$PROGHOME/fortran/lib/io/*/mod_location_grid_io.f90 (deprecated)<br /> | ||
|readmodules=$PROGHOME/fortran/lib/io/*/mod_location_grid_io.f90 | $PROGHOME/fortran/lib/l_grid/*/mod_p_l_grid_ui.f90 | ||
|readmodules=$PROGHOME/fortran/lib/io/*/mod_location_grid_io.f90 (deprecated)<br /> | |||
$PROGHOME/fortran/lib/l_grid/*/mod_p_l_grid_ui.f90 | |||
|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/untrim/m.location.dat<br /> | |||
$PROGHOME/examples/lib/l_grid/lg.plus_CF-NetCDF_Info.dat | |||
}} | }} |
Latest revision as of 08:58, 17 March 2015
Basic Information
File-Type
location_grid.dat
File-Form
FORMATTED
Version
March 2011
Description-Date
March 2011
Significance of the File
system file with informations about an arbitrary number of different specific locations
File-Contents (in Catchwords)
The file is a sequence of different namelist blocks.
- Block FILETYP
- FTYP = filetype which should help to automatically identify the contents of this type of file.
- Block STATIC
- NL = number of specific locations which are contained in the file.
- Blocks LOCATION
informations for a specific location.- NAME = name(s) of the position (long-, code- and short name).
- NODE = ID and coordinates of the position.
- COLOUR = colour index of the position.
- DEPTH = depth at the position.
- (optional) block EPSG_GEODETIC_PARAMETER
This block has to be present, if the file shall be converted into a CF-NetCDF file.- EPSG = EPSG code for coordinate transformation (see EPSG Geodetic Parameter Registry).
- (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, ADCP2BDF, DATACONVERT, DIDAMERGE, DIDAMINTZ, ENERF, FRQWF, GEOTRANSFORMER, GRIDCONVERT, GVIEW2D, LZKSF, LZKWF, PGCALC, TDKLF, TDKSF, TDKVF, TDKWF, UNTRIM, UNTRIM2, UNTRIM2007, UTRPRE, UTRRND, VTDK, XTRDATA
Example-File
$PROGHOME/examples/untrim/m.location.dat
$PROGHOME/examples/lib/l_grid/lg.plus_CF-NetCDF_Info.dat
back to: File Descriptions