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

16 lines
216 B
Plaintext

netcdf test {
dimensions:
i32_0 = 2 ;
i32_1 = 2 ;
i32_2 = 3 ;
variables:
int i32(i32_0, i32_1, i32_2) ;
data:
i32 =
8192, 10240, 12288,
16384, 18432, 20480,
32768, 34816, 36864,
40960, 43008, 45056 ;
}