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.
13 lines
205 B
13 lines
205 B
2 years ago
|
netcdf test_opaque_array {
|
||
|
types:
|
||
|
opaque(8) o_t;
|
||
|
dimensions:
|
||
|
d2 = 2;
|
||
|
variables:
|
||
|
o_t vo2(d2,d2);
|
||
|
data:
|
||
|
vo2 =
|
||
|
0X0123456789ABCDEF, 0XABCDEF0000000000,
|
||
|
0XFEDCBA9876543210, 0XFEDCBA9999999999;
|
||
|
}
|