mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
netcdf nestedDAS {
|
|
variables:
|
|
ubyte b31 ;
|
|
string b32 ;
|
|
string b32:billy = "Bob is my real name" ;
|
|
string b32:Robert = "Really wants to be called Billy" ;
|
|
data:
|
|
|
|
b31 = 0 ;
|
|
|
|
b32 = "This is a data test string (pass 0)." ;
|
|
}
|