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.
16 lines
216 B
16 lines
216 B
2 years ago
|
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 ;
|
||
|
}
|