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

25 lines
645 B
Plaintext

netcdf test {
dimensions:
foo = 5 ;
foo.b_1 = 10 ;
foo.i_1 = 10 ;
variables:
byte foo.b(foo, foo.b_1) ;
int foo.i(foo, foo.i_1) ;
data:
foo.b =
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
0, 1, 2, 3, 4, 5, 6, 7, 8, 9 ;
foo.i =
0, 2048, 4096, 6144, 8192, 10240, 12288, 14336, 16384, 18432,
0, 2048, 4096, 6144, 8192, 10240, 12288, 14336, 16384, 18432,
0, 2048, 4096, 6144, 8192, 10240, 12288, 14336, 16384, 18432,
0, 2048, 4096, 6144, 8192, 10240, 12288, 14336, 16384, 18432,
0, 2048, 4096, 6144, 8192, 10240, 12288, 14336, 16384, 18432 ;
}