Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 

Next: , Previous: Useful Functions, Up: Useful Functions


3.1 Creating New Files and Metadata, an Overview

To construct a netCDF file you need to:

create the file
Specify the name, optionally the format: classic (the default) or 64bit-offset.
define metadata
Specify the names and types of dimensions, data variables, and attributes.
write data
Write arrays of data from program variables to the netCDF file. Arrays of data may be written all at once, or in subsets.
close the file
Close the file to flush all buffers to the disk and free all resources allocated for this file.
 
 
  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