File: ocean_atlas_monthly.nc.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 (43 lines) | stat: -rw-r--r-- 1,411 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
netcdf ocean_atlas_monthly {
dimensions:
	TIME = UNLIMITED ; // (12 currently)
	ZAXLEVIT19 = 19 ;
	YAX_LEV94 = 180 ;
	XAX_LEV9421_380 = 360 ;
	ZAXLEVIT19edges = 20 ;
variables:
	double XAX_LEV9421_380(XAX_LEV9421_380) ;
		XAX_LEV9421_380:units = "degrees_east" ;
		XAX_LEV9421_380:modulo = " " ;
		XAX_LEV9421_380:point_spacing = "even" ;
	double YAX_LEV94(YAX_LEV94) ;
		YAX_LEV94:units = "degrees_north" ;
		YAX_LEV94:point_spacing = "even" ;
	double ZAXLEVIT19(ZAXLEVIT19) ;
		ZAXLEVIT19:units = "METERS" ;
		ZAXLEVIT19:positive = "down" ;
		ZAXLEVIT19:point_spacing = "uneven" ;
		ZAXLEVIT19:edges = "ZAXLEVIT19edges" ;
	double ZAXLEVIT19edges(ZAXLEVIT19edges) ;
		ZAXLEVIT19edges:edges = " " ;
	double TIME(TIME) ;
		TIME:units = "hour since 0000-01-01 00:00:00" ;
		TIME:time_origin = "1-JAN-0000 00:00:00" ;
		TIME:modulo = " " ;
	float TEMP(TIME, ZAXLEVIT19, YAX_LEV94, XAX_LEV9421_380) ;
		TEMP:missing_value = -1.e+34f ;
		TEMP:_FillValue = -1.e+34f ;
		TEMP:long_name = "Temperature" ;
		TEMP:history = "From TEMP01" ;
		TEMP:units = "Deg C" ;
	float SALT(TIME, ZAXLEVIT19, YAX_LEV94, XAX_LEV9421_380) ;
		SALT:missing_value = -1.e+34f ;
		SALT:_FillValue = -1.e+34f ;
		SALT:long_name = "Salinity" ;
		SALT:history = "From SAL01" ;
		SALT:units = "psu" ;

// global attributes:
		:history = "FERRET V4.00 (GUI BETA v1) 27-Mar-95" ;
		:title = "World Ocean Atlas 1994 * 1x1 Degree Monthly Means" ;
}