netcdf-c/ncdap_test/expected4/synth2.dmp
2010-06-03 13:24:43 +00:00

15 lines
507 B
Plaintext

netcdf synth2 {
types:
compound Q1_record_t {
short v2(4) ;
float v4(2) ;
}; // Q1_record_t
Q1_record_t(*) Q1_t ;
variables:
Q1_t Q1 ;
data:
Q1 =
{{{116, 216, 316, 416}, {1320, 2320}}, {{516, 616, 716, 816}, {3320, 4320}}, {{916, 1016, 1116, 1216}, {5320, 6320}}, {{1316, 1416, 1516, 1616}, {7320, 8320}}, {{1716, 1816, 1916, 2016}, {9320, 10320}}, {{2116, 2216, 2316, 2416}, {11320, 12320}}, {{2516, 2616, 2716, 2816}, {13320, 14320}}, {{2916, 3016, 3116, 3216}, {15320, 16320}}} ;
}