netcdf-c/ncdump/cdl4/small2.cdl
2010-06-03 13:24:43 +00:00

12 lines
130 B
Plaintext
Executable File

netcdf small2 {
dimensions:
t = UNLIMITED ; // (1 currently)
m = 5 ;
variables:
byte b(t, m) ;
data:
b =
1, 2, 3, 4, 5 ;
}