2
0
mirror of https://github.com/Unidata/netcdf-c.git synced 2025-03-07 17:08:02 +08:00
netcdf-c/ncdump/ref_tst_string_data.cdl

12 lines
230 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
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\"" ;
2010-06-03 21:24:43 +08:00
}