netcdf-c/ncdap_test/nocacheremote3/test.02.1.dmp
2010-06-03 13:24:43 +00:00

10 lines
93 B
Plaintext

netcdf test {
dimensions:
b_0 = 5 ;
variables:
byte b(b_0) ;
data:
b = 1, 3, 5, 7, 9 ;
}