Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 
Previous: CDL Next: NetCDF Files Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > The "Classic" NetCDF Data Model

3.4 A Simple Example
A concrete example of netCDF dimensions, variables, and attributes.

Let's look at the dimensions, variables, and attributes from the netCDF file co2.nc:

ncdump -h co2.nc
netcdf co2 {
dimensions:
	T = 456 ;
variables:
	float T(T) ;
		T:units = "months since 1960-01-01" ;
	float co2(T) ;
		co2:long_name = "CO2 concentration by volume" ;
		co2:units = "1.0e-6" ;
		co2:_FillValue = -99.99f ;

// global attributes:
		:references = "Keeling_etal1996, Keeling_etal1995" ;

 


Previous: CDL Next: NetCDF Files Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > The "Classic" NetCDF Data Model

 
 
  Contact Us     Site Map     Search     Terms and Conditions     Privacy Policy     Participation Policy
 
National Science Foundation (NSF) UCAR Community Programs   Unidata is a member of the UCAR Community Programs, is managed by the University Corporation for Atmospheric Research, and is sponsored by the National Science Foundation.
P.O. Box 3000     Boulder, CO 80307-3000 USA     Tel: 303-497-8643     Fax: 303-497-8690