netcdf-c/ncdap_test/nocacheremote4/test.07a.dmp
2010-06-03 13:24:43 +00:00

20 lines
344 B
Plaintext

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