netcdf-c/ncdap_test/expectremote3/test.07.1.dmp
2010-06-03 13:24:43 +00:00

10 lines
116 B
Plaintext

netcdf test {
dimensions:
person = 5 ;
variables:
int person.age(person) ;
data:
person.age = 1, 2, 3, 5, 8 ;
}