Unidata - To provide the data services, tools, and cyberinfrastructure leadership that advance Earth system science, enhance educational opportunities, and broaden participation. Unidata
         
  advanced  
 
Previous: Sea Sounding Example Code Next: Porting and Testing the NetCDF C/Fortran/C++ Libraries Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > User Defined Types in NetCDF-4

16.17 Sea Sounding Example
The ncdump output shows the type defined by nc_test4/cdm_sea_soundings.c.

 

bash-3.00$ ../ncdump/ncdump cdm_sea_soundings.nc
netcdf cdm_sea_soundings {
types:
  compound sea_sounding {
    int sounding_no ;
    temp_vlen temp_vl ;
  } // sea_sounding
  float(*) temp_vlen ; // variable length
dimensions:
        Sounding = 3 ;
variables:
        sea_sounding fun_soundings(Sounding) ;
data:

 fun_soundings = }

 


Previous: Sea Sounding Example Code Next: Porting and Testing the NetCDF C/Fortran/C++ Libraries Table of contents Frames User guide
2008 Unidata NetCDF Workshop for Developers and Data Providers > User Defined Types in NetCDF-4

 
 
  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