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.
19 lines
359 B
19 lines
359 B
netcdf test_vlen11 {
|
|
types:
|
|
compound v_base_v2_t_base_t {
|
|
int v1_t ;
|
|
}; // v_base_v2_t_base_t
|
|
v_base_v2_t_base_t(*) v_base_v2_t_t ;
|
|
compound v_base_t {
|
|
v_base_v2_t_t v2_t ;
|
|
}; // v_base_t
|
|
v_base_t(*) v_t ;
|
|
variables:
|
|
v_t v ;
|
|
|
|
// global attributes:
|
|
:_DAP4_Little_Endian = 1UB ;
|
|
data:
|
|
|
|
v = {{{{1}, {3}, {5}, {7}}}, {{{100}, {200}}}} ;
|
|
}
|
|
|