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

12 lines
224 B
Plaintext

netcdf tst_string_data {
dimensions:
line = 5 ;
variables:
string description(line) ;
string description:_FillValue = "" ;
data:
description = "first string", "second string", "third string", _,
"last string" ;
}