netcdf-c/ncdap_test/expectremote4/test.07a.dmp

20 lines
344 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
netcdf test {
types:
compound person1_t {
string name ;
int age ;
}; // person1_t
compound person2_t {
string name ;
int age ;
}; // person2_t
variables:
person1_t person1 ;
person2_t person2 ;
data:
person1 = {"This is a data test string (pass 0).", 1} ;
person2 = {"This is a data test string (pass 1).", 2} ;
}