File: nc4_nc_classic_comp.nc.hyrax

package info (click to toggle)
netcdf-parallel 1%3A4.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 113,164 kB
  • sloc: ansic: 267,893; sh: 12,869; cpp: 5,822; yacc: 2,613; makefile: 1,813; lex: 1,216; xml: 173; awk: 2
file content (104 lines) | stat: -rw-r--r-- 2,170 bytes parent folder | download | duplicates (2)
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
netcdf nc4_nc_classic_comp {
dimensions:
	lat = 6 ;
	lon = 5 ;
	time = 2 ;
variables:
	int lat(lat) ;
		string lat:units = "degrees_north" ;
	int lon(lon) ;
		string lon:units = "degrees_east" ;
	int time(time) ;
		string time:units = "seconds" ;
	float z(time, lat, lon) ;
		string z:units = "meters" ;
		z:valid_range = 0., 5000. ;
		z:_FillValue = 1.f ;
		string z:_edu.ucar.maps = "/time", "/lat", "/lon" ;
	float t(time, lat, lon) ;
		string t:_edu.ucar.maps = "/time", "/lat", "/lon" ;
	double p(time, lat, lon) ;
		p:_FillValue = -9999. ;
		string p:_edu.ucar.maps = "/time", "/lat", "/lon" ;
	short rh(time, lat, lon) ;
		rh:_FillValue = -1s ;
		string rh:_edu.ucar.maps = "/time", "/lat", "/lon" ;
	short pixel(lat, lon) ;
		string pixel:_edu.ucar.maps = "/lat", "/lon" ;
	string source(lat) ;
		source:string_length = 5 ;
		string source:_edu.ucar.maps = "/lat" ;
data:

 lat = 0, 10, 20, 30, 40, 50 ;

 lon = -140, -118, -96, -84, -52 ;

 time = 1, 2 ;

 z =
  10, 10, 10, 10, 10,
  10, 10, 10, 10, 10,
  10, 10, 10, 10, 10,
  10, 10, 10, 10, 10,
  10, 10, 10, 10, 10,
  10, 10, 10, 10, 10,
  10, 10, 10, 10, 10,
  10, 10, 10, 10, 10,
  10, 10, 10, 10, 10,
  10, 10, 10, 10, 10,
  10, 10, 10, 10, 10,
  10, 10, 10, 10, 10 ;

 t =
  1, 1, 1, 1, 1,
  1, 1, 1, 1, 1,
  1, 1, 1, 1, 1,
  1, 1, 1, 1, 1,
  1, 1, 1, 1, 1,
  1, 1, 1, 1, 1,
  1, 1, 1, 1, 1,
  1, 1, 1, 1, 1,
  1, 1, 1, 1, 1,
  1, 1, 1, 1, 1,
  1, 1, 1, 1, 1,
  1, 1, 1, 1, 1 ;

 p =
  0.1, 0.1, 0.1, 0.1, 0.1,
  0.1, 0.1, 0.1, 0.1, 0.1,
  0.1, 0.1, 0.1, 0.1, 0.1,
  0.1, 0.1, 0.1, 0.1, 0.1,
  0.1, 0.1, 0.1, 0.1, 0.1,
  0.1, 0.1, 0.1, 0.1, 0.1,
  0.1, 0.1, 0.1, 0.1, 0.1,
  0.1, 0.1, 0.1, 0.1, 0.1,
  0.1, 0.1, 0.1, 0.1, 0.1,
  0.1, 0.1, 0.1, 0.1, 0.1,
  0.1, 0.1, 0.1, 0.1, 0.1,
  0.1, 0.1, 0.1, 0.1, 0.1 ;

 rh =
  2, 2, 2, 2, 2,
  2, 2, 2, 2, 2,
  2, 2, 2, 2, 2,
  2, 2, 2, 2, 2,
  2, 2, 2, 2, 2,
  2, 2, 2, 2, 2,
  2, 2, 2, 2, 2,
  2, 2, 2, 2, 2,
  2, 2, 2, 2, 2,
  2, 2, 2, 2, 2,
  2, 2, 2, 2, 2,
  2, 2, 2, 2, 2 ;

 pixel =
  7, 7, 7, 7, 7,
  7, 7, 7, 7, 7,
  7, 7, 7, 7, 7,
  7, 7, 7, 7, 7,
  7, 7, 7, 7, 7,
  7, 7, 7, 7, 7 ;

 source = "aaaaa", "aaaaa", "aaaaa", "aaaaa", "aaaaa", "aaaaa" ;
}