Actions

CF-NETCDF.NC: Difference between revisions

From BAWiki

imported>Spohr Susanne
mNo edit summary
imported>Lang Guenther
(Hinweis auf NetCDF-4/HDF5)
Line 7: Line 7:
* BAW instance of a [[NETCDF.CDF|NetCDF]] file.
* BAW instance of a [[NETCDF.CDF|NetCDF]] file.
* NetCDF conventions, used to store BAW specific data, are documented in detail in the [[NetCDF|NetCDF-Pages of BAW-Wiki]].
* NetCDF conventions, used to store BAW specific data, are documented in detail in the [[NetCDF|NetCDF-Pages of BAW-Wiki]].
* CF compliance verified using the [http://puma.nerc.ac.uk/cgi-bin/cf-checker.pl NCAS ''CF Compliance Checker''].  
* CF compliance verified using the [http://puma.nerc.ac.uk/cgi-bin/cf-checker.pl NCAS ''CF Compliance Checker''].
* Since May 2011 NetCDF-4/HDF5 is supported.  
|filecontents=
|filecontents=
# '''header with metadata:'''
# '''header with metadata:'''

Revision as of 15:35, 25 May 2011

Basic Information

File-Type

cf-netcdf.nc

File-Form

UNFORMATTED

Version

Mai 2011

Description-Date

Mai 2011

Significance of the File

File-Contents (in Catchwords)

  1. header with metadata:
    1. list of dimensions (name and length),
    2. list of variables (name, type and dimension(s)) for which data are stored in the file,
    3. attributes related to variables (long_name, units etc.), and
    4. 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:
  2. data for all variables stored in the file:
    1. coordinate-variable data,
    2. data for ordinary variables, for which only one data record is stored in the file, and finally
    3. data for record-variables (which have one unlimited dimension, e.g. time), which can be stored several times.

Programs using this Type of File

ArcGIS, DATACONVERT, GRIDCONVERT

Example-File

$PROGHOME/examples/lib/l_grid/lg.all_CF-NetCDF_Info.nc
$PROGHOME/examples/lib/h_grid/g05-Content.CF-NetCDF.nc
$PROGHOME/examples/lib/h_grid/UNTRIM-Content.CF-NetCDF.nc


back to: File Descriptions


Overview