netcdf-c/ncdap_test/testdata3/synth9.dds
dmh c5fe913d54 re: https://github.com/Unidata/netcdf-c/issues/117
It appears the problem is that synth9 was erroneously
included in testing. It involves a nested sequence which
is not translatable. Not sure why it was still there,
but fix is to suppress the test.
2015-07-05 19:26:01 -06:00

12 lines
225 B
Plaintext

Dataset {
Grid {
Array:
Float32 temp[lat=2][long=2];
Maps:
Int32 lat[lat=2];
Int32 long[long=2];
} G1;
Int32 lat[lat=2];
Int32 long[long=2];
} SYNTH9;