WOCE Logo  World Ocean Circulation Experiment
  Global Data Resource 3.0
   DVD Disk 1
 
   DVD Home   |   Documents   |   Software/Resources   |   Help
 
Inventories
WOCE Bibliography
Data Information Unit
Data Sets
    Current Meters
    Drifters
    Sub Surface Floats
    Air-Sea Fluxes
    Hydrography
    Profiling Floats
    Sea Surface Salinity
    Shipboard ADCP
    Surface Meteorology
    Upper Ocean Thermal
Search Tool
Global Data History
 
 Data Sets on WOCE Data DVD Disk 2:

  Bathymetry
  Satellite Sea Level
  Satellite Sea Surface Temperature
  Satellite Surface Winds
  Sea Level - Delayed Mode
  Sea Level - Fast Return
  eWOCE
 
netCDF Primer   | Software   | netCDF Online hyperlink   | WOCE Conventions

What is netCDF (network Common Data Form)?

NetCDF (network Common Data Form) is an interface for array-oriented data access and a library that provides an implementation of the interface. The netCDF library also defines a machine-independent format for representing scientific data. Together, the interface, library, and format support the creation, access, and sharing of scientific data. The netCDF software was developed at the Unidata Program Center in Boulder, Colorado.

NetCDF data is:

  • Self-Describing. A netCDF file includes information about the data it contains.
  • Architecture-independent. A netCDF file is represented in a form that can be accessed by computers with different ways of storing integers, characters, and floating-point numbers.
  • Direct-access. A small subset of a large dataset may be accessed efficiently, without first reading through all the preceding data.
  • Appendable. Data can be appended to a netCDF dataset along one dimension without copying the dataset or redefining its structure. The structure of a netCDF dataset can be changed, though this sometimes causes the dataset to be copied.
  • Sharable. One writer and multiple readers may simultaneously access the same netCDF file.