File: slp_aggregated.1.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 (101 lines) | stat: -rw-r--r-- 1,909 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
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
netcdf slp_aggregated {
dimensions:
	lat = 1 ;
	lon = 1 ;
	time = 62 ;
variables:
	short slp.slp(time, lat, lon) ;
		slp.slp:_CoordinateAxes = "time lat lon " ;
		slp.slp:long_name = "mean Daily Sea Level Pressure" ;
		slp.slp:unpacked_valid_range = 87000.f, 115000.f ;
		slp.slp:actual_range = 92750.f, 109922.f ;
		slp.slp:units = "Pascals" ;
		slp.slp:add_offset = 119765.f ;
		slp.slp:scale_factor = 1.f ;
		slp.slp:missing_value = 32766s ;
		slp.slp:precision = 0s ;
		slp.slp:least_significant_digit = -1s ;
		slp.slp:GRIB_id = 2s ;
		slp.slp:GRIB_name = "PRMSL" ;
		slp.slp:var_desc = "Sea Level Pressure" ;
		slp.slp:dataset = "NCEP Reanalysis Daily Averages" ;
		slp.slp:level_desc = "Sea Level" ;
		slp.slp:statistic = "Mean" ;
		slp.slp:parent_stat = "Individual Obs" ;
		slp.slp:valid_range = -32765s, -4765s ;

// global attributes:
		:Conventions = "COARDS" ;
		:title = "mean daily NMC reanalysis (2010)" ;
		:history = "created 2009/12 by Hoop (netCDF2.3)" ;
		:description = "Data is from NMC initialized reanalysis\n",
			"(4x/day).  It consists of most variables interpolated to\n",
			"pressure surfaces from model (sigma) surfaces." ;
		:platform = "Model" ;
		:references = "http://www.esrl.noaa.gov/psd/data/gridded/data.ncep.reanalysis.html" ;
data:

 slp.slp =
  -18215,
  -18233,
  -18208,
  -18135,
  -18208,
  -18288,
  -18205,
  -18145,
  -18273,
  -18348,
  -18253,
  -18035,
  -17935,
  -18015,
  -18010,
  -18025,
  -18048,
  -18125,
  -18230,
  -18235,
  -18198,
  -18225,
  -18145,
  -18128,
  -18068,
  -18090,
  -18118,
  -18143,
  -18123,
  -18208,
  -18248,
  -18015,
  -18050,
  -18135,
  -18190,
  -18238,
  -18133,
  -18070,
  -18095,
  -18200,
  -18245,
  -18293,
  -18418,
  -18420,
  -18320,
  -18160,
  -18015,
  -18050,
  -18145,
  -18015,
  -17955,
  -18288,
  -18348,
  -18268,
  -18178,
  -18338,
  -18475,
  -18330,
  -18205,
  -18278,
  -18255,
  -18225 ;
}