File: coads_wspd.cdf.hdr

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 (32 lines) | stat: -rw-r--r-- 885 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
netcdf coads_wspd {
dimensions:
	TIME = 1680 ;
	LAT = 90 ;
	LON = 180 ;
	TIMEedges = 1681 ;
variables:
	double LON(LON) ;
		LON:units = "degrees_east" ;
		LON:modulo = " " ;
		LON:point_spacing = "even" ;
	double LAT(LAT) ;
		LAT:units = "degrees_north" ;
		LAT:point_spacing = "even" ;
	double TIME(TIME) ;
		TIME:units = "days since 1700-01-01 00:00:00" ;
		TIME:time_origin = "1-JAN-1700" ;
		TIME:point_spacing = "uneven" ;
		TIME:edges = "TIMEedges" ;
	double TIMEedges(TIMEedges) ;
		TIMEedges:edges = " " ;
	float WSPD(TIME, LAT, LON) ;
		WSPD:missing_value = -1.e+34f ;
		WSPD:_FillValue = -1.e+34f ;
		WSPD:long_name = "Wind Speed" ;
		WSPD:history = "From all_coads_grid" ;
		WSPD:units = "m/s" ;

// global attributes:
		:history = "FERRET V4.11 (debug/no GUI) 19-Nov-95FERRET V4.20 (debug/no GUI) 12-Mar-96" ;
		:title = "COADS Surface Marine Observations (1854-1993)" ;
}