mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
19 lines
362 B
Plaintext
19 lines
362 B
Plaintext
Dataset {
|
|
Structure {
|
|
Int32 j;
|
|
Int32 i[3];
|
|
Structure {
|
|
Int32 i;
|
|
Float64 f[10];
|
|
} data;
|
|
Grid {
|
|
ARRAY:
|
|
Float64 amp[10][10][10];
|
|
MAPS:
|
|
Float64 x[10];
|
|
Float64 y[10];
|
|
Float64 z[10];
|
|
} ThreeD;
|
|
} exp;
|
|
} ComplexStructure02;
|