netcdf-c/ncdap_test/expected4/nestedDAS.dmp
2010-06-03 13:24:43 +00:00

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)." ;
}