File: NCAR_Abiotic_equil.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 (60 lines) | stat: -rw-r--r-- 1,843 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
netcdf NCAR_Abiotic_equil {
dimensions:
	time = 12 ;
	depth = 25 ;
	y = 115 ;
	x = 100 ;
variables:
	float time(time) ;
		time:long_name = "seasonal phase" ;
		time:units = "calendar_month as %m.%f" ;
		time:modulo = 12.f ;
		time:topology = "circular" ;
		time:nb_seconds_per_year = 31536000 ;
		time:nb_timesteps_per_year = 8760 ;
	float DIC(time, depth, y, x) ;
		DIC:long_name = "Concentration of DIC" ;
		DIC:units = "mol/m^3" ;
		DIC:missing_value = -1.e+34f ;
	float DIC14(time, depth, y, x) ;
		DIC14:long_name = "Concentration of DIC14" ;
		DIC14:units = "mol/m^3" ;
		DIC14:missing_value = -1.e+34f ;
	float Alk(time, depth, y, x) ;
		Alk:long_name = "Concentration of Total Alkalinity" ;
		Alk:units = "eq/m^3" ;
		Alk:missing_value = -1.e+34f ;
	float pCO2surf(time, y, x) ;
		pCO2surf:long_name = "Surface ocean pCO2" ;
		pCO2surf:units = "uatm" ;
		pCO2surf:missing_value = -1.e+34f ;
	float dpCO2(time, y, x) ;
		dpCO2:long_name = "Delta pCO2" ;
		dpCO2:units = "uatm" ;
		dpCO2:missing_value = -1.e+34f ;
	float F(time, y, x) ;
		F:long_name = "Mean Gas Flux of DIC" ;
		F:units = "mol/(m^2*s)" ;
		F:missing_value = -1.e+34f ;
	float F14(time, y, x) ;
		F14:long_name = "Mean Gas Flux of DIC14" ;
		F14:units = "mol/(m^2*s)" ;
		F14:missing_value = -1.e+34f ;
	float Fv(time, y, x) ;
		Fv:long_name = "Mean Virtual Gas Flux of DIC" ;
		Fv:units = "mol/(m^2*s)" ;
		Fv:missing_value = -1.e+34f ;
	float Fv14(time, y, x) ;
		Fv14:long_name = "Mean Virtual Gas Flux of DIC14" ;
		Fv14:units = "mol/(m^2*s)" ;
		Fv14:missing_value = -1.e+34f ;

// global attributes:
		:output_routine = "$RCSfile: NCAR_Abiotic_equil.nc.hdr,v $$Revision: 1.1 $" ;
		:Conventions = "GDT 1.2" ;
		:file_name = "NCAR_Abiotic_equil.nc" ;
		:associate_file = "NCAR_grid.nc" ;
		:project = "OCMIP" ;
		:institution = "NCAR" ;
		:production = "NCOM" ;
}