2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-01-24 16:04:40 +08:00
netcdf-c/ncdump/ref_tst_string_data.cdl

12 lines
230 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 \n\"string\"" ;
}