File: test.vs5.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 (27 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (22)
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
netcdf test {
dimensions:
	GRaster__X = 5 ;
	GRaster__Y = 5 ;
	Vdata = 5 ;
	fakeDim0 = 5 ;
	fakeDim1 = 5 ;
variables:
	int Main_Vgroup.Grid_Vgroup.SDS_Grid(fakeDim1) ;
	int Main_Vgroup.Array_Vgroup.SDS_Array(fakeDim0) ;
	int Main_Vgroup.GR_Vgroup.GRaster(GRaster__Y, GRaster__X) ;
	int Main_Vgroup.Vdata_Vgroup.Vdata.Field.Field__0(Vdata) ;
data:

 Main_Vgroup.Grid_Vgroup.SDS_Grid = 0, 2048, 4096, 6144, 8192 ;

 Main_Vgroup.Array_Vgroup.SDS_Array = 0, 2048, 4096, 6144, 8192 ;

 Main_Vgroup.GR_Vgroup.GRaster =
  0, 2048, 4096, 6144, 8192,
  10240, 12288, 14336, 16384, 18432,
  20480, 22528, 24576, 26624, 28672,
  30720, 32768, 34816, 36864, 38912,
  40960, 43008, 45056, 47104, 49152 ;

 Main_Vgroup.Vdata_Vgroup.Vdata.Field.Field__0 = 1, 2, 3, 5, 8 ;
}