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

14 lines
176 B
Plaintext

netcdf synth3 {
types:
compound S1_t {
int v1(3) ;
}; // S1_t
dimensions:
S1_0 = 2 ;
variables:
S1_t S1(S1_0) ;
data:
S1 = {{132, 232, 332}}, {{432, 532, 632}} ;
}