mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-21 08:39:46 +08:00
12 lines
221 B
Plaintext
Executable File
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" ;
|
|
}
|