File: synth6.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 (49 lines) | stat: -rw-r--r-- 931 bytes parent folder | download | duplicates (8)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
netcdf synth6 {
dimensions:
	Q1 = 2 ;
	Q1.v2_1 = 4 ;
	Q1.v4_1 = 2 ;
	S1.v1_0 = 2 ;
	S1.v1_1 = 4 ;
	S1.v3_0 = 2 ;
	S1.v3_1 = 2 ;
	S1.v5_0 = 2 ;
	S1.v5_1 = 2 ;
variables:
	byte S1.v1(S1.v1_0, S1.v1_1) ;
	int S1.v3(S1.v3_0, S1.v3_1) ;
		S1.v3:a1 = 32 ;
	double S1.v5(S1.v5_0, S1.v5_1) ;
	short Q1.v2(Q1, Q1.v2_1) ;
	float Q1.v4(Q1, Q1.v4_1) ;

// global attributes:
		:globalattr = 177 ;
		:CoreMetadata.OrbitNumber.Value = 375 ;
		:CoreMetadata.OrbitNumber.Data_Location = "PGE" ;
		:CoreMetadata.OrbitNumber.Mandatory = "FALSE" ;
		:CoreMetadata.RangeBeginningDate.Value = "1997/12/21" ;
		:CoreMetadata.RangeBeginningDate.Data_Location = "PGE" ;
		:CoreMetadata.RangeBeginningDate.Mandatory = "FALSE" ;
data:

 S1.v1 =
  97, 98, 99, 100,
  101, 102, 103, 104 ;

 S1.v3 =
  132, 232,
  332, 432 ;

 S1.v5 =
  1640, 2640,
  3640, 4640 ;

 Q1.v2 =
  116, 216, 316, 416,
  516, 616, 716, 816 ;

 Q1.v4 =
  1320, 2320,
  3320, 4320 ;
}