netcdf-c/ncdap_test/testdata3/test.06.dds
2010-06-03 13:24:43 +00:00

33 lines
567 B
Plaintext

Dataset {
Grid {
ARRAY:
Float64 amp[10];
MAPS:
Float64 x[10];
} OneD;
Grid {
ARRAY:
Float64 amp[10][10];
MAPS:
Float64 x[10];
Float64 y[10];
} TwoD;
Grid {
ARRAY:
Float64 amp[10][10][10];
MAPS:
Float64 x[10];
Float64 y[10];
Float64 z[10];
} ThreeD;
Grid {
ARRAY:
Float64 tamp[10][10][10][10];
MAPS:
Float64 x[10];
Float64 y[10];
Float64 z[10];
Float64 t[10];
} FourD;
} SimpleGrids;