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

12 lines
127 B
Plaintext

netcdf synth1 {
types:
compound S1_t {
int v1(3) ;
}; // S1_t
variables:
S1_t S1 ;
data:
S1 = {{132, 232, 332}} ;
}