netcdf-c/ncdump/ref_tst_compounds3.cdl
2010-06-03 13:24:43 +00:00

15 lines
171 B
Plaintext

netcdf ref_tst_compounds3 {
types:
compound cmp_t {
float x ;
double y ;
}; // cmp_t
dimensions:
n = 1 ;
variables:
cmp_t var(n) ;
data:
var = {1, -2} ;
}