mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
20 lines
421 B
Plaintext
20 lines
421 B
Plaintext
|
Dataset {
|
||
|
Sequence {
|
||
|
Structure {
|
||
|
Float64 windW[10];
|
||
|
Float64 windN[10];
|
||
|
String name;
|
||
|
} station;
|
||
|
Grid {
|
||
|
ARRAY:
|
||
|
Float64 fluor[10][10][10];
|
||
|
MAPS:
|
||
|
Float64 lat[10];
|
||
|
Float64 lon[10];
|
||
|
Float64 depth[10];
|
||
|
} profile;
|
||
|
Float32 sst;
|
||
|
Float32 light;
|
||
|
} CS02;
|
||
|
} ComplexSequence02;
|