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

12 lines
221 B
Plaintext
Executable File

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