netcdf-c/ncdap_test/expectremote3/test.07.1.dmp

16 lines
318 B
Plaintext
Raw Normal View History

2010-06-03 21:24:43 +08:00
netcdf test {
dimensions:
person = 5 ;
variables:
int person.age(person) ;
// global attributes:
:Facility.PrincipleInvestigator = "Mark Abbott\n",
"Ph.D" ;
:Facility.DataCenter = "COAS Environmental Computer Facility" ;
:Facility.DrifterType = "MetOcean WOCE/OCM" ;
2010-06-03 21:24:43 +08:00
data:
person.age = 1, 2, 3, 5, 8 ;
}