File: test.21.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 (33 lines) | stat: -rw-r--r-- 467 bytes parent folder | download | duplicates (21)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
netcdf test {
dimensions:
	exp.f_0 = 2 ;
	exp.f_1 = 2 ;
	exp.g_0 = 3 ;
	exp.g_1 = 3 ;
	exp.g_2 = 3 ;
variables:
	int exp.j ;
	int exp.i ;
	short exp.g(exp.g_0, exp.g_1, exp.g_2) ;
	short exp.f(exp.f_0, exp.f_1) ;
data:

 exp.j = 1 ;

 exp.i = 2 ;

 exp.g =
  0, 256, 512,
  768, 1024, 1280,
  1536, 1792, 2048,
  2304, 2560, 2816,
  3072, 3328, 3584,
  3840, 4096, 4352,
  4608, 4864, 5120,
  5376, 5632, 5888,
  6144, 6400, 6656 ;

 exp.f =
  0, 256,
  512, 768 ;
}