netcdf-c/ncdump/cdl/tst_ncml.cdl

15 lines
254 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
netcdf tst_ncml {
dimensions:
m = 2;
t = UNLIMITED ; // (0 currently)
variables:
float var (t, m);
var:tatt = "text attribute value" ;
var:natt = 1, 2;
// global attributes:
:gtatt = "<, >, \', \", and &" ;
:gnatt = 3, 4;
data:
}