File: NestedSeq2.dmp

package info (click to toggle)
netcdf-parallel 1%3A4.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 105,352 kB
  • sloc: ansic: 229,114; sh: 11,180; yacc: 2,561; makefile: 1,390; lex: 1,173; xml: 173; awk: 2
file content (19 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
netcdf NestedSeq2 {
dimensions:
	person1 = 5 ;
	person2 = 5 ;
variables:
	int person1.age(person1) ;
	int person1.size(person1) ;
	int person2.age(person2) ;
	int person2.size(person2) ;
data:

 person1.age = 1, 3, 8, 21, 55 ;

 person1.size = 2, 5, 13, 34, 89 ;

 person2.age = 144, 377, 987, 2584, 6765 ;

 person2.size = 233, 610, 1597, 4181, 10946 ;
}