netcdf-c/ncdump/cdl/small2.cdl

12 lines
130 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
netcdf small2 {
dimensions:
t = UNLIMITED ; // (1 currently)
m = 5 ;
variables:
byte b(t, m) ;
data:
b =
1, 2, 3, 4, 5 ;
}