mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
39 lines
715 B
Plaintext
39 lines
715 B
Plaintext
Dataset {
|
|
Grid {
|
|
Array:
|
|
String bears[i = 2][j = 3];
|
|
Maps:
|
|
Int32 i[i = 2];
|
|
Float32 j[j = 3];
|
|
} bears;
|
|
Grid {
|
|
Array:
|
|
Int16 order[i = 2][j = 3];
|
|
Maps:
|
|
Int32 i[i = 2];
|
|
Float32 j[j = 3];
|
|
} order;
|
|
Grid {
|
|
Array:
|
|
Int32 shot[i = 2][j = 3];
|
|
Maps:
|
|
Int32 i[i = 2];
|
|
Float32 j[j = 3];
|
|
} shot;
|
|
Grid {
|
|
Array:
|
|
Float32 aloan[i = 2][j = 3];
|
|
Maps:
|
|
Int32 i[i = 2];
|
|
Float32 j[j = 3];
|
|
} aloan;
|
|
Grid {
|
|
Array:
|
|
Float64 cross[i = 2][j = 3];
|
|
Maps:
|
|
Int32 i[i = 2];
|
|
Float32 j[j = 3];
|
|
} cross;
|
|
Int16 l[l = 3];
|
|
} bears.nc;
|