NETCDF.CDF: Difference between revisions
From BAWiki
imported>BAWiki 2 (Created page with '{{FileDescription |name_de=NETCDF.CDF |filetype=netcdf.cdf |version=September 2002 |version_descr=September 2002 |significance=Universal (open source) file format for measured …') |
imported>Lang Guenther (file extension changed from .cdf to .nc) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|name_de=NETCDF.CDF | |name_de=NETCDF.CDF | ||
|filetype=netcdf.cdf | |filetype=netcdf.cdf | ||
|version= | |version=August 2010 | ||
|version_descr= | |version_descr=August 2016 | ||
|significance=Universal (open source) file format for measured and/or model data. Data (variables) can be either scalar variables as well as one- or multi-dimensional arrays. The format allows effective storage for variables of different dimension, size and type. Attributes can be used to attach additional informations to the whole file as well as to individual variables. | |significance=The BAW instance of a NetCDF file developed since 2010 is a file of type [[CF-NETCDF.NC]].<br /> | ||
Universal (open source) file format for measured and/or model data. Data (variables) can be either scalar variables as well as one- or multi-dimensional arrays. The format allows effective storage for variables of different dimension, size and type. Attributes can be used to attach additional informations to the whole file as well as to individual variables. | |||
Further informations can be found under example-file/documents below. | Further informations can be found under example-file/documents below. | ||
|filecontents= | |filecontents= | ||
Line 12: | Line 14: | ||
## '''attributes related to variables''' ('''long_name, units''' etc.), and | ## '''attributes related to variables''' ('''long_name, units''' etc.), and | ||
## '''global attributes''' ('''title, history''' etc.). | ## '''global attributes''' ('''title, history''' etc.). | ||
#:Remark: the names | #:Remark: the names of attributes as well as standard variable names should be chosen according to the following given conventions: | ||
#:* [http://cf-pcmdi.llnl.gov/ ''NetCDF Climate and Forecast (CF) Metadata Convention''], and | |||
#:* [http://cf-pcmdi.llnl.gov/documents/cf-standard-names/standard-name-table/15/cf-standard-name-table.html ''CF Standard Name Table'']. | |||
# '''data''' for all variables stored in the file: | # '''data''' for all variables stored in the file: | ||
## (optional) '''coordinate-variable''' data, | ## (optional) '''coordinate-variable''' data, | ||
## (optional) data for ordinary''' variables''', for which only one data record is stored in the file, and finally | ## (optional) data for ordinary''' variables''', for which only one data record is stored in the file, and finally | ||
## (optional) data for '''record-variables''' (which have one unlimited dimension, e.g.''' time'''), which can be stored several times. | ## (optional) data for '''record-variables''' (which have one unlimited dimension, e.g.''' time'''), which can be stored several times. | ||
|nutzerprogramme=[[BATCHPLOT]], [[DATACONVERT]], [[GETDATA]], [[IO_VOLUME]], [[ | |nutzerprogramme=[[BATCHPLOT]], [[DATACONVERT]], [[GETDATA]], [[IO_VOLUME]], [[TELEMAC-2D]] [SediMorph], [[UNK]], [[UNS]], [[UNTRIM ]], [[UNTRIM2]], [SediMorph, k-Modell] | ||
|language=C with interfaces for FORTRAN77/90 | |language=C with interfaces for FORTRAN77/90 | ||
|fileform=UNFORMATTED | |fileform=UNFORMATTED | ||
|fileaccess=SEQUENTIAL | |fileaccess=SEQUENTIAL | ||
|fileextension=. | |fileextension=.nc (preferred) | ||
|writemodules=$PROGHOME/C/lib/netcdf/netcdf3.5.0/hp/f90/netcdf.f90<br/> | |writemodules=$PROGHOME/C/lib/netcdf/netcdf3.5.0/hp/f90/netcdf.f90<br/> | ||
$PROGHOME/C/lib/netcdf/netcdf3.5.0/SGI/f90/netcdf.f90io_dataset_ui (User-Interface) | $PROGHOME/C/lib/netcdf/netcdf3.5.0/SGI/f90/netcdf.f90io_dataset_ui (User-Interface) |
Latest revision as of 08:49, 16 August 2016
Basic Information
File-Type
netcdf.cdf
File-Form
UNFORMATTED
Version
August 2010
Description-Date
August 2016
Significance of the File
The BAW instance of a NetCDF file developed since 2010 is a file of type CF-NETCDF.NC.
Universal (open source) file format for measured and/or model data. Data (variables) can be either scalar variables as well as one- or multi-dimensional arrays. The format allows effective storage for variables of different dimension, size and type. Attributes can be used to attach additional informations to the whole file as well as to individual variables. Further informations can be found under example-file/documents below.
File-Contents (in Catchwords)
- header with metadata:
- list of dimensions (name and length),
- list of variables (name, type and dimension(s)) for which data are stored in the file,
- attributes related to variables (long_name, units etc.), and
- global attributes (title, history etc.).
- Remark: the names of attributes as well as standard variable names should be chosen according to the following given conventions:
- data for all variables stored in the file:
- (optional) coordinate-variable data,
- (optional) data for ordinary variables, for which only one data record is stored in the file, and finally
- (optional) data for record-variables (which have one unlimited dimension, e.g. time), which can be stored several times.
Programs using this Type of File
BATCHPLOT, DATACONVERT, GETDATA, IO_VOLUME, TELEMAC-2D [SediMorph], UNK, UNS, UNTRIM , UNTRIM2, [SediMorph, k-Modell]
Example-File
- general informations can be found on the NetCDF-Homepage as well as in several NetCDF-documents related to the C, FORTRAN 77 and FORTRAN 90 programming interfaces;
- io_dataset_ui (User-Interface), BAW-DH's User-Interface for different file formats;
- names for dimensions and variables should be chosen according to various conventions. A detailed description of the names actually used at BAW-DH can be found in
- base module dimension (mod_b_dim.f90) and
- base module attribute (mod_b_att.f90).
back to: File Descriptions