mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
17 lines
313 B
Plaintext
17 lines
313 B
Plaintext
Dataset {
|
|
Sequence {
|
|
Structure {
|
|
Int32 i;
|
|
Float64 f[2][5];
|
|
} data;
|
|
Float32 lat;
|
|
Float32 lng;
|
|
Grid {
|
|
ARRAY:
|
|
Float64 fluor[10];
|
|
MAPS:
|
|
Float64 depth[10];
|
|
} profile;
|
|
} CS01;
|
|
} ComplexSequence01;
|