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
322 B
16 lines
322 B
netcdf test_opaque_array.7.nc {
|
|
types:
|
|
opaque(16) opaque16_t ;
|
|
dimensions:
|
|
_Anonymous1 = 1 ;
|
|
_Anonymous2 = 2 ;
|
|
variables:
|
|
opaque16_t vo2(_Anonymous1, _Anonymous2) ;
|
|
|
|
// global attributes:
|
|
string :_dap4.ce = "/vo2[1][0:1]" ;
|
|
data:
|
|
|
|
vo2 =
|
|
0XFEDCBA98765432100000000000000000, 0XFEDCBA99999999990000000000000000 ;
|
|
}
|
|
|