netcdf synth8 { types: float(*) Q2_t ; compound Q1_record_t { Q2_t Q2 ; }; // Q1_record_t Q1_record_t(*) Q1_t ; variables: Q1_t Q1 ; data: Q1 = {{{1320, 2320, 3320, 4320}}, {{5320, 6320, 7320, 8320}}, {{9320, 10320, 11320, 12320}}, {{13320, 14320, 15320, 16320}}} ; }