mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
10 lines
125 B
Plaintext
10 lines
125 B
Plaintext
netcdf NestedSeq {
|
|
dimensions:
|
|
person1 = 5 ;
|
|
variables:
|
|
int person1.age(person1) ;
|
|
data:
|
|
|
|
person1.age = 1, 2, 3, 5, 8 ;
|
|
}
|