Cloned library NetCDF-C-4.9.2 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
645 B

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 ;
}