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.
 
 
 
 
 
 

19 lines
356 B

netcdf NestedSeq2 {
dimensions:
person1 = 5 ;
person2 = 5 ;
variables:
int person1.age(person1) ;
int person1.size(person1) ;
int person2.age(person2) ;
int person2.size(person2) ;
data:
person1.age = 1, 3, 8, 21, 55 ;
person1.size = 2, 5, 13, 34, 89 ;
person2.age = 144, 377, 987, 2584, 6765 ;
person2.size = 233, 610, 1597, 4181, 10946 ;
}