Previous: Enumerations Next: NetCDF-4 Performance Improvements Table of contents Frames 2010 Unidata NetCDF Workshop > Introduction to NetCDF-4

13.8 Variable-Length Types
Variable-Length types provide support for ragged arrays.
Simple example: ragged array
  types:
    float(*) row_of_floats;
  dimensions:
    m = 50;
  variables:
    row_of_floats ragged_array(m);
Nested example: in situ observations
Show popup

Notes on netCDF-4 Variable-Length Types

 


Previous: Enumerations Next: NetCDF-4 Performance Improvements Table of contents Frames 2010 Unidata NetCDF Workshop > Introduction to NetCDF-4