mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-24 16:04:40 +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 ;
|
||
|
}
|