netcdf-c/ncdump/tst_ncml.cdl

14 lines
329 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
netcdf tst_ncml {
dimensions:
m = 2;
t = unlimited;
variables:
float var (t, m);
var:tatt = "text attribute value" ;
var:natt = 1, 2;
var:datt = 7.02788826649782e-09, -7.02788826649782e-09 ;
2010-06-03 21:24:43 +08:00
:gtatt = "<, >, \', \", and &" ;
:gnatt = 3, 4;
:gdatt = -7.02788826649782e-09, 7.02788826649782e-09 ;
2010-06-03 21:24:43 +08:00
}