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