Previous: Sea Sounding Example Code Next: What NetCDF Developers Should Know About HDF5 Table of contents Frames User guide
2007 Unidata NetCDF Workshop for Developers and Data Providers > Using NetCDF-4 Features, Part 2

13.10 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: What NetCDF Developers Should Know About HDF5 Table of contents Frames User guide
2007 Unidata NetCDF Workshop for Developers and Data Providers > Using NetCDF-4 Features, Part 2