netcdf-c/ncdump/expected/tst_ncml.dmp

15 lines
245 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:
}