Warning, /education/labplot/tests/import_export/netCDF/data/simple_xy.cdl is written in an unsupported language. File is not indexed.

0001 netcdf simple_xy {
0002 dimensions:
0003 //      x = 6 ;
0004         x = unlimited ;
0005         y = 12 ;
0006 variables:
0007         int data(x, y) ;
0008 data:
0009 
0010  data =
0011   0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11,
0012   12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23,
0013   24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35,
0014   36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
0015   48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
0016   60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71 ;
0017 }