netcdf-c/ncdump/cdl4/ref_tst_string_data.cdl

12 lines
221 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
netcdf ref_tst_string_data {
dimensions:
line = 5 ;
variables:
string description(line) ;
description:_FillValue = "" ;
data:
description = "first string", "second string", "third string", _,
"last string" ;
}