netcdf-c/ncdap_test/expected3/NestedSeq.dmp
2011-11-14 04:20:19 +00:00

10 lines
125 B
Plaintext

netcdf NestedSeq {
dimensions:
person1 = 5 ;
variables:
int person1.age(person1) ;
data:
person1.age = 1, 2, 3, 5, 8 ;
}