mirror of https://github.com/ecmwf/eccodes.git
ECC-1225: GRIB1: Fix units reported in grib_dump (for local parameters)
This commit is contained in:
parent
ea48cf4456
commit
52b8379f62
|
@ -17,119 +17,119 @@
|
|||
16 aluvd UV visible albedo for diffuse radiation ((0 - 1))
|
||||
17 alnip Near IR albedo for direct radiation ((0 - 1))
|
||||
18 alnid Near IR albedo for diffuse radiation ((0 - 1))
|
||||
19 uvcs Clear sky surface UV (W m**-2 s)
|
||||
20 parcs Clear sky surface photosynthetically active radiation (W m**-2 s)
|
||||
19 uvcs Clear sky surface UV (J m**-2)
|
||||
20 parcs Clear sky surface photosynthetically active radiation (J m**-2)
|
||||
21 uctp Unbalanced component of temperature (K)
|
||||
22 ucln Unbalanced component of logarithm of surface pressure ()
|
||||
22 ucln Unbalanced component of logarithm of surface pressure (~)
|
||||
23 ucdv Unbalanced component of divergence (s**-1)
|
||||
24 - Reserved for future unbalanced components ()
|
||||
25 - Reserved for future unbalanced components ()
|
||||
24 ~ Reserved for future unbalanced components (~)
|
||||
25 ~ Reserved for future unbalanced components (~)
|
||||
26 cl Lake cover ((0 - 1))
|
||||
27 cvl Low vegetation cover ((0 - 1))
|
||||
28 cvh High vegetation cover ((0 - 1))
|
||||
29 tvl Type of low vegetation ()
|
||||
30 tvh Type of high vegetation ()
|
||||
31 ci Sea-ice cover ((0 - 1))
|
||||
29 tvl Type of low vegetation (~)
|
||||
30 tvh Type of high vegetation (~)
|
||||
31 ci Sea ice area fraction ((0 - 1))
|
||||
32 asn Snow albedo ((0 - 1))
|
||||
33 rsn Snow density (kg m**-3)
|
||||
34 sst Sea surface temperature (K)
|
||||
35 istl1 Ice surface temperature layer 1 (K)
|
||||
36 istl2 Ice surface temperature layer 2 (K)
|
||||
37 istl3 Ice surface temperature layer 3 (K)
|
||||
38 istl4 Ice surface temperature layer 4 (K)
|
||||
35 istl1 Ice temperature layer 1 (K)
|
||||
36 istl2 Ice temperature layer 2 (K)
|
||||
37 istl3 Ice temperature layer 3 (K)
|
||||
38 istl4 Ice temperature layer 4 (K)
|
||||
39 swvl1 Volumetric soil water layer 1 (m**3 m**-3)
|
||||
40 swvl2 Volumetric soil water layer 2 (m**3 m**-3)
|
||||
41 swvl3 Volumetric soil water layer 3 (m**3 m**-3)
|
||||
42 swvl4 Volumetric soil water layer 4 (m**3 m**-3)
|
||||
43 slt Soil type ()
|
||||
44 es Snow evaporation (m of water)
|
||||
45 smlt Snowmelt (m of water)
|
||||
43 slt Soil type (~)
|
||||
44 es Snow evaporation (m of water equivalent)
|
||||
45 smlt Snowmelt (m of water equivalent)
|
||||
46 sdur Solar duration (s)
|
||||
47 dsrp Direct solar radiation (w m**-2)
|
||||
48 magss Magnitude of surface stress (N m**-2 s)
|
||||
49 10fg 10 metre wind gust (m s**-1)
|
||||
47 dsrp Direct solar radiation (J m**-2)
|
||||
48 magss Magnitude of turbulent surface stress (N m**-2 s)
|
||||
49 10fg 10 metre wind gust since previous post-processing (m s**-1)
|
||||
50 lspf Large-scale precipitation fraction (s)
|
||||
51 mx2t24 Maximum temperature at 2 metres since last 24 hours (K)
|
||||
52 mn2t24 Minimum temperature at 2 metres since last 24 hours (K)
|
||||
51 mx2t24 Maximum temperature at 2 metres in the last 24 hours (K)
|
||||
52 mn2t24 Minimum temperature at 2 metres in the last 24 hours (K)
|
||||
53 mont Montgomery potential (m**2 s**-2)
|
||||
54 pres Pressure (Pa)
|
||||
55 mean2t24 Mean temperature at 2 metres since last 24 hours (K)
|
||||
56 mn2d24 Mean 2 metre dewpoint temperature in past 24 hours (K)
|
||||
57 uvb Downward UV radiation at the surface (w m**-2 s)
|
||||
58 par Photosynthetically active radiation at the surface (w m**-2 s)
|
||||
55 mean2t24 Mean temperature at 2 metres in the last 24 hours (K)
|
||||
56 mn2d24 Mean 2 metre dewpoint temperature in the last 24 hours (K)
|
||||
57 uvb Downward UV radiation at the surface (J m**-2)
|
||||
58 par Photosynthetically active radiation at the surface (J m**-2)
|
||||
59 cape Convective available potential energy (J kg**-1)
|
||||
60 pv Potential vorticity (K m**2 kg**-1 s**-1)
|
||||
62 obct Observation count ()
|
||||
62 obct Observation count (~)
|
||||
63 stsktd Start time for skin temperature difference (s)
|
||||
64 ftsktd Finish time for skin temperature difference (s)
|
||||
65 sktd Skin temperature difference (K)
|
||||
66 lai_lv Leaf area index, low vegetation (m**2 / m**2)
|
||||
67 lai_hv Leaf area index, high vegetation (m**2 / m**2)
|
||||
66 lai_lv Leaf area index, low vegetation (m**2 m**-2)
|
||||
67 lai_hv Leaf area index, high vegetation (m**2 m**-2)
|
||||
68 msr_lv Minimum stomatal resistance, low vegetation (s m**-1)
|
||||
69 msr_hv Minimum stomatal resistance, high vegetation (s m**-1)
|
||||
70 bc_lv Biome cover, low vegetation ((0 - 1))
|
||||
71 bc_hv Biome cover, high vegetation ((0 - 1))
|
||||
72 issrd Instantaneous surface solar radiation downwards (w m**-2)
|
||||
73 istrd Instantaneous surface thermal radiation downwards (w m**-2)
|
||||
72 issrd Instantaneous surface solar radiation downwards (W m**-2)
|
||||
73 istrd Instantaneous surface thermal radiation downwards (W m**-2)
|
||||
74 sdfor Standard deviation of filtered subgrid orography (m)
|
||||
75 crwc Cloud rain water content (kg kg**-1)
|
||||
76 cswc Cloud snow water content (kg kg**-1)
|
||||
75 crwc Specific rain water content (kg kg**-1)
|
||||
76 cswc Specific snow water content (kg kg**-1)
|
||||
77 etadot Eta-coordinate vertical velocity (s**-1)
|
||||
78 tclw Total column liquid water (kg m**-2)
|
||||
79 tciw Total column ice water (kg m**-2)
|
||||
80 - Experimental product ()
|
||||
81 - Experimental product ()
|
||||
82 - Experimental product ()
|
||||
83 - Experimental product ()
|
||||
84 - Experimental product ()
|
||||
85 - Experimental product ()
|
||||
86 - Experimental product ()
|
||||
87 - Experimental product ()
|
||||
88 - Experimental product ()
|
||||
89 - Experimental product ()
|
||||
90 - Experimental product ()
|
||||
91 - Experimental product ()
|
||||
92 - Experimental product ()
|
||||
93 - Experimental product ()
|
||||
94 - Experimental product ()
|
||||
95 - Experimental product ()
|
||||
96 - Experimental product ()
|
||||
97 - Experimental product ()
|
||||
98 - Experimental product ()
|
||||
99 - Experimental product ()
|
||||
100 - Experimental product ()
|
||||
101 - Experimental product ()
|
||||
102 - Experimental product ()
|
||||
103 - Experimental product ()
|
||||
104 - Experimental product ()
|
||||
105 - Experimental product ()
|
||||
106 - Experimental product ()
|
||||
107 - Experimental product ()
|
||||
108 - Experimental product ()
|
||||
109 - Experimental product ()
|
||||
110 - Experimental product ()
|
||||
111 - Experimental product ()
|
||||
112 - Experimental product ()
|
||||
113 - Experimental product ()
|
||||
114 - Experimental product ()
|
||||
115 - Experimental product ()
|
||||
116 - Experimental product ()
|
||||
117 - Experimental product ()
|
||||
118 - Experimental product ()
|
||||
119 - Experimental product ()
|
||||
120 - Experimental product ()
|
||||
121 mx2t6 Maximum temperature at 2 metres since last 6 hours (K)
|
||||
122 mn2t6 Minimum temperature at 2 metres since last 6 hours (K)
|
||||
123 10fg6 10 metre wind gust in the past 6 hours (m s**-1)
|
||||
78 tclw Total column cloud liquid water (kg m**-2)
|
||||
79 tciw Total column cloud ice water (kg m**-2)
|
||||
80 ~ Experimental product (~)
|
||||
81 ~ Experimental product (~)
|
||||
82 ~ Experimental product (~)
|
||||
83 ~ Experimental product (~)
|
||||
84 ~ Experimental product (~)
|
||||
85 ~ Experimental product (~)
|
||||
86 ~ Experimental product (~)
|
||||
87 ~ Experimental product (~)
|
||||
88 ~ Experimental product (~)
|
||||
89 ~ Experimental product (~)
|
||||
90 ~ Experimental product (~)
|
||||
91 ~ Experimental product (~)
|
||||
92 ~ Experimental product (~)
|
||||
93 ~ Experimental product (~)
|
||||
94 ~ Experimental product (~)
|
||||
95 ~ Experimental product (~)
|
||||
96 ~ Experimental product (~)
|
||||
97 ~ Experimental product (~)
|
||||
98 ~ Experimental product (~)
|
||||
99 ~ Experimental product (~)
|
||||
100 ~ Experimental product (~)
|
||||
101 ~ Experimental product (~)
|
||||
102 ~ Experimental product (~)
|
||||
103 ~ Experimental product (~)
|
||||
104 ~ Experimental product (~)
|
||||
105 ~ Experimental product (~)
|
||||
106 ~ Experimental product (~)
|
||||
107 ~ Experimental product (~)
|
||||
108 ~ Experimental product (~)
|
||||
109 ~ Experimental product (~)
|
||||
110 ~ Experimental product (~)
|
||||
111 ~ Experimental product (~)
|
||||
112 ~ Experimental product (~)
|
||||
113 ~ Experimental product (~)
|
||||
114 ~ Experimental product (~)
|
||||
115 ~ Experimental product (~)
|
||||
116 ~ Experimental product (~)
|
||||
117 ~ Experimental product (~)
|
||||
118 ~ Experimental product (~)
|
||||
119 ~ Experimental product (~)
|
||||
120 ~ Experimental product (~)
|
||||
121 mx2t6 Maximum temperature at 2 metres in the last 6 hours (K)
|
||||
122 mn2t6 Minimum temperature at 2 metres in the last 6 hours (K)
|
||||
123 10fg6 10 metre wind gust in the last 6 hours (m s**-1)
|
||||
124 emis Surface emissivity (dimensionless)
|
||||
125 vite Vertically integrated total energy (J m**-2)
|
||||
126 - Generic parameter for sensitive area prediction (Various)
|
||||
127 at Atmospheric tide ()
|
||||
128 bv Budget values ()
|
||||
126 ~ Generic parameter for sensitive area prediction (Various)
|
||||
127 at Atmospheric tide (~)
|
||||
128 bv Budget values (~)
|
||||
129 z Geopotential (m**2 s**-2)
|
||||
130 t Temperature (K)
|
||||
131 u U velocity (m s**-1)
|
||||
132 v V velocity (m s**-1)
|
||||
131 u U component of wind (m s**-1)
|
||||
132 v V component of wind (m s**-1)
|
||||
133 q Specific humidity (kg kg**-1)
|
||||
134 sp Surface pressure (Pa)
|
||||
135 w Vertical velocity (Pa s**-1)
|
||||
|
@ -137,51 +137,51 @@
|
|||
137 tcwv Total column water vapour (kg m**-2)
|
||||
138 vo Vorticity (relative) (s**-1)
|
||||
139 stl1 Soil temperature level 1 (K)
|
||||
140 swl1 Soil wetness level 1 (m of water)
|
||||
140 swl1 Soil wetness level 1 (m of water equivalent)
|
||||
141 sd Snow depth (m of water equivalent)
|
||||
142 lsp Stratiform precipitation (Large-scale precipitation) (m)
|
||||
142 lsp Large-scale precipitation (m)
|
||||
143 cp Convective precipitation (m)
|
||||
144 sf Snowfall (m of water equivalent)
|
||||
145 bld Boundary layer dissipation (W m**-2 s)
|
||||
146 sshf Surface sensible heat flux (W m**-2 s)
|
||||
147 slhf Surface latent heat flux (W m**-2 s)
|
||||
148 chnk Charnock ()
|
||||
149 snr Surface net radiation (W m**-2 s)
|
||||
150 tnr Top net radiation ()
|
||||
145 bld Boundary layer dissipation (J m**-2)
|
||||
146 sshf Surface sensible heat flux (J m**-2)
|
||||
147 slhf Surface latent heat flux (J m**-2)
|
||||
148 chnk Charnock (~)
|
||||
149 snr Surface net radiation (J m**-2)
|
||||
150 tnr Top net radiation (J m**-2)
|
||||
151 msl Mean sea level pressure (Pa)
|
||||
152 lnsp Logarithm of surface pressure ()
|
||||
152 lnsp Logarithm of surface pressure (~)
|
||||
153 swhr Short-wave heating rate (K)
|
||||
154 lwhr Long-wave heating rate (K)
|
||||
155 d Divergence (s**-1)
|
||||
156 gh Gepotential Height (gpm)
|
||||
156 gh Geopotential Height (gpm)
|
||||
157 r Relative humidity (%)
|
||||
158 tsp Tendency of surface pressure (Pa s**-1)
|
||||
159 blh Boundary layer height (m)
|
||||
160 sdor Standard deviation of orography ()
|
||||
161 isor Anisotropy of sub-gridscale orography ()
|
||||
162 anor Angle of sub-gridscale orography (rad)
|
||||
163 slor Slope of sub-gridscale orography ()
|
||||
160 sdor Standard deviation of orography (~)
|
||||
161 isor Anisotropy of sub-gridscale orography (~)
|
||||
162 anor Angle of sub-gridscale orography (radians)
|
||||
163 slor Slope of sub-gridscale orography (~)
|
||||
164 tcc Total cloud cover ((0 - 1))
|
||||
165 10u 10 metre U wind component (m s**-1)
|
||||
166 10v 10 metre V wind component (m s**-1)
|
||||
167 2t 2 metre temperature (K)
|
||||
168 2d 2 metre dewpoint temperature (K)
|
||||
169 ssrd Surface solar radiation downwards (W m**-2 s)
|
||||
169 ssrd Surface solar radiation downwards (J m**-2)
|
||||
170 stl2 Soil temperature level 2 (K)
|
||||
171 swl2 Soil wetness level 2 (m of water)
|
||||
171 swl2 Soil wetness level 2 (m of water equivalent)
|
||||
172 lsm Land-sea mask ((0 - 1))
|
||||
173 sr Surface roughness (m)
|
||||
174 al Albedo ((0 - 1))
|
||||
175 strd Surface thermal radiation downwards (W m**-2 s)
|
||||
176 ssr Surface solar radiation (W m**-2 s)
|
||||
177 str Surface thermal radiation (W m**-2 s)
|
||||
178 tsr Top solar radiation (W m**-2 s)
|
||||
179 ttr Top thermal radiation (W m**-2 s)
|
||||
180 ewss East-West surface stress (N m**-2 s)
|
||||
181 nsss North-South surface stress (N m**-2 s)
|
||||
182 e Evaporation (m of water)
|
||||
175 strd Surface thermal radiation downwards (J m**-2)
|
||||
176 ssr Surface net solar radiation (J m**-2)
|
||||
177 str Surface net thermal radiation (J m**-2)
|
||||
178 tsr Top net solar radiation (J m**-2)
|
||||
179 ttr Top net thermal radiation (J m**-2)
|
||||
180 ewss Eastward turbulent surface stress (N m**-2 s)
|
||||
181 nsss Northward turbulent surface stress (N m**-2 s)
|
||||
182 e Evaporation (m of water equivalent)
|
||||
183 stl3 Soil temperature level 3 (K)
|
||||
184 swl3 Soil wetness level 3 (m of water)
|
||||
184 swl3 Soil wetness level 3 (m of water equivalent)
|
||||
185 ccc Convective cloud cover ((0 - 1))
|
||||
186 lcc Low cloud cover ((0 - 1))
|
||||
187 mcc Medium cloud cover ((0 - 1))
|
||||
|
@ -192,24 +192,24 @@
|
|||
192 nwov North-West/South-East component of sub-gridscale orographic variance (m**2)
|
||||
193 neov North-East/South-West component of sub-gridscale orographic variance (m**2)
|
||||
194 btmp Brightness temperature (K)
|
||||
195 lgws Latitudinal component of gravity wave stress (N m**-2 s)
|
||||
196 mgws Meridional component of gravity wave stress (N m**-2 s)
|
||||
197 gwd Gravity wave dissipation (W m**-2 s)
|
||||
198 src Skin reservoir content (m of water)
|
||||
195 lgws Eastward gravity wave surface stress (N m**-2 s)
|
||||
196 mgws Northward gravity wave surface stress (N m**-2 s)
|
||||
197 gwd Gravity wave dissipation (J m**-2)
|
||||
198 src Skin reservoir content (m of water equivalent)
|
||||
199 veg Vegetation fraction ((0 - 1))
|
||||
200 vso Variance of sub-gridscale orography (m**2)
|
||||
201 mx2t Maximum temperature at 2 metres since previous post-processing (K)
|
||||
202 mn2t Minimum temperature at 2 metres since previous post-processing (K)
|
||||
203 o3 Ozone mass mixing ratio (kg kg**-1)
|
||||
204 paw Precipitation analysis weights ()
|
||||
204 paw Precipitation analysis weights (~)
|
||||
205 ro Runoff (m)
|
||||
206 tco3 Total column ozone (kg m**-2)
|
||||
207 10si 10 metre wind speed (m s**-1)
|
||||
208 tsrc Top net solar radiation, clear sky (W m**-2 s)
|
||||
209 ttrc Top net thermal radiation, clear sky (W m**-2 s)
|
||||
210 ssrc Surface net solar radiation, clear sky (W m**-2 s)
|
||||
211 strc Surface net thermal radiation, clear sky (W m**-2 s)
|
||||
212 tisr TOA incident solar radiation (W m**-2 s)
|
||||
208 tsrc Top net solar radiation, clear sky (J m**-2)
|
||||
209 ttrc Top net thermal radiation, clear sky (J m**-2)
|
||||
210 ssrc Surface net solar radiation, clear sky (J m**-2)
|
||||
211 strc Surface net thermal radiation, clear sky (J m**-2)
|
||||
212 tisr TOA incident solar radiation (J m**-2)
|
||||
213 vimd Vertically integrated moisture divergence (kg m**-2)
|
||||
214 dhr Diabatic heating by radiation (K)
|
||||
215 dhvd Diabatic heating by vertical diffusion (K)
|
||||
|
@ -224,14 +224,14 @@
|
|||
224 vdh Vertical diffusion of humidity (kg kg**-1)
|
||||
225 htcc Humidity tendency by cumulus convection (kg kg**-1)
|
||||
226 htlc Humidity tendency by large-scale condensation (kg kg**-1)
|
||||
227 crnh Change from removal of negative humidity (kg kg**-1)
|
||||
227 crnh Tendency due to removal of negative humidity (kg kg**-1)
|
||||
228 tp Total precipitation (m)
|
||||
229 iews Instantaneous X surface stress (N m**-2)
|
||||
230 inss Instantaneous Y surface stress (N m**-2)
|
||||
231 ishf Instantaneous surface heat flux (W m**-2)
|
||||
229 iews Instantaneous eastward turbulent surface stress (N m**-2)
|
||||
230 inss Instantaneous northward turbulent surface stress (N m**-2)
|
||||
231 ishf Instantaneous surface sensible heat flux (W m**-2)
|
||||
232 ie Instantaneous moisture flux (kg m**-2 s**-1)
|
||||
233 asq Apparent surface humidity (kg kg**-1)
|
||||
234 lsrh Logarithm of surface roughness length for heat ()
|
||||
234 lsrh Logarithm of surface roughness length for heat (~)
|
||||
235 skt Skin temperature (K)
|
||||
236 stl4 Soil temperature level 4 (K)
|
||||
237 swl4 Soil wetness level 4 (m)
|
||||
|
@ -242,9 +242,9 @@
|
|||
242 alw Accumulated liquid water tendency ((-1 to 1))
|
||||
243 fal Forecast albedo ((0 - 1))
|
||||
244 fsr Forecast surface roughness (m)
|
||||
245 flsr Forecast logarithm of surface roughness for heat ()
|
||||
246 clwc Cloud liquid water content (kg kg**-1)
|
||||
247 ciwc Cloud ice water content (kg kg**-1)
|
||||
245 flsr Forecast logarithm of surface roughness for heat (~)
|
||||
246 clwc Specific cloud liquid water content (kg kg**-1)
|
||||
247 ciwc Specific cloud ice water content (kg kg**-1)
|
||||
248 cc Fraction of cloud cover ((0 - 1))
|
||||
249 aiw Accumulated ice water tendency ((-1 to 1))
|
||||
250 ice Ice age ((0 - 1))
|
||||
|
@ -252,4 +252,4 @@
|
|||
252 athe Adiabatic tendency of humidity (kg kg**-1)
|
||||
253 atze Adiabatic tendency of zonal wind (m s**-1)
|
||||
254 atmw Adiabatic tendency of meridional wind (m s**-1)
|
||||
255 - Indicates a missing value ()
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,237 +1,237 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 strfgrd STRF Stream function gradient (m**2 s**-1)
|
||||
2 vpotgrd VPOT Velocity potential gradient (m**2 s**-1)
|
||||
3 ptgrd PT Potential temperature gradient (K)
|
||||
4 eqptgrd EQPT Equivalent potential temperature gradient (K)
|
||||
5 septgrd SEPT Saturated equivalent potential temperature gradient (K)
|
||||
11 udvwgrd UDVW U component of divergent wind gradient (m s**-1)
|
||||
12 vdvwgrd VDVW V component of divergent wind gradient (m s**-1)
|
||||
13 urtwgrd URTW U component of rotational wind gradient (m s**-1)
|
||||
14 vrtwgrd VRTW V component of rotational wind gradient (m s**-1)
|
||||
21 uctpgrd UCTP Unbalanced component of temperature gradient (K)
|
||||
22 uclngrd UCLN Unbalanced component of logarithm of surface pressure gradient
|
||||
23 ucdvgrd UCDV Unbalanced component of divergence gradient (s**-1)
|
||||
24 24 - Reserved for future unbalanced components
|
||||
25 25 - Reserved for future unbalanced components
|
||||
26 clgrd CL Lake cover gradient (0 - 1)
|
||||
27 cvlgrd CVL Low vegetation cover gradient (0 - 1)
|
||||
28 cvhgrd CVH High vegetation cover gradient (0 - 1)
|
||||
29 tvlgrd TVL Type of low vegetation gradient
|
||||
30 tvhgrd TVH Type of high vegetation gradient
|
||||
31 sicgrd CI Sea-ice cover gradient (0 - 1)
|
||||
32 asngrd ASN Snow albedo gradient (0 - 1)
|
||||
33 rsngrd RSN Snow density gradient (kg m**-3)
|
||||
34 sstkgrd SSTK Sea surface temperature gradient K
|
||||
35 istl1grd ISTL1 Ice surface temperature layer 1 gradient K
|
||||
36 istl2grd ISTL2 Ice surface temperature layer 2 gradient K
|
||||
37 istl3grd ISTL3 Ice surface temperature layer 3 gradient K
|
||||
38 istl4grd ISTL4 Ice surface temperature layer 4 gradient K
|
||||
39 swvl1grd SWVL1 Volumetric soil water layer 1 gradient (m**3 m**-3)
|
||||
40 swvl2grd SWVL2 Volumetric soil water layer 2 gradient (m**3 m**-3)
|
||||
41 swvl3grd SWVL3 Volumetric soil water layer 3 gradient (m**3 m**-3)
|
||||
42 swvl4grd SWVL4 Volumetric soil water layer 4 gradient (m**3 m**-3)
|
||||
43 sltgrd SLT Soil type gradient
|
||||
44 esgrd ES Snow evaporation gradient (kg m**-2)
|
||||
45 smltgrd SMLT Snowmelt gradient (kg m**-2)
|
||||
46 sdurgrd SDUR Solar duration gradient s
|
||||
47 dsrpgrd DSRP Direct solar radiation gradient (J m**-2)
|
||||
48 magssgrd MAGSS Magnitude of surface stress gradient (N m**-2 s)
|
||||
49 10fggrd 10FG 10 metre wind gust gradient (m s**-1)
|
||||
50 lspfgrd LSPF Large-scale precipitation fraction gradient (s)
|
||||
51 mx2t24grd MX2T24 Maximum 2 metre temperature gradient (K)
|
||||
52 mn2t24grd MN2T24 Minimum 2 metre temperature gradient (K)
|
||||
53 montgrd MONT Montgomery potential gradient (m**2 s**-2)
|
||||
54 presgrd PRES Pressure gradient (Pa)
|
||||
55 mean2t24grd MEAN2T24 Mean 2 metre temperature in the last 24 hours gradient (K)
|
||||
56 mn2d24grd MN2D24 Mean 2 metre dewpoint temperature in the last 24 hours gradient K
|
||||
57 uvbgrd UVB Downward UV radiation at the surface gradient (J m**-2)
|
||||
58 pargrd PAR Photosynthetically active radiation at the surface gradient (J m**-2)
|
||||
59 capegrd CAPE Convective available potential energy gradient (J kg**-1)
|
||||
60 pvgrd PV Potential vorticity gradient (K m**2 kg**-1 s**-1)
|
||||
61 tpogrd TPO Total precipitation from observations gradient Millimetres*100 + number of stations
|
||||
62 obctgrd OBCT Observation count gradient
|
||||
63 63 - Start time for skin temperature difference (s)
|
||||
64 64 - Finish time for skin temperature difference (s)
|
||||
65 65 - Skin temperature difference (K)
|
||||
66 66 - Leaf area index, low vegetation (m**2 / m**2)
|
||||
67 67 - Leaf area index, high vegetation (m**2 / m**2)
|
||||
68 68 - Minimum stomatal resistance, low vegetation (s m**-1)
|
||||
69 69 - Minimum stomatal resistance, high vegetation (s m**-1)
|
||||
70 70 - Biome cover, low vegetation (0 - 1)
|
||||
71 71 - Biome cover, high vegetation (0 - 1)
|
||||
78 78 - Total column liquid water (kg m**-2)
|
||||
79 79 - Total column ice water (kg m**-2)
|
||||
80 80 - Experimental product
|
||||
81 81 - Experimental product
|
||||
82 82 - Experimental product
|
||||
83 83 - Experimental product
|
||||
84 84 - Experimental product
|
||||
85 85 - Experimental product
|
||||
86 86 - Experimental product
|
||||
87 87 - Experimental product
|
||||
88 88 - Experimental product
|
||||
89 89 - Experimental product
|
||||
90 90 - Experimental product
|
||||
91 91 - Experimental product
|
||||
92 92 - Experimental product
|
||||
93 93 - Experimental product
|
||||
94 94 - Experimental product
|
||||
95 95 - Experimental product
|
||||
96 96 - Experimental product
|
||||
97 97 - Experimental product
|
||||
98 98 - Experimental product
|
||||
99 99 - Experimental product
|
||||
100 100 - Experimental product
|
||||
101 101 - Experimental product
|
||||
102 102 - Experimental product
|
||||
103 103 - Experimental product
|
||||
104 104 - Experimental product
|
||||
105 105 - Experimental product
|
||||
106 106 - Experimental product
|
||||
107 107 - Experimental product
|
||||
108 108 - Experimental product
|
||||
109 109 - Experimental product
|
||||
110 110 - Experimental product
|
||||
111 111 - Experimental product
|
||||
112 112 - Experimental product
|
||||
113 113 - Experimental product
|
||||
114 114 - Experimental product
|
||||
115 115 - Experimental product
|
||||
116 116 - Experimental product
|
||||
117 117 - Experimental product
|
||||
118 118 - Experimental product
|
||||
119 119 - Experimental product
|
||||
120 120 - Experimental product
|
||||
121 mx2t6grd MX2T6 Maximum temperature at 2 metres gradient (K)
|
||||
122 mn2t6grd MN2T6 Minimum temperature at 2 metres gradient (K)
|
||||
123 10fg6grd 10FG6 10 metre wind gust in the last 6 hours gradient (m s**-1)
|
||||
125 125 - Vertically integrated total energy (J m**-2)
|
||||
126 126 - Generic parameter for sensitive area prediction Various
|
||||
127 atgrd AT Atmospheric tide gradient
|
||||
128 bvgrd BV Budget values gradient
|
||||
129 zgrd Z Geopotential gradient (m**2 s**-2)
|
||||
130 tgrd T Temperature gradient (K)
|
||||
131 ugrd U U component of wind gradient (m s**-1)
|
||||
132 vgrd V V component of wind gradient (m s**-1)
|
||||
133 qgrd Q Specific humidity gradient (kg kg**-1)
|
||||
134 spgrd SP Surface pressure gradient (Pa)
|
||||
135 wgrd W vertical velocity (pressure) gradient (Pa s**-1)
|
||||
136 tcwgrd TCW Total column water gradient (kg m**-2)
|
||||
137 tcwvgrd TCWV Total column water vapour gradient (kg m**-2)
|
||||
138 vogrd VO Vorticity (relative) gradient (s**-1)
|
||||
139 stl1grd STL1 Soil temperature level 1 gradient (K)
|
||||
140 swl1grd SWL1 Soil wetness level 1 gradient (kg m**-2)
|
||||
141 sdgrd SD Snow depth gradient (m of water equivalent)
|
||||
142 lspgrd LSP Stratiform precipitation (Large-scale precipitation) gradient (m)
|
||||
143 cpgrd CP Convective precipitation gradient (m)
|
||||
144 sfgrd SF Snowfall (convective + stratiform) gradient m of water equivalent
|
||||
145 bldgrd BLD Boundary layer dissipation gradient (J m**-2)
|
||||
146 sshfgrd SSHF Surface sensible heat flux gradient (J m**-2)
|
||||
147 slhfgrd SLHF Surface latent heat flux gradient (J m**-2)
|
||||
148 chnkgrd CHNK Charnock gradient
|
||||
149 snrgrd SNR Surface net radiation gradient (J m**-2)
|
||||
150 tnrgrd TNR Top net radiation gradient
|
||||
151 mslgrd MSL Mean sea level pressure gradient (Pa)
|
||||
152 lnspgrd LNSP Logarithm of surface pressure gradient
|
||||
153 swhrgrd SWHR Short-wave heating rate gradient (K)
|
||||
154 lwhrgrd LWHR Long-wave heating rate gradient (K)
|
||||
155 dgrd D Divergence gradient (s**-1)
|
||||
156 ghgrd GH Height gradient (m)
|
||||
157 rgrd R Relative humidity gradient (%)
|
||||
158 tspgrd TSP Tendency of surface pressure gradient (Pa s**-1)
|
||||
159 blhgrd BLH Boundary layer height gradient (m)
|
||||
160 sdorgrd SDOR Standard deviation of orography gradient
|
||||
161 isorgrd ISOR Anisotropy of sub-gridscale orography gradient
|
||||
162 anorgrd ANOR Angle of sub-gridscale orography gradient
|
||||
163 slorgrd SLOR Slope of sub-gridscale orography gradient
|
||||
164 tccgrd TCC Total cloud cover gradient (0 - 1)
|
||||
165 10ugrd 10U 10 metre U wind component gradient (m s**-1)
|
||||
166 10vgrd 10V 10 metre V wind component gradient (m s**-1)
|
||||
167 2tgrd 2T 2 metre temperature gradient (K)
|
||||
168 2dgrd 2D 2 metre dewpoint temperature gradient (K)
|
||||
169 ssrdgrd SSRD Surface solar radiation downwards gradient (J m**-2)
|
||||
170 stl2grd STL2 Soil temperature level 2 gradient (K)
|
||||
171 swl2grd SWL2 Soil wetness level 2 gradient (kg m**-2)
|
||||
172 lsmgrd LSM Land-sea mask gradient (0 - 1)
|
||||
173 srgrd SR Surface roughness gradient (m)
|
||||
174 algrd AL Albedo gradient (0 - 1)
|
||||
175 strdgrd STRD Surface thermal radiation downwards gradient (J m**-2)
|
||||
176 ssrgrd SSR Surface solar radiation gradient (J m**-2)
|
||||
177 strgrd STR Surface thermal radiation gradient (J m**-2)
|
||||
178 tsrgrd TSR Top solar radiation gradient (J m**-2)
|
||||
179 ttrgrd TTR Top thermal radiation gradient (J m**-2)
|
||||
180 ewssgrd EWSS East-West surface stress gradient (N m**-2 s)
|
||||
181 nsssgrd NSSS North-South surface stress gradient (N m**-2 s)
|
||||
182 egrd E Evaporation gradient (kg m**-2)
|
||||
183 stl3grd STL3 Soil temperature level 3 gradient (K)
|
||||
184 swl3grd SWL3 Soil wetness level 3 gradient (kg m**-2)
|
||||
185 cccgrd CCC Convective cloud cover gradient (0 - 1)
|
||||
186 lccgrd LCC Low cloud cover gradient (0 - 1)
|
||||
187 mccgrd MCC Medium cloud cover gradient (0 - 1)
|
||||
188 hccgrd HCC High cloud cover gradient (0 - 1)
|
||||
189 sundgrd SUND Sunshine duration gradient (s)
|
||||
190 ewovgrd EWOV East-West component of sub-gridscale orographic variance gradient (m**2)
|
||||
191 nsovgrd NSOV North-South component of sub-gridscale orographic variance gradient (m**2)
|
||||
192 nwovgrd NWOV North-West/South-East component of sub-gridscale orographic variance gradient (m**2)
|
||||
193 neovgrd NEOV North-East/South-West component of sub-gridscale orographic variance gradient (m**2)
|
||||
194 btmpgrd BTMP Brightness temperature gradient (K)
|
||||
195 lgwsgrd LGWS Longitudinal component of gravity wave stress gradient (N m**-2 s)
|
||||
196 mgwsgrd MGWS Meridional component of gravity wave stress gradient (N m**-2 s)
|
||||
197 gwdgrd GWD Gravity wave dissipation gradient (J m**-2)
|
||||
198 srcgrd SRC Skin reservoir content gradient (kg m**-2)
|
||||
199 veggrd VEG Vegetation fraction gradient (0 - 1)
|
||||
200 vsogrd VSO Variance of sub-gridscale orography gradient (m**2)
|
||||
201 mx2tgrd MX2T Maximum temperature at 2 metres since previous post-processing gradient (K)
|
||||
202 mn2tgrd MN2T Minimum temperature at 2 metres since previous post-processing gradient (K)
|
||||
203 o3grd O3 Ozone mass mixing ratio gradient (kg kg**-1)
|
||||
204 pawgrd PAW Precipitation analysis weights gradient
|
||||
205 rogrd RO Runoff gradient (m)
|
||||
206 tco3grd TCO3 Total column ozone gradient (kg m**-2)
|
||||
207 10sigrd 10SI 10 metre wind speed gradient (m s**-1)
|
||||
208 tsrcgrd TSRC Top net solar radiation, clear sky gradient (J m**-2)
|
||||
209 ttrcgrd TTRC Top net thermal radiation, clear sky gradient (J m**-2)
|
||||
210 ssrcgrd SSRC Surface net solar radiation, clear sky gradient (J m**-2)
|
||||
211 strcgrd STRC Surface net thermal radiation, clear sky gradient (J m**-2)
|
||||
212 tisrgrd TISR TOA incident solar radiation gradient (J m**-2)
|
||||
214 dhrgrd DHR Diabatic heating by radiation gradient (K)
|
||||
215 dhvdgrd DHVD Diabatic heating by vertical diffusion gradient (K)
|
||||
216 dhccgrd DHCC Diabatic heating by cumulus convection gradient (K)
|
||||
217 dhlcgrd DHLC Diabatic heating large-scale condensation gradient (K)
|
||||
218 vdzwgrd VDZW Vertical diffusion of zonal wind gradient (m s**-1)
|
||||
219 vdmwgrd VDMW Vertical diffusion of meridional wind gradient (m s**-1)
|
||||
220 ewgdgrd EWGD East-West gravity wave drag tendency gradient (m s**-1)
|
||||
221 nsgdgrd NSGD North-South gravity wave drag tendency gradient (m s**-1)
|
||||
222 ctzwgrd CTZW Convective tendency of zonal wind gradient (m s**-1)
|
||||
223 ctmwgrd CTMW Convective tendency of meridional wind gradient (m s**-1)
|
||||
224 vdhgrd VDH Vertical diffusion of humidity gradient (kg kg**-1)
|
||||
225 htccgrd HTCC Humidity tendency by cumulus convection gradient (kg kg**-1)
|
||||
226 htlcgrd HTLC Humidity tendency by large-scale condensation gradient (kg kg**-1)
|
||||
227 crnhgrd CRNH Change from removal of negative humidity gradient (kg kg**-1)
|
||||
228 tpgrd TP Total precipitation gradient (m)
|
||||
229 iewsgrd IEWS Instantaneous X surface stress gradient (N m**-2)
|
||||
230 inssgrd INSS Instantaneous Y surface stress gradient (N m**-2)
|
||||
231 ishfgrd ISHF Instantaneous surface heat flux gradient (W m**-2)
|
||||
232 iegrd IE Instantaneous moisture flux gradient (kg m**-2 s)
|
||||
233 asqgrd ASQ Apparent surface humidity gradient (kg kg**-1)
|
||||
234 lsrhgrd LSRH Logarithm of surface roughness length for heat gradient
|
||||
235 sktgrd SKT Skin temperature gradient (K)
|
||||
236 stl4grd STL4 Soil temperature level 4 gradient (K)
|
||||
237 swl4grd SWL4 Soil wetness level 4 gradient (m)
|
||||
238 tsngrd TSN Temperature of snow layer gradient (K)
|
||||
239 csfgrd CSF Convective snowfall gradient (m of water equivalent)
|
||||
240 lsfgrd LSF Large scale snowfall gradient (m of water equivalent)
|
||||
241 acfgrd ACF Accumulated cloud fraction tendency gradient (-1 to 1)
|
||||
242 alwgrd ALW Accumulated liquid water tendency gradient gradient (-1 to 1)
|
||||
243 falgrd FAL Forecast albedo gradient (0 - 1)
|
||||
244 fsrgrd FSR Forecast surface roughness gradient (m)
|
||||
245 flsrgrd FLSR Forecast logarithm of surface roughness for heat gradient
|
||||
246 clwcgrd CLWC Specific cloud liquid water content gradient (kg kg**-1)
|
||||
247 ciwcgrd CIWC Specific cloud ice water content gradient (kg kg**-1)
|
||||
248 ccgrd CC Cloud cover gradient (0 - 1)
|
||||
249 aiwgrd AIW Accumulated ice water tendency gradient (-1 to 1)
|
||||
250 icegrd ICE Ice age gradient (0 - 1)
|
||||
251 attegrd ATTE Adiabatic tendency of temperature gradient (K)
|
||||
252 athegrd ATHE Adiabatic tendency of humidity gradient (kg kg**-1)
|
||||
253 atzegrd ATZE Adiabatic tendency of zonal wind gradient (m s**-1)
|
||||
254 atmwgrd ATMW Adiabatic tendency of meridional wind gradient (m s**-1)
|
||||
255 255 - Indicates a missing value
|
||||
1 strfgrd Stream function gradient (m**2 s**-1)
|
||||
2 vpotgrd Velocity potential gradient (m**2 s**-1)
|
||||
3 ptgrd Potential temperature gradient (K)
|
||||
4 eqptgrd Equivalent potential temperature gradient (K)
|
||||
5 septgrd Saturated equivalent potential temperature gradient (K)
|
||||
11 udvwgrd U component of divergent wind gradient (m s**-1)
|
||||
12 vdvwgrd V component of divergent wind gradient (m s**-1)
|
||||
13 urtwgrd U component of rotational wind gradient (m s**-1)
|
||||
14 vrtwgrd V component of rotational wind gradient (m s**-1)
|
||||
21 uctpgrd Unbalanced component of temperature gradient (K)
|
||||
22 uclngrd Unbalanced component of logarithm of surface pressure gradient (~)
|
||||
23 ucdvgrd Unbalanced component of divergence gradient (s**-1)
|
||||
24 ~ Reserved for future unbalanced components (~)
|
||||
25 ~ Reserved for future unbalanced components (~)
|
||||
26 clgrd Lake cover gradient ((0 - 1))
|
||||
27 cvlgrd Low vegetation cover gradient ((0 - 1))
|
||||
28 cvhgrd High vegetation cover gradient ((0 - 1))
|
||||
29 tvlgrd Type of low vegetation gradient (~)
|
||||
30 tvhgrd Type of high vegetation gradient (~)
|
||||
31 sicgrd Sea-ice cover gradient ((0 - 1))
|
||||
32 asngrd Snow albedo gradient ((0 - 1))
|
||||
33 rsngrd Snow density gradient (kg m**-3)
|
||||
34 sstkgrd Sea surface temperature gradient (K)
|
||||
35 istl1grd Ice surface temperature layer 1 gradient (K)
|
||||
36 istl2grd Ice surface temperature layer 2 gradient (K)
|
||||
37 istl3grd Ice surface temperature layer 3 gradient (K)
|
||||
38 istl4grd Ice surface temperature layer 4 gradient (K)
|
||||
39 swvl1grd Volumetric soil water layer 1 gradient (m**3 m**-3)
|
||||
40 swvl2grd Volumetric soil water layer 2 gradient (m**3 m**-3)
|
||||
41 swvl3grd Volumetric soil water layer 3 gradient (m**3 m**-3)
|
||||
42 swvl4grd Volumetric soil water layer 4 gradient (m**3 m**-3)
|
||||
43 sltgrd Soil type gradient (~)
|
||||
44 esgrd Snow evaporation gradient (kg m**-2)
|
||||
45 smltgrd Snowmelt gradient (kg m**-2)
|
||||
46 sdurgrd Solar duration gradient (s)
|
||||
47 dsrpgrd Direct solar radiation gradient (J m**-2)
|
||||
48 magssgrd Magnitude of turbulent surface stress gradient (N m**-2 s)
|
||||
49 10fggrd 10 metre wind gust gradient (m s**-1)
|
||||
50 lspfgrd Large-scale precipitation fraction gradient (s)
|
||||
51 mx2t24grd Maximum 2 metre temperature gradient (K)
|
||||
52 mn2t24grd Minimum 2 metre temperature gradient (K)
|
||||
53 montgrd Montgomery potential gradient (m**2 s**-2)
|
||||
54 presgrd Pressure gradient (Pa)
|
||||
55 mean2t24grd Mean 2 metre temperature in the last 24 hours gradient (K)
|
||||
56 mn2d24grd Mean 2 metre dewpoint temperature in the last 24 hours gradient (K)
|
||||
57 uvbgrd Downward UV radiation at the surface gradient (J m**-2)
|
||||
58 pargrd Photosynthetically active radiation at the surface gradient (J m**-2)
|
||||
59 capegrd Convective available potential energy gradient (J kg**-1)
|
||||
60 pvgrd Potential vorticity gradient (K m**2 kg**-1 s**-1)
|
||||
61 tpogrd Total precipitation from observations gradient (Millimetres*100 + number of stations)
|
||||
62 obctgrd Observation count gradient (~)
|
||||
63 ~ Start time for skin temperature difference (s)
|
||||
64 ~ Finish time for skin temperature difference (s)
|
||||
65 ~ Skin temperature difference (K)
|
||||
66 ~ Leaf area index, low vegetation (m**2 m**-2)
|
||||
67 ~ Leaf area index, high vegetation (m**2 m**-2)
|
||||
68 ~ Minimum stomatal resistance, low vegetation (s m**-1)
|
||||
69 ~ Minimum stomatal resistance, high vegetation (s m**-1)
|
||||
70 ~ Biome cover, low vegetation ((0 - 1))
|
||||
71 ~ Biome cover, high vegetation ((0 - 1))
|
||||
78 ~ Total column liquid water (kg m**-2)
|
||||
79 ~ Total column ice water (kg m**-2)
|
||||
80 ~ Experimental product (~)
|
||||
81 ~ Experimental product (~)
|
||||
82 ~ Experimental product (~)
|
||||
83 ~ Experimental product (~)
|
||||
84 ~ Experimental product (~)
|
||||
85 ~ Experimental product (~)
|
||||
86 ~ Experimental product (~)
|
||||
87 ~ Experimental product (~)
|
||||
88 ~ Experimental product (~)
|
||||
89 ~ Experimental product (~)
|
||||
90 ~ Experimental product (~)
|
||||
91 ~ Experimental product (~)
|
||||
92 ~ Experimental product (~)
|
||||
93 ~ Experimental product (~)
|
||||
94 ~ Experimental product (~)
|
||||
95 ~ Experimental product (~)
|
||||
96 ~ Experimental product (~)
|
||||
97 ~ Experimental product (~)
|
||||
98 ~ Experimental product (~)
|
||||
99 ~ Experimental product (~)
|
||||
100 ~ Experimental product (~)
|
||||
101 ~ Experimental product (~)
|
||||
102 ~ Experimental product (~)
|
||||
103 ~ Experimental product (~)
|
||||
104 ~ Experimental product (~)
|
||||
105 ~ Experimental product (~)
|
||||
106 ~ Experimental product (~)
|
||||
107 ~ Experimental product (~)
|
||||
108 ~ Experimental product (~)
|
||||
109 ~ Experimental product (~)
|
||||
110 ~ Experimental product (~)
|
||||
111 ~ Experimental product (~)
|
||||
112 ~ Experimental product (~)
|
||||
113 ~ Experimental product (~)
|
||||
114 ~ Experimental product (~)
|
||||
115 ~ Experimental product (~)
|
||||
116 ~ Experimental product (~)
|
||||
117 ~ Experimental product (~)
|
||||
118 ~ Experimental product (~)
|
||||
119 ~ Experimental product (~)
|
||||
120 ~ Experimental product (~)
|
||||
121 mx2t6grd Maximum temperature at 2 metres gradient (K)
|
||||
122 mn2t6grd Minimum temperature at 2 metres gradient (K)
|
||||
123 10fg6grd 10 metre wind gust in the last 6 hours gradient (m s**-1)
|
||||
125 ~ Vertically integrated total energy (J m**-2)
|
||||
126 ~ Generic parameter for sensitive area prediction (Various)
|
||||
127 atgrd Atmospheric tide gradient (~)
|
||||
128 bvgrd Budget values gradient (~)
|
||||
129 zgrd Geopotential gradient (m**2 s**-2)
|
||||
130 tgrd Temperature gradient (K)
|
||||
131 ugrd U component of wind gradient (m s**-1)
|
||||
132 vgrd V component of wind gradient (m s**-1)
|
||||
133 qgrd Specific humidity gradient (kg kg**-1)
|
||||
134 spgrd Surface pressure gradient (Pa)
|
||||
135 wgrd vertical velocity (pressure) gradient (Pa s**-1)
|
||||
136 tcwgrd Total column water gradient (kg m**-2)
|
||||
137 tcwvgrd Total column water vapour gradient (kg m**-2)
|
||||
138 vogrd Vorticity (relative) gradient (s**-1)
|
||||
139 stl1grd Soil temperature level 1 gradient (K)
|
||||
140 swl1grd Soil wetness level 1 gradient (kg m**-2)
|
||||
141 sdgrd Snow depth gradient (m of water equivalent)
|
||||
142 lspgrd Stratiform precipitation (Large-scale precipitation) gradient (m)
|
||||
143 cpgrd Convective precipitation gradient (m)
|
||||
144 sfgrd Snowfall (convective + stratiform) gradient (m of water equivalent)
|
||||
145 bldgrd Boundary layer dissipation gradient (J m**-2)
|
||||
146 sshfgrd Surface sensible heat flux gradient (J m**-2)
|
||||
147 slhfgrd Surface latent heat flux gradient (J m**-2)
|
||||
148 chnkgrd Charnock gradient (~)
|
||||
149 snrgrd Surface net radiation gradient (J m**-2)
|
||||
150 tnrgrd Top net radiation gradient (~)
|
||||
151 mslgrd Mean sea level pressure gradient (Pa)
|
||||
152 lnspgrd Logarithm of surface pressure gradient (~)
|
||||
153 swhrgrd Short-wave heating rate gradient (K)
|
||||
154 lwhrgrd Long-wave heating rate gradient (K)
|
||||
155 dgrd Divergence gradient (s**-1)
|
||||
156 ghgrd Height gradient (m)
|
||||
157 rgrd Relative humidity gradient (%)
|
||||
158 tspgrd Tendency of surface pressure gradient (Pa s**-1)
|
||||
159 blhgrd Boundary layer height gradient (m)
|
||||
160 sdorgrd Standard deviation of orography gradient (~)
|
||||
161 isorgrd Anisotropy of sub-gridscale orography gradient (~)
|
||||
162 anorgrd Angle of sub-gridscale orography gradient (radians)
|
||||
163 slorgrd Slope of sub-gridscale orography gradient (~)
|
||||
164 tccgrd Total cloud cover gradient ((0 - 1))
|
||||
165 10ugrd 10 metre U wind component gradient (m s**-1)
|
||||
166 10vgrd 10 metre V wind component gradient (m s**-1)
|
||||
167 2tgrd 2 metre temperature gradient (K)
|
||||
168 2dgrd 2 metre dewpoint temperature gradient (K)
|
||||
169 ssrdgrd Surface solar radiation downwards gradient (J m**-2)
|
||||
170 stl2grd Soil temperature level 2 gradient (K)
|
||||
171 swl2grd Soil wetness level 2 gradient (kg m**-2)
|
||||
172 lsmgrd Land-sea mask gradient ((0 - 1))
|
||||
173 srgrd Surface roughness gradient (m)
|
||||
174 algrd Albedo gradient ((0 - 1))
|
||||
175 strdgrd Surface thermal radiation downwards gradient (J m**-2)
|
||||
176 ssrgrd Surface net solar radiation gradient (J m**-2)
|
||||
177 strgrd Surface net thermal radiation gradient (J m**-2)
|
||||
178 tsrgrd Top net solar radiation gradient (J m**-2)
|
||||
179 ttrgrd Top net thermal radiation gradient (J m**-2)
|
||||
180 ewssgrd East-West surface stress gradient (N m**-2 s)
|
||||
181 nsssgrd North-South surface stress gradient (N m**-2 s)
|
||||
182 egrd Evaporation gradient (kg m**-2)
|
||||
183 stl3grd Soil temperature level 3 gradient (K)
|
||||
184 swl3grd Soil wetness level 3 gradient (kg m**-2)
|
||||
185 cccgrd Convective cloud cover gradient ((0 - 1))
|
||||
186 lccgrd Low cloud cover gradient ((0 - 1))
|
||||
187 mccgrd Medium cloud cover gradient ((0 - 1))
|
||||
188 hccgrd High cloud cover gradient ((0 - 1))
|
||||
189 sundgrd Sunshine duration gradient (s)
|
||||
190 ewovgrd East-West component of sub-gridscale orographic variance gradient (m**2)
|
||||
191 nsovgrd North-South component of sub-gridscale orographic variance gradient (m**2)
|
||||
192 nwovgrd North-West/South-East component of sub-gridscale orographic variance gradient (m**2)
|
||||
193 neovgrd North-East/South-West component of sub-gridscale orographic variance gradient (m**2)
|
||||
194 btmpgrd Brightness temperature gradient (K)
|
||||
195 lgwsgrd Longitudinal component of gravity wave stress gradient (N m**-2 s)
|
||||
196 mgwsgrd Meridional component of gravity wave stress gradient (N m**-2 s)
|
||||
197 gwdgrd Gravity wave dissipation gradient (J m**-2)
|
||||
198 srcgrd Skin reservoir content gradient (kg m**-2)
|
||||
199 veggrd Vegetation fraction gradient ((0 - 1))
|
||||
200 vsogrd Variance of sub-gridscale orography gradient (m**2)
|
||||
201 mx2tgrd Maximum temperature at 2 metres since previous post-processing gradient (K)
|
||||
202 mn2tgrd Minimum temperature at 2 metres since previous post-processing gradient (K)
|
||||
203 o3grd Ozone mass mixing ratio gradient (kg kg**-1)
|
||||
204 pawgrd Precipitation analysis weights gradient (~)
|
||||
205 rogrd Runoff gradient (m)
|
||||
206 tco3grd Total column ozone gradient (kg m**-2)
|
||||
207 10sigrd 10 metre wind speed gradient (m s**-1)
|
||||
208 tsrcgrd Top net solar radiation, clear sky gradient (J m**-2)
|
||||
209 ttrcgrd Top net thermal radiation, clear sky gradient (J m**-2)
|
||||
210 ssrcgrd Surface net solar radiation, clear sky gradient (J m**-2)
|
||||
211 strcgrd Surface net thermal radiation, clear sky gradient (J m**-2)
|
||||
212 tisrgrd TOA incident solar radiation gradient (J m**-2)
|
||||
214 dhrgrd Diabatic heating by radiation gradient (K)
|
||||
215 dhvdgrd Diabatic heating by vertical diffusion gradient (K)
|
||||
216 dhccgrd Diabatic heating by cumulus convection gradient (K)
|
||||
217 dhlcgrd Diabatic heating large-scale condensation gradient (K)
|
||||
218 vdzwgrd Vertical diffusion of zonal wind gradient (m s**-1)
|
||||
219 vdmwgrd Vertical diffusion of meridional wind gradient (m s**-1)
|
||||
220 ewgdgrd East-West gravity wave drag tendency gradient (m s**-1)
|
||||
221 nsgdgrd North-South gravity wave drag tendency gradient (m s**-1)
|
||||
222 ctzwgrd Convective tendency of zonal wind gradient (m s**-1)
|
||||
223 ctmwgrd Convective tendency of meridional wind gradient (m s**-1)
|
||||
224 vdhgrd Vertical diffusion of humidity gradient (kg kg**-1)
|
||||
225 htccgrd Humidity tendency by cumulus convection gradient (kg kg**-1)
|
||||
226 htlcgrd Humidity tendency by large-scale condensation gradient (kg kg**-1)
|
||||
227 crnhgrd Change from removal of negative humidity gradient (kg kg**-1)
|
||||
228 tpgrd Total precipitation gradient (m)
|
||||
229 iewsgrd Instantaneous X surface stress gradient (N m**-2)
|
||||
230 inssgrd Instantaneous Y surface stress gradient (N m**-2)
|
||||
231 ishfgrd Instantaneous surface heat flux gradient (J m**-2)
|
||||
232 iegrd Instantaneous moisture flux gradient (kg m**-2 s)
|
||||
233 asqgrd Apparent surface humidity gradient (kg kg**-1)
|
||||
234 lsrhgrd Logarithm of surface roughness length for heat gradient (~)
|
||||
235 sktgrd Skin temperature gradient (K)
|
||||
236 stl4grd Soil temperature level 4 gradient (K)
|
||||
237 swl4grd Soil wetness level 4 gradient (m)
|
||||
238 tsngrd Temperature of snow layer gradient (K)
|
||||
239 csfgrd Convective snowfall gradient (m of water equivalent)
|
||||
240 lsfgrd Large scale snowfall gradient (m of water equivalent)
|
||||
241 acfgrd Accumulated cloud fraction tendency gradient ((-1 to 1))
|
||||
242 alwgrd Accumulated liquid water tendency gradient ((-1 to 1))
|
||||
243 falgrd Forecast albedo gradient ((0 - 1))
|
||||
244 fsrgrd Forecast surface roughness gradient (m)
|
||||
245 flsrgrd Forecast logarithm of surface roughness for heat gradient (~)
|
||||
246 clwcgrd Specific cloud liquid water content gradient (kg kg**-1)
|
||||
247 ciwcgrd Specific cloud ice water content gradient (kg kg**-1)
|
||||
248 ccgrd Cloud cover gradient ((0 - 1))
|
||||
249 aiwgrd Accumulated ice water tendency gradient ((-1 to 1))
|
||||
250 icegrd Ice age gradient ((0 - 1))
|
||||
251 attegrd Adiabatic tendency of temperature gradient (K)
|
||||
252 athegrd Adiabatic tendency of humidity gradient (kg kg**-1)
|
||||
253 atzegrd Adiabatic tendency of zonal wind gradient (m s**-1)
|
||||
254 atmwgrd Adiabatic tendency of meridional wind gradient (m s**-1)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
208 tsru TSRU Top solar radiation upward W m**-2
|
||||
209 ttru TTRU Top thermal radiation upward W m**-2
|
||||
210 tsuc TSUC Top solar radiation upward, clear sky W m**-2
|
||||
211 ttuc TTUC Top thermal radiation upward, clear sky W m**-2
|
||||
212 clw CLW Cloud liquid water kg kg**-1
|
||||
213 cf CF Cloud fraction (0 - 1)
|
||||
214 dhr DHR Diabatic heating by radiation K s**-1
|
||||
215 dhvd DHVD Diabatic heating by vertical diffusion K s**-1
|
||||
216 dhcc DHCC Diabatic heating by cumulus convection K s**-1
|
||||
217 dhlc DHLC Diabatic heating by large-scale condensation K s**-1
|
||||
218 vdzw VDZW Vertical diffusion of zonal wind m**2 s**-3
|
||||
219 vdmw VDMW Vertical diffusion of meridional wind m**2 s**-3
|
||||
220 ewgd EWGD East-West gravity wave drag m**2 s**-3
|
||||
221 nsgd NSGD North-South gravity wave drag m**2 s**-3
|
||||
222 ctzw CTZW Convective tendency of zonal wind m**2 s**-3
|
||||
223 ctmw CTMW Convective tendency of meridional wind m**2 s**-3
|
||||
224 vdh VDH Vertical diffusion of humidity kg kg**-1 s**-1
|
||||
225 htcc HTCC Humidity tendency by cumulus convection kg kg**-1 s**-1
|
||||
226 htlc HTLC Humidity tendency by large-scale condensation kg kg**-1 s**-1
|
||||
227 crnh CRNH Change from removal of negative humidity kg kg**-1 s**-1
|
||||
228 att ATT Adiabatic tendency of temperature K s**-1
|
||||
229 ath ATH Adiabatic tendency of humidity kg kg**-1 s**-1
|
||||
230 atzw ATZW Adiabatic tendency of zonal wind m**2 s**-3
|
||||
231 atmwax ATMWAX Adiabatic tendency of meridional wind m**2 s**-3
|
||||
232 mvv MVV Mean vertical velocity Pa s**-1
|
||||
255 255 - Indicates a missing value
|
||||
208 tsru Top solar radiation upward (J m**-2)
|
||||
209 ttru Top thermal radiation upward (J m**-2)
|
||||
210 tsuc Top solar radiation upward, clear sky (J m**-2)
|
||||
211 ttuc Top thermal radiation upward, clear sky (J m**-2)
|
||||
212 clw Cloud liquid water (kg kg**-1)
|
||||
213 cf Cloud fraction ((0 - 1))
|
||||
214 dhr Diabatic heating by radiation (K s**-1)
|
||||
215 dhvd Diabatic heating by vertical diffusion (K s**-1)
|
||||
216 dhcc Diabatic heating by cumulus convection (K s**-1)
|
||||
217 dhlc Diabatic heating by large-scale condensation (K s**-1)
|
||||
218 vdzw Vertical diffusion of zonal wind (m**2 s**-3)
|
||||
219 vdmw Vertical diffusion of meridional wind (m**2 s**-3)
|
||||
220 ewgd East-West gravity wave drag (m**2 s**-3)
|
||||
221 nsgd North-South gravity wave drag (m**2 s**-3)
|
||||
222 ctzw Convective tendency of zonal wind (m s**-1)
|
||||
223 ctmw Convective tendency of meridional wind (m s**-1)
|
||||
224 vdh Vertical diffusion of humidity (kg kg**-1 s**-1)
|
||||
225 htcc Humidity tendency by cumulus convection (kg kg**-1 s**-1)
|
||||
226 htlc Humidity tendency by large-scale condensation (kg kg**-1 s**-1)
|
||||
227 crnh Tendency due to removal of negative humidity (kg kg**-1)
|
||||
228 att Adiabatic tendency of temperature (K s**-1)
|
||||
229 ath Adiabatic tendency of humidity (kg kg**-1 s**-1)
|
||||
230 atzw Adiabatic tendency of zonal wind (m**2 s**-3)
|
||||
231 atmwax Adiabatic tendency of meridional wind (m**2 s**-3)
|
||||
232 mvv Mean vertical velocity (Pa s**-1)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,77 +1,77 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 2tag2 2m temperature anomaly of at least +2K %
|
||||
2 2tag1 2m temperature anomaly of at least +1K %
|
||||
3 2tag0 2m temperature anomaly of at least 0K %
|
||||
4 2talm1 2m temperature anomaly of at most -1K %
|
||||
5 2talm2 2m temperature anomaly of at most -2K %
|
||||
6 tpag20 Total precipitation anomaly of at least 20 mm %
|
||||
7 tpag10 Total precipitation anomaly of at least 10 mm %
|
||||
8 tpag0 Total precipitation anomaly of at least 0 mm %
|
||||
9 stag0 Surface temperature anomaly of at least 0K %
|
||||
10 mslag0 Mean sea level pressure anomaly of at least 0 Pa %
|
||||
15 h0dip Height of 0 degree isotherm probability percentage
|
||||
16 hslp Height of snowfall limit probability percentage
|
||||
17 saip Showalter index probability percentage
|
||||
18 whip Whiting index probability percentage
|
||||
20 talm2 Temperature anomaly less than -2 K %
|
||||
21 tag2 Temperature anomaly of at least +2 K %
|
||||
22 talm8 Temperature anomaly less than -8 K %
|
||||
23 talm4 Temperature anomaly less than -4 K %
|
||||
24 tag4 Temperature anomaly greater than +4 K %
|
||||
25 tag8 Temperature anomaly greater than +8 K %
|
||||
49 10gp 10 metre wind gust probability percentage
|
||||
59 capep Convective available potential energy probability percentage
|
||||
60 tpg1 Total precipitation of at least 1 mm %
|
||||
61 tpg5 Total precipitation of at least 5 mm %
|
||||
62 tpg10 Total precipitation of at least 10 mm %
|
||||
63 tpg20 Total precipitation of at least 20 mm %
|
||||
64 tpl01 Total precipitation less than 0.1 mm %
|
||||
65 tprl1 Total precipitation rate less than 1 mm/day %
|
||||
66 tprg3 Total precipitation rate of at least 3 mm/day %
|
||||
67 tprg5 Total precipitation rate of at least 5 mm/day %
|
||||
68 10spg10 10 metre wind speed of at least 10 m/s %
|
||||
69 10spg15 10 metre wind speed of at least 15 m/s %
|
||||
70 10fgg15 10 metre wind gust of at least 15 m/s %
|
||||
71 10fgg20 10 metre wind gust of at least 20 m/s %
|
||||
72 10fgg25 10 metre wind gust of at least 25 m/s %
|
||||
73 2tl273 2 metre temperature less than 273.15 K %
|
||||
74 swhg2 Significant wave height of at least 2 m %
|
||||
75 swhg4 Significant wave height of at least 4 m %
|
||||
76 swhg6 Significant wave height of at least 6 m %
|
||||
77 swhg8 Significant wave height of at least 8 m %
|
||||
79 mwpg10 Mean wave period of at least 10 s %
|
||||
80 mwpg12 Mean wave period of at least 12 s %
|
||||
81 mwpg15 Mean wave period of at least 15 s %
|
||||
82 tpg40 Total precipitation of at least 40 mm %
|
||||
83 tpg60 Total precipitation of at least 60 mm %
|
||||
84 tpg80 Total precipitation of at least 80 mm %
|
||||
85 tpg100 Total precipitation of at least 100 mm %
|
||||
86 tpg150 Total precipitation of at least 150 mm %
|
||||
87 tpg200 Total precipitation of at least 200 mm %
|
||||
88 tpg300 Total precipitation of at least 300 mm %
|
||||
89 pts Probability of a tropical storm %
|
||||
90 ph Probability of a hurricane %
|
||||
91 ptd Probability of a tropical depression %
|
||||
92 cpts Climatological probability of a tropical storm %
|
||||
93 cph Climatological probability of a hurricane %
|
||||
94 cptd Climatological probability of a tropical depression %
|
||||
95 pats Probability anomaly of a tropical storm %
|
||||
96 pah Probability anomaly of a hurricane %
|
||||
97 patd Probability anomaly of a tropical depression %
|
||||
98 tpg25 Total precipitation of at least 25 mm %
|
||||
99 tpg50 Total precipitation of at least 50 mm %
|
||||
100 10fgg10 10 metre wind gust of at least 10 m/s %
|
||||
129 zp Geopotential probability zp %
|
||||
130 tap Temperature anomaly probability percentage
|
||||
139 2tp 2 metre temperature probability %
|
||||
144 sfp Snowfall (convective + stratiform) probability percentage
|
||||
151 tpp Total precipitation probability
|
||||
164 tccp Total cloud cover probability percentage
|
||||
165 10sp 10 metre speed probability percentage
|
||||
167 2tp 2 metre temperature probability percentage
|
||||
201 mx2tp Maximum 2 metre temperature probability percentage
|
||||
202 mn2tp Minimum 2 metre temperature probability percentage
|
||||
228 tpp Total precipitation probability percentage
|
||||
229 swhp Significant wave height probability percentage
|
||||
232 mwpp Mean wave period probability percentage
|
||||
255 255 - Indicates a missing value
|
||||
1 2tag2 2m temperature anomaly of at least +2K (%)
|
||||
2 2tag1 2m temperature anomaly of at least +1K (%)
|
||||
3 2tag0 2m temperature anomaly of at least 0K (%)
|
||||
4 2talm1 2m temperature anomaly of at most -1K (%)
|
||||
5 2talm2 2m temperature anomaly of at most -2K (%)
|
||||
6 tpag20 Total precipitation anomaly of at least 20 mm (%)
|
||||
7 tpag10 Total precipitation anomaly of at least 10 mm (%)
|
||||
8 tpag0 Total precipitation anomaly of at least 0 mm (%)
|
||||
9 stag0 Surface temperature anomaly of at least 0K (%)
|
||||
10 mslag0 Mean sea level pressure anomaly of at least 0 Pa (%)
|
||||
15 h0dip Height of 0 degree isotherm probability (%)
|
||||
16 hslp Height of snowfall limit probability (%)
|
||||
17 saip Showalter index probability (%)
|
||||
18 whip Whiting index probability (%)
|
||||
20 talm2 Temperature anomaly less than -2 K (%)
|
||||
21 tag2 Temperature anomaly of at least +2 K (%)
|
||||
22 talm8 Temperature anomaly less than -8 K (%)
|
||||
23 talm4 Temperature anomaly less than -4 K (%)
|
||||
24 tag4 Temperature anomaly greater than +4 K (%)
|
||||
25 tag8 Temperature anomaly greater than +8 K (%)
|
||||
49 10gp 10 metre wind gust probability (%)
|
||||
59 capep Convective available potential energy probability (%)
|
||||
60 tpg1 Total precipitation of at least 1 mm (%)
|
||||
61 tpg5 Total precipitation of at least 5 mm (%)
|
||||
62 tpg10 Total precipitation of at least 10 mm (%)
|
||||
63 tpg20 Total precipitation of at least 20 mm (%)
|
||||
64 tpl01 Total precipitation less than 0.1 mm (%)
|
||||
65 tprl1 Total precipitation rate less than 1 mm/day (%)
|
||||
66 tprg3 Total precipitation rate of at least 3 mm/day (%)
|
||||
67 tprg5 Total precipitation rate of at least 5 mm/day (%)
|
||||
68 10spg10 10 metre Wind speed of at least 10 m/s (%)
|
||||
69 10spg15 10 metre Wind speed of at least 15 m/s (%)
|
||||
70 10fgg15 10 metre wind gust of at least 15 m/s (%)
|
||||
71 10fgg20 10 metre wind gust of at least 20 m/s (%)
|
||||
72 10fgg25 10 metre wind gust of at least 25 m/s (%)
|
||||
73 2tl273 2 metre temperature less than 273.15 K (%)
|
||||
74 swhg2 Significant wave height of at least 2 m (%)
|
||||
75 swhg4 Significant wave height of at least 4 m (%)
|
||||
76 swhg6 Significant wave height of at least 6 m (%)
|
||||
77 swhg8 Significant wave height of at least 8 m (%)
|
||||
79 mwpg10 Mean wave period of at least 10 s (%)
|
||||
80 mwpg12 Mean wave period of at least 12 s (%)
|
||||
81 mwpg15 Mean wave period of at least 15 s (%)
|
||||
82 tpg40 Total precipitation of at least 40 mm (%)
|
||||
83 tpg60 Total precipitation of at least 60 mm (%)
|
||||
84 tpg80 Total precipitation of at least 80 mm (%)
|
||||
85 tpg100 Total precipitation of at least 100 mm (%)
|
||||
86 tpg150 Total precipitation of at least 150 mm (%)
|
||||
87 tpg200 Total precipitation of at least 200 mm (%)
|
||||
88 tpg300 Total precipitation of at least 300 mm (%)
|
||||
89 pts Probability of a tropical storm (%)
|
||||
90 ph Probability of a hurricane (%)
|
||||
91 ptd Probability of a tropical depression (%)
|
||||
92 cpts Climatological probability of a tropical storm (%)
|
||||
93 cph Climatological probability of a hurricane (%)
|
||||
94 cptd Climatological probability of a tropical depression (%)
|
||||
95 pats Probability anomaly of a tropical storm (%)
|
||||
96 pah Probability anomaly of a hurricane (%)
|
||||
97 patd Probability anomaly of a tropical depression (%)
|
||||
98 tpg25 Total precipitation of at least 25 mm (%)
|
||||
99 tpg50 Total precipitation of at least 50 mm (%)
|
||||
100 10fgg10 10 metre wind gust of at least 10 m/s (%)
|
||||
129 zp Geopotential probability (%)
|
||||
130 tap Temperature anomaly probability (%)
|
||||
139 stl1p Soil temperature level 1 probability (%)
|
||||
144 sfp Snowfall (convective + stratiform) probability (%)
|
||||
151 mslpp Mean sea level pressure probability (%)
|
||||
164 tccp Total cloud cover probability (%)
|
||||
165 10sp 10 metre speed probability (%)
|
||||
167 2tp 2 metre temperature probability (%)
|
||||
201 mx2tp Maximum 2 metre temperature probability (%)
|
||||
202 mn2tp Minimum 2 metre temperature probability (%)
|
||||
228 tpp Total precipitation probability (%)
|
||||
229 swhp Significant wave height probability (%)
|
||||
232 mwpp Mean wave period probability (%)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
44 44 CAPESI Convective available potential energy shear index (-1 to 1)
|
||||
45 45 WVFI Water vapour flux index (dimensionless)
|
||||
49 49 10GP 10 metre wind gust index (-1 to 1)
|
||||
59 capei CAPEI Convective available potential energy index (-1 to 1)
|
||||
144 144 sfi Snowfall index (-1 to 1)
|
||||
165 165 10SP 10 metre speed index (-1 to 1)
|
||||
167 167 2TP 2 metre temperature index (-1 to 1)
|
||||
201 201 Maximum temperature at 2 metres index (-1 to 1)
|
||||
202 202 Minimum temperature at 2 metres index (-1 to 1)
|
||||
216 216 Maximum of significant wave height index (-1 to 1)
|
||||
228 228 TTP Total precipitation index (-1 to 1)
|
||||
255 255 - Indicates a missing value
|
||||
44 capesi Convective available potential energy shear index ((-1 to 1))
|
||||
45 wvfi Water vapour flux index (dimensionless)
|
||||
49 10fgi 10 metre wind gust index ((-1 to 1))
|
||||
59 capei Convective available potential energy index ((-1 to 1))
|
||||
144 sfi Snowfall index ((-1 to 1))
|
||||
165 10wsi 10 metre speed index ((-1 to 1))
|
||||
167 2ti 2 metre temperature index ((-1 to 1))
|
||||
201 mx2ti Maximum temperature at 2 metres index ((-1 to 1))
|
||||
202 mn2ti Minimum temperature at 2 metres index ((-1 to 1))
|
||||
216 maxswhi Maximum of significant wave height index ((-1 to 1))
|
||||
228 tpi Total precipitation index ((-1 to 1))
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,93 +1,93 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 2tplm10 2m temperature probability less than -10 C %
|
||||
2 2tplm5 2m temperature probability less than -5 C %
|
||||
3 2tpl0 2m temperature probability less than 0 C %
|
||||
4 2tpl5 2m temperature probability less than 5 C %
|
||||
5 2tpl10 2m temperature probability less than 10 C %
|
||||
6 2tpg25 2m temperature probability greater than 25 C %
|
||||
7 2tpg30 2m temperature probability greater than 30 C %
|
||||
8 2tpg35 2m temperature probability greater than 35 C %
|
||||
9 2tpg40 2m temperature probability greater than 40 C %
|
||||
10 2tpg45 2m temperature probability greater than 45 C %
|
||||
11 mn2tplm10 Minimum 2 metre temperature probability less than -10 C %
|
||||
12 mn2tplm5 Minimum 2 metre temperature probability less than -5 C %
|
||||
13 mn2tpl0 Minimum 2 metre temperature probability less than 0 C %
|
||||
14 mn2tpl5 Minimum 2 metre temperature probability less than 5 C %
|
||||
15 mn2tpl10 Minimum 2 metre temperature probability less than 10 C %
|
||||
16 mx2tpg25 Maximum 2 metre temperature probability greater than 25 C %
|
||||
17 mx2tpg30 Maximum 2 metre temperature probability greater than 30 C %
|
||||
18 mx2tpg35 Maximum 2 metre temperature probability greater than 35 C %
|
||||
19 mx2tpg40 Maximum 2 metre temperature probability greater than 40 C %
|
||||
20 mx2tpg45 Maximum 2 metre temperature probability greater than 45 C %
|
||||
21 10spg10 10 metre wind speed probability of at least 10 m/s %
|
||||
22 10spg15 10 metre wind speed probability of at least 15 m/s %
|
||||
23 10spg20 10 metre wind speed probability of at least 20 m/s %
|
||||
24 10spg35 10 metre wind speed probability of at least 35 m/s %
|
||||
25 10spg50 10 metre wind speed probability of at least 50 m/s %
|
||||
26 10gpg20 10 metre wind gust probability of at least 20 m/s %
|
||||
27 10gpg35 10 metre wind gust probability of at least 35 m/s %
|
||||
28 10gpg50 10 metre wind gust probability of at least 50 m/s %
|
||||
29 10gpg75 10 metre wind gust probability of at least 75 m/s %
|
||||
30 10gpg100 10 metre wind gust probability of at least 100 m/s %
|
||||
31 tppg1 Total precipitation probability of at least 1 mm %
|
||||
32 tppg5 Total precipitation probability of at least 5 mm %
|
||||
33 tppg10 Total precipitation probability of at least 10 mm %
|
||||
34 tppg20 Total precipitation probability of at least 20 mm %
|
||||
35 tppg40 Total precipitation probability of at least 40 mm %
|
||||
36 tppg60 Total precipitation probability of at least 60 mm %
|
||||
37 tppg80 Total precipitation probability of at least 80 mm %
|
||||
38 tppg100 Total precipitation probability of at least 100 mm %
|
||||
39 tppg150 Total precipitation probability of at least 150 mm %
|
||||
40 tppg200 Total precipitation probability of at least 200 mm %
|
||||
41 tppg300 Total precipitation probability of at least 300 mm %
|
||||
42 sfpg1 Snowfall probability of at least 1 mm %
|
||||
43 sfpg5 Snowfall probability of at least 5 mm %
|
||||
44 sfpg10 Snowfall probability of at least 10 mm %
|
||||
45 sfpg20 Snowfall probability of at least 20 mm %
|
||||
46 sfpg40 Snowfall probability of at least 40 mm %
|
||||
47 sfpg60 Snowfall probability of at least 60 mm %
|
||||
48 sfpg80 Snowfall probability of at least 80 mm %
|
||||
49 sfpg100 Snowfall probability of at least 100 mm %
|
||||
50 sfpg150 Snowfall probability of at least 150 mm %
|
||||
51 sfpg200 Snowfall probability of at least 200 mm %
|
||||
52 sfpg300 Snowfall probability of at least 300 mm %
|
||||
53 tccpg10 Total Cloud Cover probability greater than 10% %
|
||||
54 tccpg20 Total Cloud Cover probability greater than 20% %
|
||||
55 tccpg30 Total Cloud Cover probability greater than 30% %
|
||||
56 tccpg40 Total Cloud Cover probability greater than 40% %
|
||||
57 tccpg50 Total Cloud Cover probability greater than 50% %
|
||||
58 tccpg60 Total Cloud Cover probability greater than 60% %
|
||||
59 tccpg70 Total Cloud Cover probability greater than 70% %
|
||||
60 tccpg80 Total Cloud Cover probability greater than 80% %
|
||||
61 tccpg90 Total Cloud Cover probability greater than 90% %
|
||||
62 tccpg99 Total Cloud Cover probability greater than 99% %
|
||||
63 hccpg10 High Cloud Cover probability greater than 10% %
|
||||
64 hccpg20 High Cloud Cover probability greater than 20% %
|
||||
65 hccpg30 High Cloud Cover probability greater than 30% %
|
||||
66 hccpg40 High Cloud Cover probability greater than 40% %
|
||||
67 hccpg50 High Cloud Cover probability greater than 50% %
|
||||
68 hccpg60 High Cloud Cover probability greater than 60% %
|
||||
69 hccpg70 High Cloud Cover probability greater than 70% %
|
||||
70 hccpg80 High Cloud Cover probability greater than 80% %
|
||||
71 hccpg90 High Cloud Cover probability greater than 90% %
|
||||
72 hccpg99 High Cloud Cover probability greater than 99% %
|
||||
73 mccpg10 Medium Cloud Cover probability greater than 10% %
|
||||
74 mccpg20 Medium Cloud Cover probability greater than 20% %
|
||||
75 mccpg30 Medium Cloud Cover probability greater than 30% %
|
||||
76 mccpg40 Medium Cloud Cover probability greater than 40% %
|
||||
77 mccpg50 Medium Cloud Cover probability greater than 50% %
|
||||
78 mccpg60 Medium Cloud Cover probability greater than 60% %
|
||||
79 mccpg70 Medium Cloud Cover probability greater than 70% %
|
||||
80 mccpg80 Medium Cloud Cover probability greater than 80% %
|
||||
81 mccpg90 Medium Cloud Cover probability greater than 90% %
|
||||
82 mccpg99 Medium Cloud Cover probability greater than 99% %
|
||||
83 lccpg10 Low Cloud Cover probability greater than 10% %
|
||||
84 lccpg20 Low Cloud Cover probability greater than 20% %
|
||||
85 lccpg30 Low Cloud Cover probability greater than 30% %
|
||||
86 lccpg40 Low Cloud Cover probability greater than 40% %
|
||||
87 lccpg50 Low Cloud Cover probability greater than 50% %
|
||||
88 lccpg60 Low Cloud Cover probability greater than 60% %
|
||||
89 lccpg70 Low Cloud Cover probability greater than 70% %
|
||||
90 lccpg80 Low Cloud Cover probability greater than 80% %
|
||||
91 lccpg90 Low Cloud Cover probability greater than 90% %
|
||||
92 lccpg99 Low Cloud Cover probability greater than 99% %
|
||||
1 2tplm10 2m temperature probability less than -10 C (%)
|
||||
2 2tplm5 2m temperature probability less than -5 C (%)
|
||||
3 2tpl0 2m temperature probability less than 0 C (%)
|
||||
4 2tpl5 2m temperature probability less than 5 C (%)
|
||||
5 2tpl10 2m temperature probability less than 10 C (%)
|
||||
6 2tpg25 2m temperature probability greater than 25 C (%)
|
||||
7 2tpg30 2m temperature probability greater than 30 C (%)
|
||||
8 2tpg35 2m temperature probability greater than 35 C (%)
|
||||
9 2tpg40 2m temperature probability greater than 40 C (%)
|
||||
10 2tpg45 2m temperature probability greater than 45 C (%)
|
||||
11 mn2tplm10 Minimum 2 metre temperature probability less than -10 C (%)
|
||||
12 mn2tplm5 Minimum 2 metre temperature probability less than -5 C (%)
|
||||
13 mn2tpl0 Minimum 2 metre temperature probability less than 0 C (%)
|
||||
14 mn2tpl5 Minimum 2 metre temperature probability less than 5 C (%)
|
||||
15 mn2tpl10 Minimum 2 metre temperature probability less than 10 C (%)
|
||||
16 mx2tpg25 Maximum 2 metre temperature probability greater than 25 C (%)
|
||||
17 mx2tpg30 Maximum 2 metre temperature probability greater than 30 C (%)
|
||||
18 mx2tpg35 Maximum 2 metre temperature probability greater than 35 C (%)
|
||||
19 mx2tpg40 Maximum 2 metre temperature probability greater than 40 C (%)
|
||||
20 mx2tpg45 Maximum 2 metre temperature probability greater than 45 C (%)
|
||||
21 10spg10 10 metre wind speed probability of at least 10 m/s (%)
|
||||
22 10spg15 10 metre wind speed probability of at least 15 m/s (%)
|
||||
23 10spg20 10 metre wind speed probability of at least 20 m/s (%)
|
||||
24 10spg35 10 metre wind speed probability of at least 35 m/s (%)
|
||||
25 10spg50 10 metre wind speed probability of at least 50 m/s (%)
|
||||
26 10gpg20 10 metre wind gust probability of at least 20 m/s (%)
|
||||
27 10gpg35 10 metre wind gust probability of at least 35 m/s (%)
|
||||
28 10gpg50 10 metre wind gust probability of at least 50 m/s (%)
|
||||
29 10gpg75 10 metre wind gust probability of at least 75 m/s (%)
|
||||
30 10gpg100 10 metre wind gust probability of at least 100 m/s (%)
|
||||
31 tppg1 Total precipitation probability of at least 1 mm (%)
|
||||
32 tppg5 Total precipitation probability of at least 5 mm (%)
|
||||
33 tppg10 Total precipitation probability of at least 10 mm (%)
|
||||
34 tppg20 Total precipitation probability of at least 20 mm (%)
|
||||
35 tppg40 Total precipitation probability of at least 40 mm (%)
|
||||
36 tppg60 Total precipitation probability of at least 60 mm (%)
|
||||
37 tppg80 Total precipitation probability of at least 80 mm (%)
|
||||
38 tppg100 Total precipitation probability of at least 100 mm (%)
|
||||
39 tppg150 Total precipitation probability of at least 150 mm (%)
|
||||
40 tppg200 Total precipitation probability of at least 200 mm (%)
|
||||
41 tppg300 Total precipitation probability of at least 300 mm (%)
|
||||
42 sfpg1 Snowfall probability of at least 1 mm (%)
|
||||
43 sfpg5 Snowfall probability of at least 5 mm (%)
|
||||
44 sfpg10 Snowfall probability of at least 10 mm (%)
|
||||
45 sfpg20 Snowfall probability of at least 20 mm (%)
|
||||
46 sfpg40 Snowfall probability of at least 40 mm (%)
|
||||
47 sfpg60 Snowfall probability of at least 60 mm (%)
|
||||
48 sfpg80 Snowfall probability of at least 80 mm (%)
|
||||
49 sfpg100 Snowfall probability of at least 100 mm (%)
|
||||
50 sfpg150 Snowfall probability of at least 150 mm (%)
|
||||
51 sfpg200 Snowfall probability of at least 200 mm (%)
|
||||
52 sfpg300 Snowfall probability of at least 300 mm (%)
|
||||
53 tccpg10 Total Cloud Cover probability greater than 10% (%)
|
||||
54 tccpg20 Total Cloud Cover probability greater than 20% (%)
|
||||
55 tccpg30 Total Cloud Cover probability greater than 30% (%)
|
||||
56 tccpg40 Total Cloud Cover probability greater than 40% (%)
|
||||
57 tccpg50 Total Cloud Cover probability greater than 50% (%)
|
||||
58 tccpg60 Total Cloud Cover probability greater than 60% (%)
|
||||
59 tccpg70 Total Cloud Cover probability greater than 70% (%)
|
||||
60 tccpg80 Total Cloud Cover probability greater than 80% (%)
|
||||
61 tccpg90 Total Cloud Cover probability greater than 90% (%)
|
||||
62 tccpg99 Total Cloud Cover probability greater than 99% (%)
|
||||
63 hccpg10 High Cloud Cover probability greater than 10% (%)
|
||||
64 hccpg20 High Cloud Cover probability greater than 20% (%)
|
||||
65 hccpg30 High Cloud Cover probability greater than 30% (%)
|
||||
66 hccpg40 High Cloud Cover probability greater than 40% (%)
|
||||
67 hccpg50 High Cloud Cover probability greater than 50% (%)
|
||||
68 hccpg60 High Cloud Cover probability greater than 60% (%)
|
||||
69 hccpg70 High Cloud Cover probability greater than 70% (%)
|
||||
70 hccpg80 High Cloud Cover probability greater than 80% (%)
|
||||
71 hccpg90 High Cloud Cover probability greater than 90% (%)
|
||||
72 hccpg99 High Cloud Cover probability greater than 99% (%)
|
||||
73 mccpg10 Medium Cloud Cover probability greater than 10% (%)
|
||||
74 mccpg20 Medium Cloud Cover probability greater than 20% (%)
|
||||
75 mccpg30 Medium Cloud Cover probability greater than 30% (%)
|
||||
76 mccpg40 Medium Cloud Cover probability greater than 40% (%)
|
||||
77 mccpg50 Medium Cloud Cover probability greater than 50% (%)
|
||||
78 mccpg60 Medium Cloud Cover probability greater than 60% (%)
|
||||
79 mccpg70 Medium Cloud Cover probability greater than 70% (%)
|
||||
80 mccpg80 Medium Cloud Cover probability greater than 80% (%)
|
||||
81 mccpg90 Medium Cloud Cover probability greater than 90% (%)
|
||||
82 mccpg99 Medium Cloud Cover probability greater than 99% (%)
|
||||
83 lccpg10 Low Cloud Cover probability greater than 10% (%)
|
||||
84 lccpg20 Low Cloud Cover probability greater than 20% (%)
|
||||
85 lccpg30 Low Cloud Cover probability greater than 30% (%)
|
||||
86 lccpg40 Low Cloud Cover probability greater than 40% (%)
|
||||
87 lccpg50 Low Cloud Cover probability greater than 50% (%)
|
||||
88 lccpg60 Low Cloud Cover probability greater than 60% (%)
|
||||
89 lccpg70 Low Cloud Cover probability greater than 70% (%)
|
||||
90 lccpg80 Low Cloud Cover probability greater than 80% (%)
|
||||
91 lccpg90 Low Cloud Cover probability greater than 90% (%)
|
||||
92 lccpg99 Low Cloud Cover probability greater than 99% (%)
|
||||
|
|
|
@ -1,88 +1,88 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
80 80 WX1 Wave experimental parameter 1 (~)
|
||||
81 81 WX2 Wave experimental parameter 2 (~)
|
||||
82 82 WX3 Wave experimental parameter 3 (~)
|
||||
83 83 WX4 Wave experimental parameter 4 (~)
|
||||
84 84 WX5 Wave experimental parameter 5 (~)
|
||||
98 98 WETA Wave induced mean sea level correction (m)
|
||||
99 99 WRAF Ratio of wave angular and frequency width (dimensionless)
|
||||
100 100 WNSLC Number of events in freak waves statistics (dimensionless)
|
||||
101 101 UTAUA U-component of atmospheric surface momentum flux (N m**-2)
|
||||
102 102 VTAUA V-component of atmospheric surface momentum flux (N m**-2)
|
||||
103 103 UTAUO U-component of surface momentum flux into ocean (N m**-2)
|
||||
104 104 VTAUO V-component of surface momentum flux into ocean (N m**-2)
|
||||
105 105 WPHIO Wave turbulent energy flux into ocean (W m**-2)
|
||||
106 106 WDW1 Wave directional width of first swell partition (dimensionless)
|
||||
107 107 WFW1 Wave frequency width of first swell partition (dimensionless)
|
||||
108 108 WDW2 Wave directional width of second swell partition (dimensionless)
|
||||
109 109 WFW2 Wave frequency width of second swell partition (dimensionless)
|
||||
110 110 WDW3 Wave directional width of third swell partition (dimensionless)
|
||||
111 111 WFW3 Wave frequency width of third swell partition (dimensionless)
|
||||
112 112 WEFXM Wave energy flux magnitude (W m**-1)
|
||||
113 113 WEFXD Wave energy flux mean direction (Degree true)
|
||||
114 114 H1012 Significant wave height of all waves with periods within the inclusive range from 10 to 12 seconds (m)
|
||||
115 115 H1214 Significant wave height of all waves with periods within the inclusive range from 12 to 14 seconds (m)
|
||||
116 116 H1417 Significant wave height of all waves with periods within the inclusive range from 14 to 17 seconds (m)
|
||||
117 117 H1721 Significant wave height of all waves with periods within the inclusive range from 17 to 21 seconds (m)
|
||||
118 118 H2125 Significant wave height of all waves with periods within the inclusive range from 21 to 25 seconds (m)
|
||||
119 119 H2530 Significant wave height of all waves with periods within the inclusive range from 25 to 30 seconds (m)
|
||||
120 120 SH10 Significant wave height of all waves with period larger than 10s (m)
|
||||
121 121 SWH1 Significant wave height of first swell partition (m)
|
||||
122 122 MWD1 Mean wave direction of first swell partition (degrees)
|
||||
123 123 MWP1 Mean wave period of first swell partition (s)
|
||||
124 124 SWH2 Significant wave height of second swell partition (m)
|
||||
125 125 MWD2 Mean wave direction of second swell partition (degrees)
|
||||
126 126 MWP2 Mean wave period of second swell partition (s)
|
||||
127 127 SWH3 Significant wave height of third swell partition (m)
|
||||
128 128 MWD3 Mean wave direction of third swell partition (degrees)
|
||||
129 129 MWP3 Mean wave period of third swell partition (s)
|
||||
200 200 MAXSWH Maximum of significant wave height (m)
|
||||
207 207 WSS Wave Spectral Skewness (dimensionless)
|
||||
208 208 WSTAR Free convective velocity over the oceans (m s**-1)
|
||||
209 209 RHOAO Air density over the oceans (kg m**-3)
|
||||
210 210 MSWSI Mean square wave strain in sea ice (~)
|
||||
211 211 PHIAW Normalized energy flux into waves (dimensionless)
|
||||
212 212 PHIOC Normalized energy flux into ocean (dimensionless)
|
||||
213 213 TLA Turbulent Langmuir number (~)
|
||||
214 214 TAUOC Normalized stress into ocean (dimensionless)
|
||||
215 215 UST U-component stokes drift (m s**-1)
|
||||
216 216 VST V-component stokes drift (m s**-1)
|
||||
217 217 TMAX Period corresponding to maximum individual wave height (s)
|
||||
218 218 HMAX Maximum individual wave height (m)
|
||||
219 219 WMB Model bathymetry (m)
|
||||
220 220 MP1 Mean wave period based on first moment (s)
|
||||
221 221 MP2 Mean zero-crossing wave period (s)
|
||||
222 222 WDW Wave spectral directional width (dimensionless)
|
||||
223 223 P1WW Mean wave period based on first moment for wind waves (s)
|
||||
224 224 P2WW Mean wave period based on second moment for wind waves (s)
|
||||
225 225 DWWW Wave spectral directional width for wind waves (dimensionless)
|
||||
226 226 P1PS Mean wave period based on first moment for swell (s)
|
||||
227 227 P2PS Mean wave period based on second moment for swell (s)
|
||||
228 228 DWPS Wave spectral directional width for swell (dimensionless)
|
||||
229 229 SWH Significant height of combined wind waves and swell (m)
|
||||
230 230 MWD Mean wave direction (Degree true)
|
||||
231 231 PP1D Peak wave period (s)
|
||||
232 232 MWP Mean wave period (s)
|
||||
233 233 CDWW Coefficient of drag with waves (dimensionless)
|
||||
234 234 SHWW Significant height of wind waves (m)
|
||||
235 235 MDWW Mean direction of wind waves (degrees)
|
||||
236 236 MPWW Mean period of wind waves (s)
|
||||
237 237 SHTS Significant height of total swell (m)
|
||||
238 238 MDTS Mean direction of total swell (degrees)
|
||||
239 239 MPTS Mean period of total swell (s)
|
||||
240 240 SDHS Standard deviation wave height (m)
|
||||
241 241 MU10 Mean of 10 metre wind speed (m s**-1)
|
||||
242 242 MDWI Mean wind direction (degrees)
|
||||
243 243 SDU Standard deviation of 10 metre wind speed (m s**-1)
|
||||
244 244 MSQS Mean square slope of waves (dimensionless)
|
||||
245 245 WIND 10 metre wind speed (m s**-1)
|
||||
246 246 AWH Altimeter wave height (m)
|
||||
247 247 ACWH Altimeter corrected wave height (m)
|
||||
248 248 ARRC Altimeter range relative correction (~)
|
||||
249 249 DWI 10 metre wind direction (degrees)
|
||||
250 250 2DSP 2D wave spectra (multiple) (m**2 s radian**-1)
|
||||
251 251 2DFD 2D wave spectra (single) (m**2 s radian**-1)
|
||||
252 252 WSK Wave spectral kurtosis (dimensionless)
|
||||
253 253 BFI Benjamin-Feir index (dimensionless)
|
||||
254 254 WSP Wave spectral peakedness (dimensionless)
|
||||
255 255 - Indicates a missing value
|
||||
80 wx1 Wave experimental parameter 1 (~)
|
||||
81 wx2 Wave experimental parameter 2 (~)
|
||||
82 wx3 Wave experimental parameter 3 (~)
|
||||
83 wx4 Wave experimental parameter 4 (~)
|
||||
84 wx5 Wave experimental parameter 5 (~)
|
||||
98 weta Wave induced mean sea level correction (m)
|
||||
99 wraf Ratio of wave angular and frequency width (dimensionless)
|
||||
100 wnslc Number of events in freak waves statistics (dimensionless)
|
||||
101 utaua U-component of atmospheric surface momentum flux (N m**-2)
|
||||
102 vtaua V-component of atmospheric surface momentum flux (N m**-2)
|
||||
103 utauo U-component of surface momentum flux into ocean (N m**-2)
|
||||
104 vtauo V-component of surface momentum flux into ocean (N m**-2)
|
||||
105 wphio Wave turbulent energy flux into ocean (W m**-2)
|
||||
106 wdw1 Wave directional width of first swell partition (dimensionless)
|
||||
107 wfw1 Wave frequency width of first swell partition (dimensionless)
|
||||
108 wdw2 Wave directional width of second swell partition (dimensionless)
|
||||
109 wfw2 Wave frequency width of second swell partition (dimensionless)
|
||||
110 wdw3 Wave directional width of third swell partition (dimensionless)
|
||||
111 wfw3 Wave frequency width of third swell partition (dimensionless)
|
||||
112 wefxm Wave energy flux magnitude (W m**-1)
|
||||
113 wefxd Wave energy flux mean direction (Degree true)
|
||||
114 h1012 Significant wave height of all waves with periods within the inclusive range from 10 to 12 seconds (m)
|
||||
115 h1214 Significant wave height of all waves with periods within the inclusive range from 12 to 14 seconds (m)
|
||||
116 h1417 Significant wave height of all waves with periods within the inclusive range from 14 to 17 seconds (m)
|
||||
117 h1721 Significant wave height of all waves with periods within the inclusive range from 17 to 21 seconds (m)
|
||||
118 h2125 Significant wave height of all waves with periods within the inclusive range from 21 to 25 seconds (m)
|
||||
119 h2530 Significant wave height of all waves with periods within the inclusive range from 25 to 30 seconds (m)
|
||||
120 sh10 Significant wave height of all waves with period larger than 10s (m)
|
||||
121 swh1 Significant wave height of first swell partition (m)
|
||||
122 mwd1 Mean wave direction of first swell partition (degrees)
|
||||
123 mwp1 Mean wave period of first swell partition (s)
|
||||
124 swh2 Significant wave height of second swell partition (m)
|
||||
125 mwd2 Mean wave direction of second swell partition (degrees)
|
||||
126 mwp2 Mean wave period of second swell partition (s)
|
||||
127 swh3 Significant wave height of third swell partition (m)
|
||||
128 mwd3 Mean wave direction of third swell partition (degrees)
|
||||
129 mwp3 Mean wave period of third swell partition (s)
|
||||
200 maxswh Maximum of significant wave height (m)
|
||||
207 wss Wave Spectral Skewness (dimensionless)
|
||||
208 wstar Free convective velocity over the oceans (m s**-1)
|
||||
209 rhoao Air density over the oceans (kg m**-3)
|
||||
210 mswsi Mean square wave strain in sea ice (~)
|
||||
211 phiaw Normalized energy flux into waves (dimensionless)
|
||||
212 phioc Normalized energy flux into ocean (dimensionless)
|
||||
213 tla Turbulent Langmuir number (~)
|
||||
214 tauoc Normalized stress into ocean (dimensionless)
|
||||
215 ust U-component stokes drift (m s**-1)
|
||||
216 vst V-component stokes drift (m s**-1)
|
||||
217 tmax Period corresponding to maximum individual wave height (s)
|
||||
218 hmax Maximum individual wave height (m)
|
||||
219 wmb Model bathymetry (m)
|
||||
220 mp1 Mean wave period based on first moment (s)
|
||||
221 mp2 Mean zero-crossing wave period (s)
|
||||
222 wdw Wave spectral directional width (dimensionless)
|
||||
223 p1ww Mean wave period based on first moment for wind waves (s)
|
||||
224 p2ww Mean wave period based on second moment for wind waves (s)
|
||||
225 dwww Wave spectral directional width for wind waves (dimensionless)
|
||||
226 p1ps Mean wave period based on first moment for swell (s)
|
||||
227 p2ps Mean wave period based on second moment for swell (s)
|
||||
228 dwps Wave spectral directional width for swell (dimensionless)
|
||||
229 swh Significant height of combined wind waves and swell (m)
|
||||
230 mwd Mean wave direction (Degree true)
|
||||
231 pp1d Peak wave period (s)
|
||||
232 mwp Mean wave period (s)
|
||||
233 cdww Coefficient of drag with waves (dimensionless)
|
||||
234 shww Significant height of wind waves (m)
|
||||
235 mdww Mean direction of wind waves (degrees)
|
||||
236 mpww Mean period of wind waves (s)
|
||||
237 shts Significant height of total swell (m)
|
||||
238 mdts Mean direction of total swell (degrees)
|
||||
239 mpts Mean period of total swell (s)
|
||||
240 sdhs Standard deviation wave height (m)
|
||||
241 mu10 Mean of 10 metre wind speed (m s**-1)
|
||||
242 mdwi Mean wind direction (degrees)
|
||||
243 sdu Standard deviation of 10 metre wind speed (m s**-1)
|
||||
244 msqs Mean square slope of waves (dimensionless)
|
||||
245 wind 10 metre wind speed (m s**-1)
|
||||
246 awh Altimeter wave height (m)
|
||||
247 acwh Altimeter corrected wave height (m)
|
||||
248 arrc Altimeter range relative correction (~)
|
||||
249 dwi 10 metre wind direction (degrees)
|
||||
250 2dsp 2D wave spectra (multiple) (m**2 s radian**-1)
|
||||
251 2dfd 2D wave spectra (single) (m**2 s radian**-1)
|
||||
252 wsk Wave spectral kurtosis (dimensionless)
|
||||
253 bfi Benjamin-Feir index (dimensionless)
|
||||
254 wsp Wave spectral peakedness (dimensionless)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,33 +1,33 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
129 ocpt Ocean potential temperature (deg C)
|
||||
130 ocs Ocean salinity psu
|
||||
131 ocpd Ocean potential density kg m**-3 -1000
|
||||
133 ocu Ocean U wind component (m s**-1)
|
||||
134 ocv Ocean V wind component (m s**-1)
|
||||
135 ocw Ocean W wind component (m s**-1)
|
||||
137 rn Richardson number
|
||||
139 uv U*V product (m s**-2)
|
||||
140 ut U*T product (m s**-1 deg C)
|
||||
141 vt V*T product (m s**-1 deg C)
|
||||
142 uu U*U product (m s**-2)
|
||||
143 vv V*V product (m s**-2)
|
||||
144 144 UV - U~V~ (m s**-2)
|
||||
145 145 UT - U~T~ m s**-1 deg C
|
||||
146 146 VT - V~T~ (m s**-1 deg C)
|
||||
147 147 UU - U~U~ (m s**-2)
|
||||
148 148 VV - V~V~ (m s**-2)
|
||||
152 sl Sea level (m)
|
||||
153 153 Barotropic stream function
|
||||
130 ocs Ocean salinity (psu)
|
||||
131 ocpd Ocean potential density (kg m**-3 -1000)
|
||||
133 ~ Ocean U wind component (m s**-1)
|
||||
134 ~ Ocean V wind component (m s**-1)
|
||||
135 ocw Ocean W wind component (m s**-1)
|
||||
137 rn Richardson number (~)
|
||||
139 uv U*V product (m s**-2)
|
||||
140 ut U*T product (m s**-1 deg C)
|
||||
141 vt V*T product (m s**-1 deg C)
|
||||
142 uu U*U product (m s**-2)
|
||||
143 vv V*V product (m s**-2)
|
||||
144 ~ UV - U~V~ (m s**-2)
|
||||
145 ~ UT - U~T~ (m s**-1 deg C)
|
||||
146 ~ VT - V~T~ (m s**-1 deg C)
|
||||
147 ~ UU - U~U~ (m s**-2)
|
||||
148 ~ VV - V~V~ (m s**-2)
|
||||
152 sl Sea level (m)
|
||||
153 ~ Barotropic stream function (~)
|
||||
154 mld Mixed layer depth (m)
|
||||
155 155 Depth (m)
|
||||
168 168 U stress (Pa)
|
||||
169 169 V stress (Pa)
|
||||
170 170 Turbulent kinetic energy input
|
||||
171 nsf Net surface heat flux
|
||||
172 172 Surface solar radiation
|
||||
173 173 P-E
|
||||
180 180 Diagnosed sea surface temperature error (deg C)
|
||||
181 181 Heat flux correction (W m**-2)
|
||||
182 182 Observed sea surface temperature (deg C)
|
||||
183 183 Observed heat flux (W m**-2)
|
||||
255 255 Indicates a missing value
|
||||
155 ~ Depth (m)
|
||||
168 ~ U stress (Pa)
|
||||
169 ~ V stress (Pa)
|
||||
170 ~ Turbulent kinetic energy input (~)
|
||||
171 nsf Net surface heat flux (~)
|
||||
172 ~ Surface solar radiation (~)
|
||||
173 ~ P-E (~)
|
||||
180 ~ Diagnosed sea surface temperature error (deg C)
|
||||
181 ~ Heat flux correction (J m**-2)
|
||||
182 ~ Observed sea surface temperature (deg C)
|
||||
183 ~ Observed heat flux (J m**-2)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,80 +1,80 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
129 ocpt Ocean potential temperature deg C
|
||||
130 s Salinity psu
|
||||
131 ocu Ocean current zonal component (m s**-1)
|
||||
132 ocv Ocean current meridional component (m s**-1)
|
||||
133 ocw Ocean current vertical component (m s**-1)
|
||||
134 mst Modulus of strain rate tensor s**-1
|
||||
135 vvs Vertical viscosity m**2 s**-1
|
||||
136 vdf Vertical diffusivity m**2 s**-1
|
||||
137 dep Bottom level Depth (m)
|
||||
138 sth Sigma-theta kg m**-3
|
||||
139 rn Richardson number
|
||||
140 uv UV product m**2 s**-2
|
||||
141 ut UT product m s**-1 degC
|
||||
142 vt VT product m s**-1 deg C
|
||||
143 uu UU product m**2 s**-2
|
||||
144 vv VV product m**2 s**-2
|
||||
145 sl Sea level m
|
||||
146 sl_1 Sea level previous timestep m
|
||||
147 bsf Barotropic stream function m**3 s**-1
|
||||
148 mld Mixed layer depth m
|
||||
149 btp Bottom Pressure (equivalent height) (m)
|
||||
151 crl Curl of Wind Stress N m**-3
|
||||
152 152 Divergence of wind stress (Nm**-3)
|
||||
153 tax U stress Pa
|
||||
154 tay V stress Pa
|
||||
155 tki Turbulent kinetic energy input W m**-2
|
||||
156 nsf Net surface heat flux W m**-2
|
||||
157 asr Absorbed solar radiation W m**-2
|
||||
158 pme Precipitation - evaporation m s**-1
|
||||
159 sst Specified sea surface temperature deg C
|
||||
160 shf Specified surface heat flux W m**-2
|
||||
161 dte Diagnosed sea surface temperature error deg C
|
||||
162 hfc Heat flux correction W m**-2
|
||||
163 20d 20 degrees isotherm depth m
|
||||
164 tav300 Average potential temperature in the upper 300m degrees C
|
||||
165 uba1 Vertically integrated zonal velocity (previous time step) m**2 s**-1
|
||||
166 vba1 Vertically Integrated meridional velocity (previous time step) m**2 s**-1
|
||||
167 ztr Vertically integrated zonal volume transport m**2 s**-1
|
||||
168 mtr Vertically integrated meridional volume transport m**2 s**-1
|
||||
169 zht Vertically integrated zonal heat transport J m**-1 s**-1
|
||||
170 mht Vertically integrated meridional heat transport J m**-1 s**-1
|
||||
171 umax U velocity maximum m s**-1
|
||||
172 dumax Depth of the velocity maximum m
|
||||
173 smax Salinity maximum psu
|
||||
174 dsmax Depth of salinity maximum m
|
||||
175 sav300 Average salinity in the upper 300m psu
|
||||
176 ldp Layer Thickness at scalar points (m)
|
||||
177 ldu Layer Thickness at vector points (m)
|
||||
178 pti Potential temperature increment deg C
|
||||
179 ptae Potential temperature analysis error deg C
|
||||
180 bpt Background potential temperature deg C
|
||||
181 apt Analysed potential temperature deg C
|
||||
182 ptbe Potential temperature background error deg C
|
||||
183 as Analysed salinity psu
|
||||
184 sali Salinity increment psu
|
||||
185 ebt Estimated Bias in Temperature deg C
|
||||
186 ebs Estimated Bias in Salinity psu
|
||||
187 uvi Zonal Velocity increment (from balance operator) m/s per time step
|
||||
188 vvi Meridional Velocity increment (from balance operator)
|
||||
190 subi Salinity increment (from salinity data) psu per time step
|
||||
191 sale Salinity analysis error psu
|
||||
192 bsal Background Salinity psu
|
||||
193 193 - Reserved
|
||||
194 salbe Salinity background error psu
|
||||
199 ebta Estimated temperature bias from assimilation deg C
|
||||
200 ebsa Estimated salinity bias from assimilation psu
|
||||
201 lti Temperature increment from relaxation term deg C per time step
|
||||
202 lsi Salinity increment from relaxation term psu per time step
|
||||
203 bzpga Bias in the zonal pressure gradient (applied) (Pa**m-1)
|
||||
204 bmpga Bias in the meridional pressure gradient (applied) (Pa**m-1)
|
||||
205 ebtl Estimated temperature bias from relaxation deg C
|
||||
206 ebsl Estimated salinity bias from relaxation psu
|
||||
207 fgbt First guess bias in temperature deg C
|
||||
208 fgbs First guess bias in salinity psu
|
||||
209 bpa Applied bias in pressure Pa
|
||||
210 fgbp FG bias in pressure Pa
|
||||
211 pta Bias in temperature(applied) (deg C)
|
||||
212 psa Bias in salinity (applied) (psu)
|
||||
255 255 - Indicates a missing value
|
||||
129 thetao Sea water potential temperature (deg C)
|
||||
130 so Sea water practical salinity (psu)
|
||||
131 ocu Eastward sea water velocity (m s**-1)
|
||||
132 ocv Northward sea water velocity (m s**-1)
|
||||
133 wo Upward sea water velocity (m s**-1)
|
||||
134 mst Modulus of strain rate tensor (s**-1)
|
||||
135 vvs Vertical viscosity (m**2 s**-1)
|
||||
136 vdf Vertical diffusivity (m**2 s**-1)
|
||||
137 dep Bottom level Depth (m)
|
||||
138 sigmat Sea water sigma theta (kg m**-3)
|
||||
139 rn Richardson number (~)
|
||||
140 uv UV product (m**2 s**-2)
|
||||
141 ut UT product (m s**-1 degC)
|
||||
142 vt VT product (m s**-1 deg C)
|
||||
143 uu UU product (m**2 s**-2)
|
||||
144 vv VV product (m**2 s**-2)
|
||||
145 zos Sea surface height (m)
|
||||
146 sl_1 Sea level previous timestep (m)
|
||||
147 stfbarot Ocean barotropic stream function (m**3 s**-1)
|
||||
148 mld Mixed layer depth (m)
|
||||
149 btp Bottom Pressure (equivalent height) (m)
|
||||
151 crl Curl of Wind Stress (N m**-3)
|
||||
152 ~ Divergence of wind stress (Nm**-3)
|
||||
153 taueo Surface downward eastward stress (N m**-2)
|
||||
154 tauno Surface downward northward stress (N m**-2)
|
||||
155 tki Turbulent kinetic energy input (J m**-2)
|
||||
156 nsf Net surface heat flux (J m**-2)
|
||||
157 asr Absorbed solar radiation (J m**-2)
|
||||
158 pme Precipitation - evaporation (m s**-1)
|
||||
159 sst Specified sea surface temperature (deg C)
|
||||
160 shf Specified surface heat flux (J m**-2)
|
||||
161 dte Diagnosed sea surface temperature error (deg C)
|
||||
162 hfc Heat flux correction (J m**-2)
|
||||
163 t20d Depth of 20C isotherm (m)
|
||||
164 tav300 Average potential temperature in the upper 300m (degrees C)
|
||||
165 uba1 Vertically integrated zonal velocity (previous time step) (m**2 s**-1)
|
||||
166 vba1 Vertically Integrated meridional velocity (previous time step) (m**2 s**-1)
|
||||
167 ztr Vertically integrated zonal volume transport (m**2 s**-1)
|
||||
168 mtr Vertically integrated meridional volume transport (m**2 s**-1)
|
||||
169 zht Vertically integrated zonal heat transport (J m**-1 s**-1)
|
||||
170 mht Vertically integrated meridional heat transport (J m**-1 s**-1)
|
||||
171 umax U velocity maximum (m s**-1)
|
||||
172 dumax Depth of the velocity maximum (m)
|
||||
173 smax Salinity maximum (psu)
|
||||
174 dsmax Depth of salinity maximum (m)
|
||||
175 sav300 Average salinity in the upper 300m (psu)
|
||||
176 ldp Layer Thickness at scalar points (m)
|
||||
177 ldu Layer Thickness at vector points (m)
|
||||
178 pti Potential temperature increment (deg C)
|
||||
179 ptae Potential temperature analysis error (deg C)
|
||||
180 bpt Background potential temperature (deg C)
|
||||
181 apt Analysed potential temperature (deg C)
|
||||
182 ptbe Potential temperature background error (deg C)
|
||||
183 as Analysed salinity (psu)
|
||||
184 sali Salinity increment (psu)
|
||||
185 ebt Estimated Bias in Temperature (deg C)
|
||||
186 ebs Estimated Bias in Salinity (psu)
|
||||
187 uvi Zonal Velocity increment (from balance operator) (m s**-1 per time step)
|
||||
188 vvi Meridional Velocity increment (from balance operator) (~)
|
||||
190 subi Salinity increment (from salinity data) (psu per time step)
|
||||
191 sale Salinity analysis error (psu)
|
||||
192 bsal Background Salinity (psu)
|
||||
193 ~ Reserved (~)
|
||||
194 salbe Salinity background error (psu)
|
||||
199 ebta Estimated temperature bias from assimilation (deg C)
|
||||
200 ebsa Estimated salinity bias from assimilation (psu)
|
||||
201 lti Temperature increment from relaxation term (deg C per time step)
|
||||
202 lsi Salinity increment from relaxation term (~)
|
||||
203 bzpga Bias in the zonal pressure gradient (applied) (Pa m**-1)
|
||||
204 bmpga Bias in the meridional pressure gradient (applied) (Pa m**-1)
|
||||
205 ebtl Estimated temperature bias from relaxation (deg C)
|
||||
206 ebsl Estimated salinity bias from relaxation (psu)
|
||||
207 fgbt First guess bias in temperature (deg C)
|
||||
208 fgbs First guess bias in salinity (psu)
|
||||
209 bpa Applied bias in pressure (Pa)
|
||||
210 fgbp FG bias in pressure (Pa)
|
||||
211 pta Bias in temperature(applied) (deg C)
|
||||
212 psa Bias in salinity (applied) (psu)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,109 +1,109 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
127 127 AT Atmospheric tide
|
||||
128 128 BV Budget values
|
||||
129 129 Z Geopotential m**2 s**-2
|
||||
130 130 T Temperature K
|
||||
131 131 U U velocity m s**-1
|
||||
132 132 V V velocity m s**-1
|
||||
133 133 Q Specific humidity kg kg**-1
|
||||
134 134 SP Surface pressure Pa
|
||||
135 135 W Vertical velocity (pressure) Pa s**-1
|
||||
136 136 TCW Total column water kg m**-2
|
||||
137 137 PWC Precipitable water content kg m**-2
|
||||
138 138 VO Vorticity (relative) s**-1
|
||||
139 139 STL1 Soil temperature level 1 K
|
||||
140 140 SWL1 Soil wetness level 1 m
|
||||
141 141 SD Snow depth m of water
|
||||
142 142 LSP Large-scale precipitation kg m**-2 s**-1
|
||||
143 143 CP Convective precipitation kg m**-2 s**-1
|
||||
144 144 SF Snowfall kg m**-2 s**-1
|
||||
145 145 BLD Boundary layer dissipation W m**-2
|
||||
146 146 SSHF Surface sensible heat flux W m**-2
|
||||
147 147 SLHF Surface latent heat flux W m**-2
|
||||
151 151 MSL Mean sea level pressure Pa
|
||||
152 152 LNSP Logarithm of surface pressure
|
||||
155 155 D Divergence s**-1
|
||||
156 156 GH Height m
|
||||
157 157 R Relative humidity (0 - 1)
|
||||
158 158 TSP Tendency of surface pressure Pa s**-1
|
||||
164 164 TCC Total cloud cover (0 - 1)
|
||||
165 165 10U 10 metre U wind component m s**-1
|
||||
166 166 10V 10 metre V wind component m s**-1
|
||||
167 167 2T 2 metre temperature K
|
||||
168 168 2D 2 metre dewpoint temperature K
|
||||
170 170 STL2 Soil temperature level 2 K
|
||||
171 171 SWL2 Soil wetness level 2 m
|
||||
172 172 LSM Land-sea mask (0 - 1)
|
||||
173 173 SR Surface roughness m
|
||||
174 174 AL Albedo (0 - 1)
|
||||
176 176 SSR Surface solar radiation W m**-2
|
||||
177 177 STR Surface thermal radiation W m**-2
|
||||
178 178 TSR Top solar radiation W m**-2
|
||||
179 179 TTR Top thermal radiation W m**-2
|
||||
180 180 EWSS East-West surface stress N m**-2 s**-1
|
||||
181 181 NSSS North-South surface stress N m**-2 s**-1
|
||||
182 182 E Evaporation kg m**-2 s**-1
|
||||
183 183 STL3 Soil temperature level 3 K
|
||||
184 184 SWL3 Soil wetness level 3 m
|
||||
185 185 CCC Convective cloud cover (0 - 1)
|
||||
186 186 LCC Low cloud cover (0 - 1)
|
||||
187 187 MCC Medium cloud cover (0 - 1)
|
||||
188 188 HCC High cloud cover (0 - 1)
|
||||
190 190 EWOV East-West component of sub-gridscale orographic variance m**2
|
||||
191 191 NSOV North-South component of sub-gridscale orographic variance m**2
|
||||
192 192 NWOV North-West/South-East component of sub-gridscale orographic variance m**2
|
||||
193 193 NEOV North-East/South-West component of sub-gridscale orographic variance m**2
|
||||
195 195 LGWS Latitudinal component of gravity wave stress N m**-2 s
|
||||
196 196 MGWS Meridional component of gravity wave stress N m**-2 s
|
||||
197 197 GWD Gravity wave dissipation W m**-2 s
|
||||
198 198 SRC Skin reservoir content m of water
|
||||
199 199 VEG Percentage of vegetation %
|
||||
200 200 VSO Variance of sub-gridscale orography m**2
|
||||
201 201 MX2T Maximum temperature at 2 metres during averaging time K
|
||||
202 202 MN2T Minimum temperature at 2 metres during averaging time K
|
||||
204 204 PAW Precipitation analysis weights
|
||||
205 205 RO Runoff kg m**-2 s**-1
|
||||
206 206 ZZ Standard deviation of geopotential m**2 s**-2
|
||||
207 207 TZ Covariance of temperature and geopotential K m**2 s**-2
|
||||
208 208 TT Standard deviation of temperature K
|
||||
209 209 QZ Covariance of specific humidity and geopotential m**2 s**-2
|
||||
210 210 QT Covariance of specific humidity and temperature K
|
||||
211 211 QQ Standard deviation of specific humidity (0 - 1)
|
||||
212 212 UZ Covariance of U component and geopotential m**3 s**-3
|
||||
213 213 UT Covariance of U component and temperature K m s**-1
|
||||
214 214 UQ Covariance of U component and specific humidity m s**-1
|
||||
215 215 UU Standard deviation of U velocity m s**-1
|
||||
216 216 VZ Covariance of V component and geopotential m**3 s**-3
|
||||
217 217 VT Covariance of V component and temperature K m s**-1
|
||||
218 218 VQ Covariance of V component and specific humidity m s**-1
|
||||
219 219 VU Covariance of V component and U component m**2 s**-2
|
||||
220 220 VV Standard deviation of V component m s**-1
|
||||
221 221 WZ Covariance of W component and geopotential Pa m**2 s**-3
|
||||
222 222 WT Covariance of W component and temperature K Pa s**-1
|
||||
223 223 WQ Covariance of W component and specific humidity Pa s**-1
|
||||
224 224 WU Covariance of W component and U component Pa m s**-2
|
||||
225 225 WV Covariance of W component and V component Pa m s**-2
|
||||
226 226 WW Standard deviation of vertical velocity Pa s**-1
|
||||
228 228 TP Total precipitation m
|
||||
229 229 IEWS Instantaneous X surface stress N m**-2
|
||||
230 230 INSS Instantaneous Y surface stress N m**-2
|
||||
231 231 ISHF Instantaneous surface heat flux W m**-2
|
||||
232 232 IE Instantaneous moisture flux kg m**-2 s**-1
|
||||
233 233 ASQ Apparent surface humidity kg kg**-1
|
||||
234 234 LSRH Logarithm of surface roughness length for heat
|
||||
235 235 SKT Skin temperature K
|
||||
236 236 STL4 Soil temperature level 4 K
|
||||
237 237 SWL4 Soil wetness level 4 m
|
||||
238 238 TSN Temperature of snow layer K
|
||||
239 239 CSF Convective snowfall kg m**-2 s**-1
|
||||
240 240 LSF Large scale snowfall kg m**-2 s**-1
|
||||
241 241 CLWCER Cloud liquid water content kg kg**-1
|
||||
242 242 CC Cloud cover (0 - 1)
|
||||
243 243 FAL Forecast albedo
|
||||
244 244 FSR Forecast surface roughness m
|
||||
245 245 FLSR Forecast logarithm of surface roughness for heat
|
||||
246 246 10WS 10 metre wind speed m s**-1
|
||||
247 247 MOFL Momentum flux N m**-2
|
||||
249 249 - Gravity wave dissipation flux W m**-2
|
||||
254 254 HSD Heaviside beta function (0 - 1)
|
||||
255 255 - Indicates a missing value
|
||||
127 at Atmospheric tide (~)
|
||||
128 bv Budget values (~)
|
||||
129 z Geopotential (m**2 s**-2)
|
||||
130 t Temperature (K)
|
||||
131 u U component of wind (m s**-1)
|
||||
132 v V component of wind (m s**-1)
|
||||
133 q Specific humidity (kg kg**-1)
|
||||
134 sp Surface pressure (Pa)
|
||||
135 wrea vertical velocity (pressure) (Pa s**-1)
|
||||
136 tcw Total column water (kg m**-2)
|
||||
137 pwcrea Precipitable water content (kg m**-2)
|
||||
138 vo Vorticity (relative) (s**-1)
|
||||
139 stl1 Soil temperature level 1 (K)
|
||||
140 swl1rea Soil wetness level 1 (m)
|
||||
141 sdrea Snow depth (kg m**-2)
|
||||
142 lsprea Large-scale precipitation (kg m**-2 s**-1)
|
||||
143 cprea Convective precipitation (kg m**-2 s**-1)
|
||||
144 sfrea Snowfall (kg m**-2 s**-1)
|
||||
145 bld Boundary layer dissipation (J m**-2)
|
||||
146 sshf Surface sensible heat flux (J m**-2)
|
||||
147 slhf Surface latent heat flux (J m**-2)
|
||||
151 msl Mean sea level pressure (Pa)
|
||||
152 lnsp Logarithm of surface pressure (~)
|
||||
155 d Divergence (s**-1)
|
||||
156 ghrea Height (m)
|
||||
157 rrea Relative humidity ((0 - 1))
|
||||
158 tsp Tendency of surface pressure (Pa s**-1)
|
||||
164 tcc Total cloud cover ((0 - 1))
|
||||
165 10u 10 metre U wind component (m s**-1)
|
||||
166 10v 10 metre V wind component (m s**-1)
|
||||
167 2t 2 metre temperature (K)
|
||||
168 2d 2 metre dewpoint temperature (K)
|
||||
170 stl2 Soil temperature level 2 (K)
|
||||
171 swl2rea Soil wetness level 2 (m)
|
||||
172 lsm Land-sea mask ((0 - 1))
|
||||
173 sr Surface roughness (m)
|
||||
174 al Albedo ((0 - 1))
|
||||
176 ssr Surface net solar radiation (J m**-2)
|
||||
177 str Surface net thermal radiation (J m**-2)
|
||||
178 tsr Top net solar radiation (J m**-2)
|
||||
179 ttr Top net thermal radiation (J m**-2)
|
||||
180 ewssrea East-West surface stress (N m**-2 s**-1)
|
||||
181 nsssrea North-South surface stress (N m**-2 s**-1)
|
||||
182 erea Evaporation (kg m**-2 s**-1)
|
||||
183 stl3 Soil temperature level 3 (K)
|
||||
184 swl3rea Soil wetness level 3 (m)
|
||||
185 ccc Convective cloud cover ((0 - 1))
|
||||
186 lcc Low cloud cover ((0 - 1))
|
||||
187 mcc Medium cloud cover ((0 - 1))
|
||||
188 hcc High cloud cover ((0 - 1))
|
||||
190 ewov East-West component of sub-gridscale orographic variance (m**2)
|
||||
191 nsov North-South component of sub-gridscale orographic variance (m**2)
|
||||
192 nwov North-West/South-East component of sub-gridscale orographic variance (m**2)
|
||||
193 neov North-East/South-West component of sub-gridscale orographic variance (m**2)
|
||||
195 lgws Eastward gravity wave surface stress (N m**-2 s)
|
||||
196 mgws Northward gravity wave surface stress (N m**-2 s)
|
||||
197 gwd Gravity wave dissipation (J m**-2)
|
||||
198 srcrea Skin reservoir content (kg m**-2)
|
||||
199 vegrea Percentage of vegetation (%)
|
||||
200 vso Variance of sub-gridscale orography (m**2)
|
||||
201 mx2trea Maximum temperature at 2 metres during averaging time (K)
|
||||
202 mn2trea Minimum temperature at 2 metres during averaging time (K)
|
||||
204 paw Precipitation analysis weights (~)
|
||||
205 rorea Runoff (kg m**-2 s**-1)
|
||||
206 zzrea Standard deviation of geopotential (m**2 s**-2)
|
||||
207 tzrea Covariance of temperature and geopotential (K m**2 s**-2)
|
||||
208 ttrea Standard deviation of temperature (K)
|
||||
209 qzrea Covariance of specific humidity and geopotential (m**2 s**-2)
|
||||
210 qtrea Covariance of specific humidity and temperature (K)
|
||||
211 qqrea Standard deviation of specific humidity ((0 - 1))
|
||||
212 uzrea Covariance of U component and geopotential (m**3 s**-3)
|
||||
213 utrea Covariance of U component and temperature (K m s**-1)
|
||||
214 uqrea Covariance of U component and specific humidity (m s**-1)
|
||||
215 uurea Standard deviation of U velocity (m s**-1)
|
||||
216 vzrea Covariance of V component and geopotential (m**3 s**-3)
|
||||
217 vtrea Covariance of V component and temperature (K m s**-1)
|
||||
218 vqrea Covariance of V component and specific humidity (m s**-1)
|
||||
219 vurea Covariance of V component and U component (m**2 s**-2)
|
||||
220 vvrea Standard deviation of V component (m s**-1)
|
||||
221 wzrea Covariance of W component and geopotential (Pa m**2 s**-3)
|
||||
222 wtrea Covariance of W component and temperature (K Pa s**-1)
|
||||
223 wqrea Covariance of W component and specific humidity (Pa s**-1)
|
||||
224 wurea Covariance of W component and U component (Pa m s**-2)
|
||||
225 wvrea Covariance of W component and V component (Pa m s**-2)
|
||||
226 wwrea Standard deviation of vertical velocity (Pa s**-1)
|
||||
228 tp Total precipitation (m)
|
||||
229 iews Instantaneous eastward turbulent surface stress (N m**-2)
|
||||
230 inss Instantaneous northward turbulent surface stress (N m**-2)
|
||||
231 ishfrea Instantaneous surface heat flux (J m**-2)
|
||||
232 ie Instantaneous moisture flux (kg m**-2 s**-1)
|
||||
233 asq Apparent surface humidity (kg kg**-1)
|
||||
234 lsrh Logarithm of surface roughness length for heat (~)
|
||||
235 skt Skin temperature (K)
|
||||
236 stl4 Soil temperature level 4 (K)
|
||||
237 swl4 Soil wetness level 4 (m)
|
||||
238 tsn Temperature of snow layer (K)
|
||||
239 csfrea Convective snowfall (kg m**-2 s**-1)
|
||||
240 lsfrea Large scale snowfall (kg m**-2 s**-1)
|
||||
241 clwcerrea Cloud liquid water content (kg kg**-1)
|
||||
242 ccrea Cloud cover ((0 - 1))
|
||||
243 falrea Forecast albedo (~)
|
||||
244 fsr Forecast surface roughness (m)
|
||||
245 flsr Forecast logarithm of surface roughness for heat (~)
|
||||
246 10wsrea 10 metre wind speed (m s**-1)
|
||||
247 moflrea Momentum flux (N m**-2)
|
||||
249 ~ Gravity wave dissipation flux (J m**-2)
|
||||
254 hsdrea Heaviside beta function ((0 - 1))
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,114 +1,114 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
45 45 WVF Water vapour flux (kg m**-1 s**-1)
|
||||
51 51 - Surface geopotential (m**2 s**-2)
|
||||
52 52 SP Surface pressure (Pa)
|
||||
53 53 - Vertical integral of mass of atmosphere (kg m**-2)
|
||||
54 54 - Vertical integral of temperature (K kg m**-2)
|
||||
55 55 - Vertical integral of water vapour (kg m**-2)
|
||||
56 56 - Vertical integral of cloud liquid water (kg m**-2)
|
||||
57 57 - Vertical integral of cloud frozen water (kg m**-2)
|
||||
58 58 - Vertical integral of ozone (kg m**-2)
|
||||
59 59 - Vertical integral of kinetic energy (J m**-2)
|
||||
60 60 - Vertical integral of thermal energy (J m**-2)
|
||||
61 61 - Vertical integral of potential+internal energy (J m**-2)
|
||||
62 62 - Vertical integral of potential+internal+latent energy (J m**-2)
|
||||
63 63 - Vertical integral of total energy (J m**-2)
|
||||
64 64 - Vertical integral of energy conversion (J m**-2)
|
||||
65 65 - Vertical integral of eastward mass flux (kg m**-1 s**-1)
|
||||
66 66 - Vertical integral of northward mass flux (kg m**-1 s**-1)
|
||||
67 67 - Vertical integral of eastward kinetic energy flux (J m**-2)
|
||||
68 68 - Vertical integral of northward kinetic energy flux (J m**-2)
|
||||
69 69 - Vertical integral of eastward heat flux (J m**-2)
|
||||
70 70 - Vertical integral of northward heat flux (J m**-2)
|
||||
71 71 - Vertical integral of eastward water vapour flux (kg m**-1 s**-1)
|
||||
72 72 - Vertical integral of northward water vapour flux (kg m**-1 s**-1)
|
||||
73 73 - Vertical integral of eastward geopotential flux (J m**-2)
|
||||
74 74 - Vertical integral of northward geopotential flux (J m**-2)
|
||||
75 75 - Vertical integral of eastward total energy flux (J m**-2)
|
||||
76 76 - Vertical integral of northward total energy flux (J m**-2)
|
||||
77 77 - Vertical integral of eastward ozone flux (kg m**-1 s**-1)
|
||||
78 78 - Vertical integral of northward ozone flux (kg m**-1 s**-1)
|
||||
79 79 - Vertical integral of divergence of cloud liquid water flux (kg m**-2 s**-1)
|
||||
80 80 - Vertical integral of divergence of cloud frozen water flux (kg m**-2 s**-1)
|
||||
81 81 - Vertical integral of divergence of mass flux (kg m**-2 s**-1)
|
||||
82 82 - Vertical integral of divergence of kinetic energy flux (J m**-2)
|
||||
83 83 - Vertical integral of divergence of thermal energy flux (J m**-2)
|
||||
84 84 - Vertical integral of divergence of moisture flux (kg m**-2 s**-1)
|
||||
85 85 - Vertical integral of divergence of geopotential flux (J m**-2)
|
||||
86 86 - Vertical integral of divergence of total energy flux (J m**-2)
|
||||
87 87 - Vertical integral of divergence of ozone flux (kg m**-2 s**-1)
|
||||
88 88 - Vertical integral of eastward cloud liquid water flux (kg m**-1 s**-1)
|
||||
89 89 - Vertical integral of northward cloud liquid water flux (kg m**-1 s**-1)
|
||||
90 90 - Vertical integral of eastward cloud frozen water flux (kg m**-1 s**-1)
|
||||
91 91 - Vertical integral of northward cloud frozen water flux (kg m**-1 s**-1)
|
||||
92 92 - Vertical integral of mass tendency (kg m**-2 s**-1)
|
||||
100 100 - Tendency of short wave radiation (K)
|
||||
101 101 - Tendency of long wave radiation (K)
|
||||
102 102 - Tendency of clear sky short wave radiation (K)
|
||||
103 103 - Tendency of clear sky long wave radiation (K)
|
||||
104 104 - Updraught mass flux (kg m**-2)
|
||||
105 105 - Downdraught mass flux (kg m**-2)
|
||||
106 106 - Updraught detrainment rate (kg m**-3)
|
||||
107 107 - Downdraught detrainment rate (kg m**-3)
|
||||
108 108 - Total precipitation flux (kg m**-2)
|
||||
109 109 - Turbulent diffusion coefficient for heat (m**2)
|
||||
110 110 - Tendency of temperature due to physics (K)
|
||||
111 111 - Tendency of specific humidity due to physics (kg kg**-1)
|
||||
112 112 - Tendency of u component due to physics (m s**-1)
|
||||
113 113 - Tendency of v component due to physics (m s**-1)
|
||||
114 114 UTENDD U-tendency from dynamics (m s**-1)
|
||||
115 115 VTENDD V-tendency from dynamics (m s**-1)
|
||||
116 116 TTENDD T-tendency from dynamics (K)
|
||||
117 117 QTENDD q-tendency from dynamics (kg kg**-1)
|
||||
118 118 TTENDR T-tendency from radiation (K)
|
||||
119 119 UTENDTS U-tendency from turbulent diffusion + subgrid orography (m s**-1)
|
||||
120 120 VTENDTS V-tendency from turbulent diffusion + subgrid orography (m s**-1)
|
||||
121 121 TTENDTS T-tendency from turbulent diffusion + subgrid orography (K)
|
||||
122 122 QTENDT q-tendency from turbulent diffusion (kg kg**-1)
|
||||
123 123 UTENDS U-tendency from subgrid orography (m s**-1)
|
||||
124 124 VTENDS V-tendency from subgrid orography (m s**-1)
|
||||
125 125 TTENDS T-tendency from subgrid orography (K)
|
||||
126 126 UTENDCDS U-tendency from convection (deep+shallow) (m s**-1)
|
||||
127 127 VTENDCDS V-tendency from convection (deep+shallow) (m s**-1)
|
||||
128 128 TTENDCDS T-tendency from convection (deep+shallow) (K)
|
||||
129 129 QTENDCDS q-tendency from convection (deep+shallow) (kg kg**-1)
|
||||
130 130 LPC Liquid Precipitation flux from convection (kg m**-2)
|
||||
131 131 IPC Ice Precipitation flux from convection (kg m**-2)
|
||||
132 132 TTENDCS T-tendency from cloud scheme (K)
|
||||
133 133 QTENDCS q-tendency from cloud scheme (kg kg**-1)
|
||||
134 134 QLTENDCS ql-tendency from cloud scheme (kg kg**-1)
|
||||
135 135 QITENDCS qi-tendency from cloud scheme (kg kg**-1)
|
||||
136 136 LPCS Liquid Precip flux from cloud scheme (stratiform) (kg m**-2)
|
||||
137 137 IPCS Ice Precip flux from cloud scheme (stratiform) (kg m**-2)
|
||||
138 138 UTENDCS U-tendency from shallow convection (m s**-1)
|
||||
139 139 VTENDCS V-tendency from shallow convection (m s**-1)
|
||||
140 140 TTENDSC T-tendency from shallow convection (K)
|
||||
141 141 QTENDSC q-tendency from shallow convection (kg kg**-1)
|
||||
206 206 - Variance of geopotential (m**4 s**-4)
|
||||
207 207 - Covariance of geopotential/temperature (m**2 K s**-2)
|
||||
208 208 - Variance of temperature (K**2)
|
||||
209 209 - Covariance of geopotential/specific humidity (m**2 s**-2)
|
||||
210 210 - Covariance of temperature/specific humidity (K)
|
||||
211 211 - Variance of specific humidity
|
||||
212 212 - Covariance of u component/geopotential (m**3 s**-3)
|
||||
213 213 - Covariance of u component/temperature (m s**-1 K)
|
||||
214 214 - Covariance of u component/specific humidity (m s**-1)
|
||||
215 215 - Variance of u component (m**2 s**-2)
|
||||
216 216 - Covariance of v component/geopotential (m**3 s**-3)
|
||||
217 217 - Covariance of v component/temperature (m s**-1 K)
|
||||
218 218 - Covariance of v component/specific humidity (m s**-1)
|
||||
219 219 - Covariance of v component/u component (m**2 s**-2)
|
||||
220 220 - Variance of v component (m**2 s**-2)
|
||||
221 221 - Covariance of omega/geopotential (m**2 Pa s**-3)
|
||||
222 222 - Covariance of omega/temperature (Pa s**-1 K)
|
||||
223 223 - Covariance of omega/specific humidity (Pa s**-1)
|
||||
224 224 - Covariance of omega/u component (m Pa s**-2)
|
||||
225 225 - Covariance of omega/v component (m Pa s**-2)
|
||||
226 226 - Variance of omega (Pa**2 s**-2)
|
||||
227 227 - Variance of surface pressure (Pa**2)
|
||||
229 229 - Variance of relative humidity (dimensionless)
|
||||
230 230 - Covariance of u component/ozone (m s**-1)
|
||||
231 231 - Covariance of v component/ozone (m s**-1)
|
||||
232 232 - Covariance of omega/ozone (Pa s**-1)
|
||||
233 233 - Variance of ozone (dimensionless)
|
||||
255 255 - Indicates a missing value
|
||||
45 wvf Water vapour flux (kg m**-1 s**-1)
|
||||
51 ~ Surface geopotential (m**2 s**-2)
|
||||
52 sp Surface pressure (Pa)
|
||||
53 vima Vertical integral of mass of atmosphere (kg m**-2)
|
||||
54 vit Vertical integral of temperature (K kg m**-2)
|
||||
55 viwv Vertical integral of water vapour (kg m**-2)
|
||||
56 vilw Vertical integral of cloud liquid water (kg m**-2)
|
||||
57 viiw Vertical integral of cloud frozen water (kg m**-2)
|
||||
58 vioz Vertical integral of ozone (kg m**-2)
|
||||
59 vike Vertical integral of kinetic energy (J m**-2)
|
||||
60 vithe Vertical integral of thermal energy (J m**-2)
|
||||
61 vipie Vertical integral of potential+internal energy (J m**-2)
|
||||
62 vipile Vertical integral of potential+internal+latent energy (J m**-2)
|
||||
63 vitoe Vertical integral of total energy (J m**-2)
|
||||
64 viec Vertical integral of energy conversion (W m**-2)
|
||||
65 vimae Vertical integral of eastward mass flux (kg m**-1 s**-1)
|
||||
66 viman Vertical integral of northward mass flux (kg m**-1 s**-1)
|
||||
67 vikee Vertical integral of eastward kinetic energy flux (W m**-1)
|
||||
68 viken Vertical integral of northward kinetic energy flux (W m**-1)
|
||||
69 vithee Vertical integral of eastward heat flux (W m**-1)
|
||||
70 vithen Vertical integral of northward heat flux (W m**-1)
|
||||
71 viwve Vertical integral of eastward water vapour flux (kg m**-1 s**-1)
|
||||
72 viwvn Vertical integral of northward water vapour flux (kg m**-1 s**-1)
|
||||
73 vige Vertical integral of eastward geopotential flux (W m**-1)
|
||||
74 vign Vertical integral of northward geopotential flux (W m**-1)
|
||||
75 vitoee Vertical integral of eastward total energy flux (W m**-1)
|
||||
76 vitoen Vertical integral of northward total energy flux (W m**-1)
|
||||
77 vioze Vertical integral of eastward ozone flux (kg m**-1 s**-1)
|
||||
78 viozn Vertical integral of northward ozone flux (kg m**-1 s**-1)
|
||||
79 vilwd Vertical integral of divergence of cloud liquid water flux (kg m**-2 s**-1)
|
||||
80 viiwd Vertical integral of divergence of cloud frozen water flux (kg m**-2 s**-1)
|
||||
81 vimad Vertical integral of divergence of mass flux (kg m**-2 s**-1)
|
||||
82 viked Vertical integral of divergence of kinetic energy flux (W m**-2)
|
||||
83 vithed Vertical integral of divergence of thermal energy flux (W m**-2)
|
||||
84 viwvd Vertical integral of divergence of moisture flux (kg m**-2 s**-1)
|
||||
85 vigd Vertical integral of divergence of geopotential flux (W m**-2)
|
||||
86 vitoed Vertical integral of divergence of total energy flux (W m**-2)
|
||||
87 viozd Vertical integral of divergence of ozone flux (kg m**-2 s**-1)
|
||||
88 vilwe Vertical integral of eastward cloud liquid water flux (kg m**-1 s**-1)
|
||||
89 vilwn Vertical integral of northward cloud liquid water flux (kg m**-1 s**-1)
|
||||
90 viiwe Vertical integral of eastward cloud frozen water flux (kg m**-1 s**-1)
|
||||
91 viiwn Vertical integral of northward cloud frozen water flux (kg m**-1 s**-1)
|
||||
92 vimat Vertical integral of mass tendency (kg m**-2 s**-1)
|
||||
100 srta Tendency of short wave radiation (K)
|
||||
101 trta Tendency of long wave radiation (K)
|
||||
102 srtca Tendency of clear sky short wave radiation (K)
|
||||
103 trtca Tendency of clear sky long wave radiation (K)
|
||||
104 umfa Updraught mass flux (kg m**-2)
|
||||
105 dmfa Downdraught mass flux (kg m**-2)
|
||||
106 udra Updraught detrainment rate (kg m**-3)
|
||||
107 ddra Downdraught detrainment rate (kg m**-3)
|
||||
108 tpfa Total precipitation flux (kg m**-2)
|
||||
109 tdcha Turbulent diffusion coefficient for heat (m**2)
|
||||
110 ttpha Tendency of temperature due to physics (K)
|
||||
111 qtpha Tendency of specific humidity due to physics (kg kg**-1)
|
||||
112 utpha Tendency of u component due to physics (m s**-1)
|
||||
113 vtpha Tendency of v component due to physics (m s**-1)
|
||||
114 utendd U-tendency from dynamics (m s**-1)
|
||||
115 vtendd V-tendency from dynamics (m s**-1)
|
||||
116 ttendd T-tendency from dynamics (K)
|
||||
117 qtendd q-tendency from dynamics (kg kg**-1)
|
||||
118 ttendr T-tendency from radiation (K)
|
||||
119 utendts U-tendency from turbulent diffusion + subgrid orography (m s**-1)
|
||||
120 vtendts V-tendency from turbulent diffusion + subgrid orography (m s**-1)
|
||||
121 ttendts T-tendency from turbulent diffusion + subgrid orography (K)
|
||||
122 qtendt q-tendency from turbulent diffusion (kg kg**-1)
|
||||
123 utends U-tendency from subgrid orography (m s**-1)
|
||||
124 vtends V-tendency from subgrid orography (m s**-1)
|
||||
125 ttends T-tendency from subgrid orography (K)
|
||||
126 utendcds U-tendency from convection (deep+shallow) (m s**-1)
|
||||
127 vtendcds V-tendency from convection (deep+shallow) (m s**-1)
|
||||
128 ttendcds T-tendency from convection (deep+shallow) (K)
|
||||
129 qtendcds q-tendency from convection (deep+shallow) (kg kg**-1)
|
||||
130 lpc Liquid Precipitation flux from convection (kg m**-2)
|
||||
131 ipc Ice Precipitation flux from convection (kg m**-2)
|
||||
132 ttendcs T-tendency from cloud scheme (K)
|
||||
133 qtendcs q-tendency from cloud scheme (kg kg**-1)
|
||||
134 qltendcs ql-tendency from cloud scheme (kg kg**-1)
|
||||
135 qitendcs qi-tendency from cloud scheme (kg kg**-1)
|
||||
136 lpcs Liquid Precip flux from cloud scheme (stratiform) (kg m**-2)
|
||||
137 ipcs Ice Precip flux from cloud scheme (stratiform) (kg m**-2)
|
||||
138 utendcs U-tendency from shallow convection (m s**-1)
|
||||
139 vtendcs V-tendency from shallow convection (m s**-1)
|
||||
140 ttendsc T-tendency from shallow convection (K)
|
||||
141 qtendsc q-tendency from shallow convection (kg kg**-1)
|
||||
206 ~ Variance of geopotential (m**4 s**-4)
|
||||
207 ~ Covariance of geopotential/temperature (m**2 K s**-2)
|
||||
208 ~ Variance of temperature (K**2)
|
||||
209 ~ Covariance of geopotential/specific humidity (m**2 s**-2)
|
||||
210 ~ Covariance of temperature/specific humidity (K)
|
||||
211 ~ Variance of specific humidity (~)
|
||||
212 ~ Covariance of u component/geopotential (m**3 s**-3)
|
||||
213 ~ Covariance of u component/temperature (m s**-1 K)
|
||||
214 ~ Covariance of u component/specific humidity (m s**-1)
|
||||
215 ~ Variance of u component (m**2 s**-2)
|
||||
216 ~ Covariance of v component/geopotential (m**3 s**-3)
|
||||
217 ~ Covariance of v component/temperature (m s**-1 K)
|
||||
218 ~ Covariance of v component/specific humidity (m s**-1)
|
||||
219 ~ Covariance of v component/u component (m**2 s**-2)
|
||||
220 ~ Variance of v component (m**2 s**-2)
|
||||
221 ~ Covariance of omega/geopotential (m**2 Pa s**-3)
|
||||
222 ~ Covariance of omega/temperature (Pa s**-1 K)
|
||||
223 ~ Covariance of omega/specific humidity (Pa s**-1)
|
||||
224 ~ Covariance of omega/u component (m Pa s**-2)
|
||||
225 ~ Covariance of omega/v component (m Pa s**-2)
|
||||
226 ~ Variance of omega (Pa**2 s**-2)
|
||||
227 ~ Variance of surface pressure (Pa**2)
|
||||
229 ~ Variance of relative humidity (dimensionless)
|
||||
230 ~ Covariance of u component/ozone (m s**-1)
|
||||
231 ~ Covariance of v component/ozone (m s**-1)
|
||||
232 ~ Covariance of omega/ozone (Pa s**-1)
|
||||
233 ~ Variance of ozone (dimensionless)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,36 +1,36 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 1 SPI03 Standardised precipitation index valid in the last 3 months (dimensionless)
|
||||
2 2 SPI06 Standardised precipitation index valid in the last 6 months (dimensionless)
|
||||
3 3 SPI12 Standardised precipitation index valid in the last 12 months (dimensionless)
|
||||
129 129 Z Geopotential (m**2 s**-2)
|
||||
130 130 T Temperature (K)
|
||||
131 131 U U component of wind (m s**-1)
|
||||
132 132 V V component of wind (m s**-1)
|
||||
133 133 Q Specific humidity (kg kg**-1)
|
||||
135 135 W Vertical velocity (Pa s**-1)
|
||||
138 138 VO Vorticity (relative) (s**-1)
|
||||
139 139 STL1 Soil temperature level 1 (K)
|
||||
140 140 SWL1 Soil wetness level 1 (m of water equivalent)
|
||||
141 141 SD Snow depth (m of water equivalent)
|
||||
142 142 LSP Large-scale precipitation (m)
|
||||
143 143 CP Convective precipitation (m)
|
||||
146 146 SSHF Surface sensible heat flux (J m**-2)
|
||||
147 147 SLHF Surface latent heat flux (J m**-2)
|
||||
149 149 TSW Total soil moisture (m)
|
||||
151 151 MSL Mean sea level pressure (Pa)
|
||||
155 155 D Divergence (s**-1)
|
||||
157 157 R Relative humidity (%)
|
||||
164 164 TCC Total cloud cover ((0 - 1))
|
||||
171 171 SWL2 Soil wetness level 2 (m)
|
||||
176 176 SSR Surface net solar radiation (J m**-2)
|
||||
177 177 STR Surface net thermal radiation (J m**-2)
|
||||
179 179 TTR Top net thermal radiation (J m**-2)
|
||||
180 180 EWSS Eastward turbulent surface stress (N m**-2 s)
|
||||
181 181 NSSS Northward turbulent surface stress (N m**-2 s)
|
||||
182 182 E Evaporation (m of water equivalent)
|
||||
184 184 SWL3 Soil wetness level 3 (m of water equivalent)
|
||||
185 185 CCC Convective cloud cover ((0 - 1))
|
||||
201 201 MX2T Maximum temperature at 2 metres since previous post-processing (K)
|
||||
202 202 MN2T Minimum temperature at 2 metres since previous post-processing (K)
|
||||
228 228 TP Total precipitation (m)
|
||||
255 255 - Indicates a missing value
|
||||
1 spi03 Standardised precipitation index valid in the last 3 months (dimensionless)
|
||||
2 spi06 Standardised precipitation index valid in the last 6 months (dimensionless)
|
||||
3 spi12 Standardised precipitation index valid in the last 12 months (dimensionless)
|
||||
129 z Geopotential (m**2 s**-2)
|
||||
130 t Temperature (K)
|
||||
131 u U component of wind (m s**-1)
|
||||
132 v V component of wind (m s**-1)
|
||||
133 q Specific humidity (kg kg**-1)
|
||||
135 w Vertical velocity (Pa s**-1)
|
||||
138 vo Vorticity (relative) (s**-1)
|
||||
139 stl1 Soil temperature level 1 (K)
|
||||
140 swl1 Soil wetness level 1 (m of water equivalent)
|
||||
141 sd Snow depth (m of water equivalent)
|
||||
142 lsp Large-scale precipitation (m)
|
||||
143 cp Convective precipitation (m)
|
||||
146 sshf Surface sensible heat flux (J m**-2)
|
||||
147 slhf Surface latent heat flux (J m**-2)
|
||||
149 tsw Total soil moisture (m)
|
||||
151 msl Mean sea level pressure (Pa)
|
||||
155 d Divergence (s**-1)
|
||||
157 r Relative humidity (%)
|
||||
164 tcc Total cloud cover ((0 - 1))
|
||||
171 swl2 Soil wetness level 2 (m)
|
||||
176 ssr Surface net solar radiation (J m**-2)
|
||||
177 str Surface net thermal radiation (J m**-2)
|
||||
179 ttr Top net thermal radiation (J m**-2)
|
||||
180 ewss Eastward turbulent surface stress (N m**-2 s)
|
||||
181 nsss Northward turbulent surface stress (N m**-2 s)
|
||||
182 e Evaporation (m of water equivalent)
|
||||
184 swl3 Soil wetness level 3 (m of water equivalent)
|
||||
185 ccc Convective cloud cover ((0 - 1))
|
||||
201 mx2t Maximum temperature at 2 metres since previous post-processing (K)
|
||||
202 mn2t Minimum temperature at 2 metres since previous post-processing (K)
|
||||
228 tp Total precipitation (m)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,187 +1,187 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 1 - Stream function anomaly (m**2 s**-1)
|
||||
2 2 - Velocity potential anomaly (m**2 s**-1)
|
||||
3 3 - Potential temperature anomaly (K)
|
||||
4 4 - Equivalent potential temperature anomaly (K)
|
||||
5 5 - Saturated equivalent potential temperature anomaly (K)
|
||||
11 11 - U component of divergent wind anomaly (m s**-1)
|
||||
12 12 - V component of divergent wind anomaly (m s**-1)
|
||||
13 13 - U component of rotational wind anomaly (m s**-1)
|
||||
14 14 - V component of rotational wind anomaly (m s**-1)
|
||||
21 21 - Unbalanced component of temperature anomaly (K)
|
||||
22 22 - Unbalanced component of logarithm of surface pressure anomaly
|
||||
23 23 - Unbalanced component of divergence anomaly (s**-1)
|
||||
24 24 - Lake mix-layer temperature anomaly (K)
|
||||
25 25 - Lake ice depth anomaly (m)
|
||||
26 26 - Lake cover anomaly (0 - 1)
|
||||
27 27 - Low vegetation cover anomaly (0 - 1)
|
||||
28 28 - High vegetation cover anomaly (0 - 1)
|
||||
29 29 - Type of low vegetation anomaly
|
||||
30 30 - Type of high vegetation anomaly
|
||||
31 31 - Sea-ice cover anomaly (0 - 1)
|
||||
32 32 - Snow albedo anomaly (0 - 1)
|
||||
33 33 - Snow density anomaly (kg m**-3)
|
||||
34 34 - Sea surface temperature anomaly (K)
|
||||
35 35 - Ice surface temperature anomaly layer 1 (K)
|
||||
36 36 - Ice surface temperature anomaly layer 2 (K)
|
||||
37 37 - Ice surface temperature anomaly layer 3 (K)
|
||||
38 38 - Ice surface temperature anomaly layer 4 (K)
|
||||
39 39 - Volumetric soil water anomaly layer 1 (m**3 m**-3)
|
||||
40 40 - Volumetric soil water anomaly layer 2 (m**3 m**-3)
|
||||
41 41 - Volumetric soil water anomaly layer 3 (m**3 m**-3)
|
||||
42 42 - Volumetric soil water anomaly layer 4 (m**3 m**-3)
|
||||
43 43 - Soil type anomaly
|
||||
44 44 - Snow evaporation anomaly m of water
|
||||
45 45 - Snowmelt anomaly m of water
|
||||
46 46 - Solar duration anomaly s
|
||||
47 47 - Direct solar radiation anomaly (w m**-2)
|
||||
48 48 - Magnitude of surface stress anomaly (N m**-2 s)
|
||||
49 49 - 10 metre wind gust anomaly (m s**-1)
|
||||
50 50 - Large-scale precipitation fraction anomaly (s)
|
||||
51 51 - Maximum 2 metre temperature in the last 24 hours anomaly (K)
|
||||
52 52 - Minimum 2 metre temperature in the last 24 hours anomaly (K)
|
||||
53 53 - Montgomery potential anomaly (m**2 s**-2)
|
||||
54 54 - Pressure anomaly (Pa)
|
||||
55 55 - Mean 2 metre temperature in the last 24 hours anomaly (K)
|
||||
56 56 - Mean 2 metre dewpoint temperature in the last 24 hours anomaly (K)
|
||||
57 57 - Downward UV radiation at the surface anomaly (w m**-2)
|
||||
58 58 - Photosynthetically active radiation at the surface anomaly (w m**-2)
|
||||
59 59 - Convective available potential energy anomaly (J kg**-1)
|
||||
60 60 - Potential vorticity anomaly (K m**2 kg**-1 s**-1)
|
||||
61 61 - Total precipitation from observations anomaly (Millimetres*100 + number of stations)
|
||||
62 62 - Observation count anomaly
|
||||
63 63 - Start time for skin temperature difference anomaly (s)
|
||||
64 64 - Finish time for skin temperature difference anomaly (s)
|
||||
65 65 - Skin temperature difference anomaly (K)
|
||||
78 78 - Total column liquid water anomaly (kg m**-2)
|
||||
79 79 - Total column ice water anomaly (kg m**-2)
|
||||
125 125 - Vertically integrated total energy anomaly (J m**-2)
|
||||
126 126 - Generic parameter for sensitive area prediction Various
|
||||
127 127 - Atmospheric tide anomaly
|
||||
128 128 - Budget values anomaly
|
||||
129 129 - Geopotential anomaly (m**2 s**-2)
|
||||
130 130 - Temperature anomaly (K)
|
||||
131 131 - U component of wind anomaly (m s**-1)
|
||||
132 132 - V component of wind anomaly (m s**-1)
|
||||
133 133 - Specific humidity anomaly (kg kg**-1)
|
||||
134 134 - Surface pressure anomaly (Pa)
|
||||
135 135 - Vertical velocity (pressure) anomaly (Pa s**-1)
|
||||
136 136 - Total column water anomaly (kg m**-2)
|
||||
137 137 - Total column water vapour anomaly (kg m**-2)
|
||||
138 138 - Relative vorticity anomaly (s**-1)
|
||||
139 139 - Soil temperature anomaly level 1 (K)
|
||||
140 140 - Soil wetness anomaly level 1 (m of water)
|
||||
141 141 - Snow depth anomaly m of water equivalent
|
||||
142 142 - Stratiform precipitation (Large-scale precipitation) anomaly (m)
|
||||
143 143 - Convective precipitation anomaly (m)
|
||||
144 144 - Snowfall (convective + stratiform) anomaly m of water equivalent
|
||||
145 145 - Boundary layer dissipation anomaly (W m**-2 s)
|
||||
146 146 - Surface sensible heat flux anomaly (W m**-2 s)
|
||||
147 147 - Surface latent heat flux anomaly (W m**-2 s)
|
||||
148 148 - Charnock anomaly
|
||||
149 149 - Surface net radiation anomaly (W m**-2 s)
|
||||
150 150 - Top net radiation anomaly
|
||||
151 151 - Mean sea level pressure anomaly (Pa)
|
||||
152 152 - Logarithm of surface pressure anomaly
|
||||
153 153 - Short-wave heating rate anomaly (K)
|
||||
154 154 - Long-wave heating rate anomaly (K)
|
||||
155 155 - Relative divergence anomaly (s**-1)
|
||||
156 156 - Height anomaly (m)
|
||||
157 157 - Relative humidity anomaly (%)
|
||||
158 158 - Tendency of surface pressure anomaly (Pa s**-1)
|
||||
159 159 - Boundary layer height anomaly (m)
|
||||
160 160 - Standard deviation of orography anomaly
|
||||
161 161 - Anisotropy of sub-gridscale orography anomaly
|
||||
162 162 - Angle of sub-gridscale orography anomaly
|
||||
163 163 - Slope of sub-gridscale orography anomaly
|
||||
164 164 - Total cloud cover anomaly (0 - 1)
|
||||
165 165 - 10 metre U wind component anomaly (m s**-1)
|
||||
166 166 - 10 metre V wind component anomaly (m s**-1)
|
||||
167 167 - 2 metre temperature anomaly (K)
|
||||
168 168 - 2 metre dewpoint temperature anomaly (K)
|
||||
169 169 - Surface solar radiation downwards anomaly (W m**-2 s)
|
||||
170 170 - Soil temperature anomaly level 2 (K)
|
||||
171 171 - Soil wetness anomaly level 2 m of water
|
||||
172 172 - Land-sea mask (0 - 1)
|
||||
173 173 - Surface roughness anomaly (m)
|
||||
174 174 - Albedo anomaly (0 - 1)
|
||||
175 175 - Surface thermal radiation downwards anomaly (W m**-2 s)
|
||||
176 176 - Surface solar radiation anomaly (W m**-2 s)
|
||||
177 177 - Surface thermal radiation anomaly (W m**-2 s)
|
||||
178 178 - Top solar radiation anomaly (W m**-2 s)
|
||||
179 179 - Top thermal radiation anomaly (W m**-2 s)
|
||||
180 180 - East-West surface stress anomaly (N m**-2 s)
|
||||
181 181 - North-South surface stress anomaly (N m**-2 s)
|
||||
182 182 - Evaporation anomaly (m of water anomaly)
|
||||
183 183 - Soil temperature anomaly level 3 (K)
|
||||
184 184 - Soil wetness anomaly level 3 m of water
|
||||
185 185 - Convective cloud cover anomaly (0 - 1)
|
||||
186 186 - Low cloud cover anomaly (0 - 1)
|
||||
187 187 - Medium cloud cover anomaly (0 - 1)
|
||||
188 188 - High cloud cover anomaly (0 - 1)
|
||||
189 189 - Sunshine duration anomaly (s)
|
||||
190 190 - East-West component of sub-gridscale orographic variance anomaly (m**2)
|
||||
191 191 - North-South component of sub-gridscale orographic variance anomaly (m**2)
|
||||
192 192 - North-West/South-East component of sub-gridscale orographic variance anomaly (m**2)
|
||||
193 193 - North-East/South-West component of sub-gridscale orographic variance anomaly (m**2)
|
||||
194 194 - Brightness temperature anomaly (K)
|
||||
195 195 - Longitudinal component of gravity wave stress anomaly (N m**-2 s)
|
||||
196 196 - Meridional component of gravity wave stress anomaly (N m**-2 s)
|
||||
197 197 - Gravity wave dissipation anomaly (W m**-2 s)
|
||||
198 198 - Skin reservoir content anomaly (m of water)
|
||||
199 199 - Vegetation fraction anomaly (0 - 1)
|
||||
200 200 - Variance of sub-gridscale orography anomaly (m**2)
|
||||
201 201 - Maximum temperature at 2 metres anomaly (K)
|
||||
202 202 - Minimum temperature at 2 metres anomaly (K)
|
||||
203 203 - Ozone mass mixing ratio (kg kg**-1)
|
||||
204 204 - Precipitation analysis weights
|
||||
205 205 - Runoff (m)
|
||||
206 206 - Total column ozone (kg m**-2)
|
||||
207 207 10SIA 10 metre wind speed (m s**-1)
|
||||
208 208 - Top net solar radiation, clear sky (W m**-2 s)
|
||||
209 209 - Top net thermal radiation, clear sky (W m**-2 s)
|
||||
210 210 - Surface net solar radiation, clear sky (W m**-2 s)
|
||||
211 211 - Surface net thermal radiation, clear sky (W m**-2 s)
|
||||
212 212 - Solar insolation (W m**-2)
|
||||
214 214 - Diabatic heating by radiation (K)
|
||||
215 215 - Diabatic heating by vertical diffusion (K)
|
||||
216 216 - Diabatic heating by cumulus convection (K)
|
||||
217 217 - Diabatic heating by large-scale condensation (K)
|
||||
218 218 - Vertical diffusion of zonal wind (m s**-1)
|
||||
219 219 - Vertical diffusion of meridional wind (m s**-1)
|
||||
220 220 - East-West gravity wave drag tendency (m s**-1)
|
||||
221 221 - North-South gravity wave drag tendency (m s**-1)
|
||||
222 222 - Convective tendency of zonal wind (m s**-1)
|
||||
223 223 - Convective tendency of meridional wind (m s**-1)
|
||||
224 224 - Vertical diffusion of humidity anomaly (kg kg**-1)
|
||||
225 225 - Humidity tendency by cumulus convection anomaly (kg kg**-1)
|
||||
226 226 - Humidity tendency by large-scale condensation anomaly (kg kg**-1)
|
||||
227 227 - Change from removal of negative humidity anomaly (kg kg**-1)
|
||||
228 228 - Total precipitation anomaly (m)
|
||||
229 229 - Instantaneous X surface stress anomaly (N m**-2)
|
||||
230 230 - Instantaneous Y surface stress anomaly (N m**-2)
|
||||
231 231 - Instantaneous surface heat flux anomaly (W m**-2)
|
||||
232 232 - Instantaneous moisture flux anomaly (kg m**-2 s)
|
||||
233 233 - Apparent surface humidity anomaly (kg kg**-1)
|
||||
234 234 - Logarithm of surface roughness length for heat anomaly
|
||||
235 235 - Skin temperature anomaly (K)
|
||||
236 236 - Soil temperature level 4 anomaly (K)
|
||||
237 237 - Soil wetness level 4 anomaly (m)
|
||||
238 238 - Temperature of snow layer anomaly (K)
|
||||
239 239 - Convective snowfall anomaly (m of water equivalent)
|
||||
240 240 - Large scale snowfall anomaly (m of water equivalent)
|
||||
241 241 - Accumulated cloud fraction tendency anomaly (-1 to 1)
|
||||
242 242 - Accumulated liquid water tendency anomaly (-1 to 1)
|
||||
243 243 - Forecast albedo anomaly (0 - 1)
|
||||
244 244 - Forecast surface roughness anomaly (m)
|
||||
245 245 - Forecast logarithm of surface roughness for heat anomaly
|
||||
246 246 - Cloud liquid water content anomaly (kg kg**-1)
|
||||
247 247 - Cloud ice water content anomaly (kg kg**-1)
|
||||
248 248 - Cloud cover anomaly (0 - 1)
|
||||
249 249 - Accumulated ice water tendency anomaly (-1 to 1)
|
||||
250 250 - Ice age anomaly (0 - 1)
|
||||
251 251 - Adiabatic tendency of temperature anomaly (K)
|
||||
252 252 - Adiabatic tendency of humidity anomaly (kg kg**-1)
|
||||
253 253 - Adiabatic tendency of zonal wind anomaly (m s**-1)
|
||||
254 254 - Adiabatic tendency of meridional wind anomaly (m s**-1)
|
||||
255 255 - Indicates a missing value
|
||||
1 strfa Stream function anomaly (m**2 s**-1)
|
||||
2 vpota Velocity potential anomaly (m**2 s**-1)
|
||||
3 pta Potential temperature anomaly (K)
|
||||
4 epta Equivalent potential temperature anomaly (K)
|
||||
5 septa Saturated equivalent potential temperature anomaly (K)
|
||||
11 udwa U component of divergent wind anomaly (m s**-1)
|
||||
12 vdwa V component of divergent wind anomaly (m s**-1)
|
||||
13 urwa U component of rotational wind anomaly (m s**-1)
|
||||
14 vrwa V component of rotational wind anomaly (m s**-1)
|
||||
21 uctpa Unbalanced component of temperature anomaly (K)
|
||||
22 uclna Unbalanced component of logarithm of surface pressure anomaly (~)
|
||||
23 ucdva Unbalanced component of divergence anomaly (s**-1)
|
||||
24 lmlta Lake mix-layer temperature anomaly (K)
|
||||
25 licda Lake ice depth anomaly (m)
|
||||
26 cla Lake cover anomaly ((0 - 1))
|
||||
27 cvla Low vegetation cover anomaly ((0 - 1))
|
||||
28 cvha High vegetation cover anomaly ((0 - 1))
|
||||
29 tvla Type of low vegetation anomaly (~)
|
||||
30 tvha Type of high vegetation anomaly (~)
|
||||
31 sica Sea-ice cover anomaly ((0 - 1))
|
||||
32 asna Snow albedo anomaly ((0 - 1))
|
||||
33 rsna Snow density anomaly (kg m**-3)
|
||||
34 ssta Sea surface temperature anomaly (K)
|
||||
35 istal1 Ice surface temperature anomaly layer 1 (K)
|
||||
36 istal2 Ice surface temperature anomaly layer 2 (K)
|
||||
37 istal3 Ice surface temperature anomaly layer 3 (K)
|
||||
38 istal4 Ice surface temperature anomaly layer 4 (K)
|
||||
39 swval1 Volumetric soil water anomaly layer 1 (m**3 m**-3)
|
||||
40 swval2 Volumetric soil water anomaly layer 2 (m**3 m**-3)
|
||||
41 swval3 Volumetric soil water anomaly layer 3 (m**3 m**-3)
|
||||
42 swval4 Volumetric soil water anomaly layer 4 (m**3 m**-3)
|
||||
43 slta Soil type anomaly (~)
|
||||
44 esa Snow evaporation anomaly (kg m**-2)
|
||||
45 smlta Snowmelt anomaly (kg m**-2)
|
||||
46 sdura Solar duration anomaly (s)
|
||||
47 dsrpa Direct solar radiation anomaly (J m**-2)
|
||||
48 magssa Magnitude of turbulent surface stress anomaly (N m**-2 s)
|
||||
49 10fga 10 metre wind gust anomaly (m s**-1)
|
||||
50 lspfa Large-scale precipitation fraction anomaly (s)
|
||||
51 mx2t24a Maximum 2 metre temperature in the last 24 hours anomaly (K)
|
||||
52 mn2t24a Minimum 2 metre temperature in the last 24 hours anomaly (K)
|
||||
53 monta Montgomery potential anomaly (m**2 s**-2)
|
||||
54 pa Pressure anomaly (Pa)
|
||||
55 mean2t24a Mean 2 metre temperature in the last 24 hours anomaly (K)
|
||||
56 mn2d24a Mean 2 metre dewpoint temperature in the last 24 hours anomaly (K)
|
||||
57 uvba Downward UV radiation at the surface anomaly (J m**-2)
|
||||
58 para Photosynthetically active radiation at the surface anomaly (J m**-2)
|
||||
59 capea Convective available potential energy anomaly (J kg**-1)
|
||||
60 pva Potential vorticity anomaly (K m**2 kg**-1 s**-1)
|
||||
61 tpoa Total precipitation from observations anomaly (Millimetres*100 + number of stations)
|
||||
62 obcta Observation count anomaly (~)
|
||||
63 stsktda Start time for skin temperature difference anomaly (s)
|
||||
64 ftsktda Finish time for skin temperature difference anomaly (s)
|
||||
65 sktda Skin temperature difference anomaly (K)
|
||||
78 tclwa Total column liquid water anomaly (kg m**-2)
|
||||
79 tciwa Total column ice water anomaly (kg m**-2)
|
||||
125 vitea Vertically integrated total energy anomaly (J m**-2)
|
||||
126 ~ Generic parameter for sensitive area prediction (Various)
|
||||
127 ata Atmospheric tide anomaly (~)
|
||||
128 bva Budget values anomaly (~)
|
||||
129 za Geopotential anomaly (m**2 s**-2)
|
||||
130 ta Temperature anomaly (K)
|
||||
131 ua U component of wind anomaly (m s**-1)
|
||||
132 va V component of wind anomaly (m s**-1)
|
||||
133 qa Specific humidity anomaly (kg kg**-1)
|
||||
134 spa Surface pressure anomaly (Pa)
|
||||
135 wa Vertical velocity (pressure) anomaly (Pa s**-1)
|
||||
136 tcwa Total column water anomaly (kg m**-2)
|
||||
137 tcwva Total column water vapour anomaly (kg m**-2)
|
||||
138 voa Relative vorticity anomaly (s**-1)
|
||||
139 stal1 Soil temperature anomaly level 1 (K)
|
||||
140 swal1 Soil wetness anomaly level 1 (kg m**-2)
|
||||
141 sda Snow depth anomaly (m of water equivalent)
|
||||
142 lspa Stratiform precipitation (Large-scale precipitation) anomaly (m)
|
||||
143 cpa Convective precipitation anomaly (m)
|
||||
144 sfa Snowfall (convective + stratiform) anomaly (m of water equivalent)
|
||||
145 blda Boundary layer dissipation anomaly (J m**-2)
|
||||
146 sshfa Surface sensible heat flux anomaly (J m**-2)
|
||||
147 slhfa Surface latent heat flux anomaly (J m**-2)
|
||||
148 chnka Charnock anomaly (~)
|
||||
149 snra Surface net radiation anomaly (J m**-2)
|
||||
150 tnra Top net radiation anomaly (~)
|
||||
151 msla Mean sea level pressure anomaly (Pa)
|
||||
152 lspa Logarithm of surface pressure anomaly (~)
|
||||
153 swhra Short-wave heating rate anomaly (K)
|
||||
154 lwhra Long-wave heating rate anomaly (K)
|
||||
155 da Relative divergence anomaly (s**-1)
|
||||
156 gha Height anomaly (m)
|
||||
157 ra Relative humidity anomaly (%)
|
||||
158 tspa Tendency of surface pressure anomaly (Pa s**-1)
|
||||
159 blha Boundary layer height anomaly (m)
|
||||
160 sdora Standard deviation of orography anomaly (~)
|
||||
161 isora Anisotropy of sub-gridscale orography anomaly (~)
|
||||
162 anora Angle of sub-gridscale orography anomaly (radians)
|
||||
163 slora Slope of sub-gridscale orography anomaly (~)
|
||||
164 tcca Total cloud cover anomaly ((0 - 1))
|
||||
165 10ua 10 metre U wind component anomaly (m s**-1)
|
||||
166 10va 10 metre V wind component anomaly (m s**-1)
|
||||
167 2ta 2 metre temperature anomaly (K)
|
||||
168 2da 2 metre dewpoint temperature anomaly (K)
|
||||
169 ssrda Surface solar radiation downwards anomaly (J m**-2)
|
||||
170 stal2 Soil temperature anomaly level 2 (K)
|
||||
171 swal2 Soil wetness anomaly level 2 (kg m**-2)
|
||||
172 lsm Land-sea mask ((0 - 1))
|
||||
173 sra Surface roughness anomaly (m)
|
||||
174 ala Albedo anomaly ((0 - 1))
|
||||
175 strda Surface thermal radiation downwards anomaly (J m**-2)
|
||||
176 ssra Surface net solar radiation anomaly (J m**-2)
|
||||
177 stra Surface net thermal radiation anomaly (J m**-2)
|
||||
178 tsra Top net solar radiation anomaly (J m**-2)
|
||||
179 ttra Top net thermal radiation anomaly (J m**-2)
|
||||
180 eqssa East-West surface stress anomaly (N m**-2 s)
|
||||
181 nsssa North-South surface stress anomaly (N m**-2 s)
|
||||
182 ea Evaporation anomaly (kg m**-2)
|
||||
183 stal3 Soil temperature anomaly level 3 (K)
|
||||
184 swal3 Soil wetness anomaly level 3 (kg m**-2)
|
||||
185 ccca Convective cloud cover anomaly ((0 - 1))
|
||||
186 lcca Low cloud cover anomaly ((0 - 1))
|
||||
187 mcca Medium cloud cover anomaly ((0 - 1))
|
||||
188 hcca High cloud cover anomaly ((0 - 1))
|
||||
189 sunda Sunshine duration anomaly (s)
|
||||
190 ewova East-West component of sub-gridscale orographic variance anomaly (m**2)
|
||||
191 nsova North-South component of sub-gridscale orographic variance anomaly (m**2)
|
||||
192 nwova North-West/South-East component of sub-gridscale orographic variance anomaly (m**2)
|
||||
193 neova North-East/South-West component of sub-gridscale orographic variance anomaly (m**2)
|
||||
194 btmpa Brightness temperature anomaly (K)
|
||||
195 lgwsa Longitudinal component of gravity wave stress anomaly (N m**-2 s)
|
||||
196 mgwsa Meridional component of gravity wave stress anomaly (N m**-2 s)
|
||||
197 gwda Gravity wave dissipation anomaly (J m**-2)
|
||||
198 srca Skin reservoir content anomaly (kg m**-2)
|
||||
199 vfa Vegetation fraction anomaly ((0 - 1))
|
||||
200 vsoa Variance of sub-gridscale orography anomaly (m**2)
|
||||
201 mx2ta Maximum temperature at 2 metres anomaly (K)
|
||||
202 mn2ta Minimum temperature at 2 metres anomaly (K)
|
||||
203 o3a Ozone mass mixing ratio anomaly (kg kg**-1)
|
||||
204 pawa Precipitation analysis weights anomaly (~)
|
||||
205 roa Runoff anomaly (m)
|
||||
206 tco3a Total column ozone anomaly (kg m**-2)
|
||||
207 10sia 10 metre wind speed anomaly (m s**-1)
|
||||
208 tsrca Top net solar radiation clear sky anomaly (J m**-2)
|
||||
209 ttrca Top net thermal radiation clear sky anomaly (J m**-2)
|
||||
210 ssrca Surface net solar radiation clear sky anomaly (J m**-2)
|
||||
211 strca Surface net thermal radiation, clear sky anomaly (J m**-2)
|
||||
212 sia Solar insolation anomaly (J m**-2)
|
||||
214 dhra Diabatic heating by radiation anomaly (K)
|
||||
215 dhvda Diabatic heating by vertical diffusion anomaly (K)
|
||||
216 dhcca Diabatic heating by cumulus convection anomaly (K)
|
||||
217 dhlca Diabatic heating by large-scale condensation anomaly (K)
|
||||
218 vdzwa Vertical diffusion of zonal wind anomaly (m s**-1)
|
||||
219 vdmwa Vertical diffusion of meridional wind anomaly (m s**-1)
|
||||
220 ewgda East-West gravity wave drag tendency anomaly (m s**-1)
|
||||
221 nsgda North-South gravity wave drag tendency anomaly (m s**-1)
|
||||
222 ctzwa Convective tendency of zonal wind anomaly (m s**-1)
|
||||
223 ctmwa Convective tendency of meridional wind anomaly (m s**-1)
|
||||
224 vdha Vertical diffusion of humidity anomaly (kg kg**-1)
|
||||
225 htcca Humidity tendency by cumulus convection anomaly (kg kg**-1)
|
||||
226 htlca Humidity tendency by large-scale condensation anomaly (kg kg**-1)
|
||||
227 crnha Change from removal of negative humidity anomaly (kg kg**-1)
|
||||
228 tpa Total precipitation anomaly (m)
|
||||
229 iewsa Instantaneous X surface stress anomaly (N m**-2)
|
||||
230 inssa Instantaneous Y surface stress anomaly (N m**-2)
|
||||
231 ishfa Instantaneous surface heat flux anomaly (J m**-2)
|
||||
232 iea Instantaneous moisture flux anomaly (kg m**-2 s)
|
||||
233 asqa Apparent surface humidity anomaly (kg kg**-1)
|
||||
234 lsrha Logarithm of surface roughness length for heat anomaly (~)
|
||||
235 skta Skin temperature anomaly (K)
|
||||
236 stal4 Soil temperature level 4 anomaly (K)
|
||||
237 swal4 Soil wetness level 4 anomaly (m)
|
||||
238 tsna Temperature of snow layer anomaly (K)
|
||||
239 csfa Convective snowfall anomaly (m of water equivalent)
|
||||
240 lsfa Large scale snowfall anomaly (m of water equivalent)
|
||||
241 acfa Accumulated cloud fraction tendency anomaly ((-1 to 1))
|
||||
242 alwa Accumulated liquid water tendency anomaly ((-1 to 1))
|
||||
243 fala Forecast albedo anomaly ((0 - 1))
|
||||
244 fsra Forecast surface roughness anomaly (m)
|
||||
245 flsra Forecast logarithm of surface roughness for heat anomaly (~)
|
||||
246 clwca Cloud liquid water content anomaly (kg kg**-1)
|
||||
247 ciwca Cloud ice water content anomaly (kg kg**-1)
|
||||
248 cca Cloud cover anomaly ((0 - 1))
|
||||
249 aiwa Accumulated ice water tendency anomaly ((-1 to 1))
|
||||
250 iaa Ice age anomaly ((0 - 1))
|
||||
251 attea Adiabatic tendency of temperature anomaly (K)
|
||||
252 athea Adiabatic tendency of humidity anomaly (kg kg**-1)
|
||||
253 atzea Adiabatic tendency of zonal wind anomaly (m s**-1)
|
||||
254 atmwa Adiabatic tendency of meridional wind anomaly (m s**-1)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,39 +1,39 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
8 8 MSROR Mean surface runoff rate (m of water equivalent s**-1)
|
||||
9 9 MSSROR Mean sub-surface runoff rate (m of water equivalent s**-1)
|
||||
44 44 ESRATE Snow evaporation (m of water s**-1)
|
||||
45 45 - Snowmelt (m of water s**-1)
|
||||
48 48 - Magnitude of turbulent surface stress (N m**-2)
|
||||
50 50 MLSPFR Mean large-scale precipitation fraction (~)
|
||||
142 142 MLSPRT Mean large-scale precipitation rate (m s**-1)
|
||||
143 143 CPRATE Mean convective precipitation rate (m s**-1)
|
||||
144 144 - Snowfall (convective + stratiform) (m of water equivalent s**-1)
|
||||
145 145 BLDRATE Boundary layer dissipation (W m**-2)
|
||||
146 146 MSSHFL Mean surface sensible heat flux (W m**-2)
|
||||
147 147 MSLHFL Mean surface latent heat flux (W m**-2)
|
||||
149 149 MSNRF Mean surface net radiation flux (W m**-2)
|
||||
153 153 MSWHR Mean short-wave heating rate (K s**-1)
|
||||
154 154 MLWHR Mean long-wave heating rate (K s**-1)
|
||||
169 169 MSDSRF Mean surface downward solar radiation flux (W m**-2)
|
||||
175 175 MSDTRF Mean surface downward thermal radiation flux (W m**-2)
|
||||
176 176 MSNSRF Mean surface net solar radiation flux (W m**-2)
|
||||
177 177 MSNTRF Mean surface net thermal radiation flux (W m**-2)
|
||||
178 178 MTNSRF Mean top net solar radiation flux (W m**-2)
|
||||
179 179 MTNTRF Mean top net thermal radiation flux (W m**-2)
|
||||
180 180 EWSSRA East-West surface stress rate of accumulation (N m**-2)
|
||||
181 181 NSSSRA North-South surface stress rate of accumulation (N m**-2)
|
||||
182 182 ERATE Evaporation (m of water s**-1)
|
||||
189 189 - Sunshine duration (~)
|
||||
195 195 - Longitudinal component of gravity wave stress (N m**-2)
|
||||
196 196 - Meridional component of gravity wave stress (N m**-2)
|
||||
197 197 GWDRATE Gravity wave dissipation (W m**-2)
|
||||
205 205 MRORT Mean runoff rate (m s**-1)
|
||||
208 208 - Top net solar radiation, clear sky (W m**-2)
|
||||
209 209 - Top net thermal radiation, clear sky (W m**-2)
|
||||
210 210 - Surface net solar radiation, clear sky (W m**-2)
|
||||
211 211 - Surface net thermal radiation, clear sky (W m**-2)
|
||||
212 212 SOIRA Solar insolation rate of accumulation (W m**-2)
|
||||
228 228 TPRATE Mean total precipitation rate (m s**-1)
|
||||
239 239 - Convective snowfall (m of water equivalent s**-1)
|
||||
240 240 - Large scale snowfall (m of water equivalent s**-1)
|
||||
255 255 - Indicates a missing value
|
||||
8 msror Mean surface runoff rate (m of water equivalent s**-1)
|
||||
9 mssror Mean sub-surface runoff rate (m of water equivalent s**-1)
|
||||
44 esrate Snow evaporation (m of water s**-1)
|
||||
45 ~ Snowmelt (m of water s**-1)
|
||||
48 ~ Magnitude of turbulent surface stress (N m**-2)
|
||||
50 mlspfr Mean large-scale precipitation fraction (~)
|
||||
142 mlsprt Mean large-scale precipitation rate (m s**-1)
|
||||
143 cprate Mean convective precipitation rate (m s**-1)
|
||||
144 mtsfr Mean total snowfall rate (m of water equivalent s**-1)
|
||||
145 bldrate Boundary layer dissipation (W m**-2)
|
||||
146 msshfl Mean surface sensible heat flux (W m**-2)
|
||||
147 mslhfl Mean surface latent heat flux (W m**-2)
|
||||
149 msnrf Mean surface net radiation flux (W m**-2)
|
||||
153 mswhr Mean short-wave heating rate (K s**-1)
|
||||
154 mlwhr Mean long-wave heating rate (K s**-1)
|
||||
169 msdsrf Mean surface downward solar radiation flux (W m**-2)
|
||||
175 msdtrf Mean surface downward thermal radiation flux (W m**-2)
|
||||
176 msnsrf Mean surface net solar radiation flux (W m**-2)
|
||||
177 msntrf Mean surface net thermal radiation flux (W m**-2)
|
||||
178 mtnsrf Mean top net solar radiation flux (W m**-2)
|
||||
179 mtntrf Mean top net thermal radiation flux (W m**-2)
|
||||
180 ewssra East-West surface stress rate of accumulation (N m**-2)
|
||||
181 nsssra North-South surface stress rate of accumulation (N m**-2)
|
||||
182 erate Evaporation (m of water s**-1)
|
||||
189 msdr Mean sunshine duration rate (s s**-1)
|
||||
195 ~ Longitudinal component of gravity wave stress (N m**-2)
|
||||
196 ~ Meridional component of gravity wave stress (N m**-2)
|
||||
197 gwdrate Gravity wave dissipation (W m**-2)
|
||||
205 mrort Mean runoff rate (m s**-1)
|
||||
208 ~ Top net solar radiation, clear sky (W m**-2)
|
||||
209 ~ Top net thermal radiation, clear sky (W m**-2)
|
||||
210 ~ Surface net solar radiation, clear sky (W m**-2)
|
||||
211 ~ Surface net thermal radiation, clear sky (W m**-2)
|
||||
212 soira Solar insolation rate of accumulation (W m**-2)
|
||||
228 tprate Mean total precipitation rate (m s**-1)
|
||||
239 ~ Convective snowfall (m of water equivalent s**-1)
|
||||
240 ~ Large scale snowfall (m of water equivalent s**-1)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,39 +1,39 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
8 8 MSRORA Mean surface runoff rate anomaly (m of water equivalent s**-1)
|
||||
9 9 MSSRORA Mean sub-surface runoff rate anomaly (m of water equivalent s**-1)
|
||||
44 44 - Snow evaporation anomaly (m of water s**-1)
|
||||
45 45 - Snowmelt anomaly (m of water s**-1)
|
||||
48 48 - Magnitude of turbulent surface stress anomaly (N m**-2)
|
||||
50 50 - Large-scale precipitation fraction anomaly (~)
|
||||
142 142 LSPARA Stratiform precipitation (Large-scale precipitation) anomalous rate of accumulation (m s**-1)
|
||||
143 143 MCPRA Mean convective precipitation rate anomaly (m s**-1)
|
||||
144 144 SFARA Snowfall (convective + stratiform) anomalous rate of accumulation (m of water equivalent s**-1)
|
||||
145 145 - Boundary layer dissipation anomaly (J m**-2)
|
||||
146 146 SSHFARA Surface sensible heat flux anomalous rate of accumulation (J m**-2)
|
||||
147 147 SLHFARA Surface latent heat flux anomalous rate of accumulation (J m**-2)
|
||||
149 149 - Surface net radiation anomaly (J m**-2)
|
||||
153 153 - Short-wave heating rate anomaly (K s**-1)
|
||||
154 154 - Long-wave heating rate anomaly (K s**-1)
|
||||
169 169 SSRDARA Surface solar radiation downwards anomalous rate of accumulation (J m**-2)
|
||||
175 175 STRDARA Surface thermal radiation downwards anomalous rate of accumulation (J m**-2)
|
||||
176 176 SSRARA Surface solar radiation anomalous rate of accumulation (J m**-2)
|
||||
177 177 STRARA Surface thermal radiation anomalous rate of accumulation (J m**-2)
|
||||
178 178 TSRARA Top solar radiation anomalous rate of accumulation (J m**-2)
|
||||
179 179 TTRARA Top thermal radiation anomalous rate of accumulation (J m**-2)
|
||||
180 180 EWSSARA East-West surface stress anomalous rate of accumulation (N m**-2)
|
||||
181 181 NSSSARA North-South surface stress anomalous rate of accumulation (N m**-2)
|
||||
182 182 EVARA Evaporation anomalous rate of accumulation (m of water s**-1)
|
||||
189 189 SUNDARA Sunshine duration anomalous rate of accumulation (dimensionless)
|
||||
195 195 - Longitudinal component of gravity wave stress anomaly (N m**-2)
|
||||
196 196 - Meridional component of gravity wave stress anomaly (N m**-2)
|
||||
197 197 - Gravity wave dissipation anomaly (J m**-2)
|
||||
205 205 ROARA Runoff anomalous rate of accumulation (m s**-1)
|
||||
208 208 - Top net solar radiation, clear sky anomaly (J m**-2)
|
||||
209 209 - Top net thermal radiation, clear sky anomaly (J m**-2)
|
||||
210 210 - Surface net solar radiation, clear sky anomaly (J m**-2)
|
||||
211 211 - Surface net thermal radiation, clear sky anomaly (J m**-2)
|
||||
212 212 SOIARA Solar insolation anomalous rate of accumulation (W m**-2 s**-1)
|
||||
228 228 TPARA Total precipitation anomalous rate of accumulation (m s**-1)
|
||||
239 239 - Convective snowfall anomaly (m of water equivalent s**-1)
|
||||
240 240 - Large scale snowfall anomaly (m of water equivalent s**-1)
|
||||
255 255 - Indicates a missing value
|
||||
8 msrora Mean surface runoff rate anomaly (m of water equivalent s**-1)
|
||||
9 mssrora Mean sub-surface runoff rate anomaly (m of water equivalent s**-1)
|
||||
44 ~ Snow evaporation anomaly (m of water s**-1)
|
||||
45 ~ Snowmelt anomaly (m of water s**-1)
|
||||
48 ~ Magnitude of turbulent surface stress anomaly (N m**-2)
|
||||
50 ~ Large-scale precipitation fraction anomaly (~)
|
||||
142 lspara Stratiform precipitation (Large-scale precipitation) anomalous rate of accumulation (m s**-1)
|
||||
143 mcpra Mean convective precipitation rate anomaly (m s**-1)
|
||||
144 sfara Snowfall (convective + stratiform) anomalous rate of accumulation (m of water equivalent s**-1)
|
||||
145 ~ Boundary layer dissipation anomaly (J m**-2)
|
||||
146 sshfara Surface sensible heat flux anomalous rate of accumulation (J m**-2)
|
||||
147 slhfara Surface latent heat flux anomalous rate of accumulation (J m**-2)
|
||||
149 ~ Surface net radiation anomaly (J m**-2)
|
||||
153 ~ Short-wave heating rate anomaly (K s**-1)
|
||||
154 ~ Long-wave heating rate anomaly (K s**-1)
|
||||
169 ssrdara Surface solar radiation downwards anomalous rate of accumulation (J m**-2)
|
||||
175 strdara Surface thermal radiation downwards anomalous rate of accumulation (J m**-2)
|
||||
176 ssrara Surface solar radiation anomalous rate of accumulation (J m**-2)
|
||||
177 strara Surface thermal radiation anomalous rate of accumulation (J m**-2)
|
||||
178 tsrara Top solar radiation anomalous rate of accumulation (J m**-2)
|
||||
179 ttrara Top thermal radiation anomalous rate of accumulation (J m**-2)
|
||||
180 ewssara East-West surface stress anomalous rate of accumulation (N m**-2)
|
||||
181 nsssara North-South surface stress anomalous rate of accumulation (N m**-2)
|
||||
182 evara Evaporation anomalous rate of accumulation (m of water s**-1)
|
||||
189 sundara Sunshine duration anomalous rate of accumulation (dimensionless)
|
||||
195 ~ Longitudinal component of gravity wave stress anomaly (N m**-2)
|
||||
196 ~ Meridional component of gravity wave stress anomaly (N m**-2)
|
||||
197 ~ Gravity wave dissipation anomaly (J m**-2)
|
||||
205 roara Runoff anomalous rate of accumulation (m s**-1)
|
||||
208 ~ Top net solar radiation, clear sky anomaly (J m**-2)
|
||||
209 ~ Top net thermal radiation, clear sky anomaly (J m**-2)
|
||||
210 ~ Surface net solar radiation, clear sky anomaly (J m**-2)
|
||||
211 ~ Surface net thermal radiation, clear sky anomaly (J m**-2)
|
||||
212 soiara Solar insolation anomalous rate of accumulation (W m**-2 s**-1)
|
||||
228 tpara Total precipitation anomalous rate of accumulation (m s**-1)
|
||||
239 ~ Convective snowfall anomaly (m of water equivalent s**-1)
|
||||
240 ~ Large scale snowfall anomaly (m of water equivalent s**-1)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,56 +1,55 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
6 6 - Total soil moisture (m)
|
||||
8 8 SRO Surface runoff (kg m**-2)
|
||||
9 9 SSRO Sub-surface runoff (kg m**-2)
|
||||
10 10 SSWCSDOWN Clear-sky (II) down surface sw flux (W m**-2)
|
||||
13 13 SSWCSUP Clear-sky (II) up surface sw flux (W m**-2)
|
||||
25 25 VIS15 Visibility at 1.5m (m)
|
||||
31 31 - Fraction of sea-ice in sea (0 - 1)
|
||||
34 34 - Open-sea surface temperature (K)
|
||||
39 39 - Volumetric soil water layer 1 (m**3 m**-3)
|
||||
40 40 - Volumetric soil water layer 2 (m**3 m**-3)
|
||||
41 41 - Volumetric soil water layer 3 (m**3 m**-3)
|
||||
42 42 - Volumetric soil water layer 4 (m**3 m**-3)
|
||||
49 49 - 10 metre wind gust in the last 24 hours (m s**-1)
|
||||
50 50 MN15T Minimum temperature at 1.5m since previous post-processing (K)
|
||||
51 51 MX15T Maximum temperature at 1.5m since previous post-processing (K)
|
||||
52 52 RHUM Relative humidity at 1.5m (kg kg**-1)
|
||||
55 55 - 1.5m temperature - mean in the last 24 hours (K)
|
||||
83 83 - Net primary productivity (kg C m**-2 s**-1)
|
||||
85 85 - 10m U wind over land (m s**-1)
|
||||
86 86 - 10m V wind over land (m s**-1)
|
||||
87 87 - 1.5m temperature over land (K)
|
||||
88 88 - 1.5m dewpoint temperature over land (K)
|
||||
89 89 - Top incoming solar radiation (J m**-2)
|
||||
90 90 - Top outgoing solar radiation (J m**-2)
|
||||
94 94 - Mean sea surface temperature (K)
|
||||
95 95 - 1.5m specific humidity (kg kg**-1)
|
||||
96 96 - 2 metre specific humidity (kg kg**-1)
|
||||
97 97 SIST Sea-ice Snow Thickness (m)
|
||||
98 98 SIT Sea-ice thickness (m)
|
||||
99 99 - Liquid water potential temperature (K)
|
||||
110 110 - Ocean ice concentration (0 - 1)
|
||||
111 111 - Ocean mean ice depth (m)
|
||||
116 116 SWRSURF Short wave radiation flux at surface (J m**-2)
|
||||
117 117 SWRTOP Short wave radiation flux at top of atmosphere (J m**-2)
|
||||
137 137 TCWVAP Total column water vapour (kg m**-2)
|
||||
139 139 - Soil temperature layer 1 (K)
|
||||
142 142 LSRRATE Large scale rainfall rate (kg m**-2 s**-1)
|
||||
143 143 CRFRATE Convective rainfall rate (kg m**-2 s**-1)
|
||||
164 164 - Average potential temperature in upper 293.4m (degrees C)
|
||||
167 167 - 1.5m temperature (K)
|
||||
168 168 - 1.5m dewpoint temperature (K)
|
||||
170 170 - Soil temperature layer 2 (K)
|
||||
172 172 LSM Land-sea mask (0 - 1)
|
||||
175 175 - Average salinity in upper 293.4m (psu)
|
||||
183 183 - Soil temperature layer 3 (K)
|
||||
186 186 VLCA Very low cloud amount (0 - 1)
|
||||
201 201 - 1.5m temperature - maximum in the last 24 hours (K)
|
||||
202 202 - 1.5m temperature - minimum in the last 24 hours (K)
|
||||
236 236 - Soil temperature layer 4 (K)
|
||||
239 239 CSFRATE Convective snowfall rate (kg m**-2 s**-1)
|
||||
240 240 LSFRATE Large scale snowfall rate (kg m**-2 s**-1)
|
||||
248 248 TCCRO Total cloud amount - random overlap (0 - 1)
|
||||
249 249 TCCLWR Total cloud amount in lw radiation (0 - 1)
|
||||
255 255 - Indicates a missing value
|
||||
|
||||
6 ~ Total soil moisture (m)
|
||||
8 sro Surface runoff (kg m**-2)
|
||||
9 ssro Sub-surface runoff (kg m**-2)
|
||||
10 sswcsdown Clear-sky (II) down surface sw flux (W m**-2)
|
||||
13 sswcsup Clear-sky (II) up surface sw flux (W m**-2)
|
||||
25 vis15 Visibility at 1.5m (m)
|
||||
31 ~ Fraction of sea-ice in sea ((0 - 1))
|
||||
34 ~ Open-sea surface temperature (K)
|
||||
39 ~ Volumetric soil water layer 1 (m**3 m**-3)
|
||||
40 ~ Volumetric soil water layer 2 (m**3 m**-3)
|
||||
41 ~ Volumetric soil water layer 3 (m**3 m**-3)
|
||||
42 ~ Volumetric soil water layer 4 (m**3 m**-3)
|
||||
49 ~ 10 metre wind gust in the last 24 hours (m s**-1)
|
||||
50 mn15t Minimum temperature at 1.5m since previous post-processing (K)
|
||||
51 mx15t Maximum temperature at 1.5m since previous post-processing (K)
|
||||
52 rhum Relative humidity at 1.5m (kg kg**-1)
|
||||
55 ~ 1.5m temperature - mean in the last 24 hours (K)
|
||||
83 ~ Net primary productivity (kg C m**-2 s**-1)
|
||||
85 ~ 10m U wind over land (m s**-1)
|
||||
86 ~ 10m V wind over land (m s**-1)
|
||||
87 ~ 1.5m temperature over land (K)
|
||||
88 ~ 1.5m dewpoint temperature over land (K)
|
||||
89 ~ Top incoming solar radiation (J m**-2)
|
||||
90 ~ Top outgoing solar radiation (J m**-2)
|
||||
94 ~ Mean sea surface temperature (K)
|
||||
95 ~ 1.5m specific humidity (kg kg**-1)
|
||||
96 2sh 2 metre specific humidity (kg kg**-1)
|
||||
97 sisnthick Sea ice snow thickness (m)
|
||||
98 sithick Sea-ice thickness (m)
|
||||
99 ~ Liquid water potential temperature (K)
|
||||
110 ~ Ocean ice concentration ((0 - 1))
|
||||
111 ~ Ocean mean ice depth (m)
|
||||
116 swrsurf Short wave radiation flux at surface (J m**-2)
|
||||
117 swrtop Short wave radiation flux at top of atmosphere (J m**-2)
|
||||
137 tcwvap Total column water vapour (kg m**-2)
|
||||
139 ~ Soil temperature layer 1 (K)
|
||||
142 lsrrate Large scale rainfall rate (kg m**-2 s**-1)
|
||||
143 crfrate Convective rainfall rate (kg m**-2 s**-1)
|
||||
164 ~ Average potential temperature in upper 293.4m (degrees C)
|
||||
167 ~ 1.5m temperature (K)
|
||||
168 ~ 1.5m dewpoint temperature (K)
|
||||
170 ~ Soil temperature layer 2 (K)
|
||||
172 lsm Land-sea mask ((0 - 1))
|
||||
175 ~ Average salinity in upper 293.4m (psu)
|
||||
183 ~ Soil temperature layer 3 (K)
|
||||
186 vlca Very low cloud amount ((0 - 1))
|
||||
201 ~ 1.5m temperature - maximum in the last 24 hours (K)
|
||||
202 ~ 1.5m temperature - minimum in the last 24 hours (K)
|
||||
236 ~ Soil temperature layer 4 (K)
|
||||
239 csfrate Convective snowfall rate (kg m**-2 s**-1)
|
||||
240 lsfrate Large scale snowfall rate (kg m**-2 s**-1)
|
||||
248 tccro Total cloud amount - random overlap ((0 - 1))
|
||||
249 tcclwr Total cloud amount in lw radiation ((0 - 1))
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,31 +1,31 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
6 6 - Total soil moisture (m)
|
||||
31 31 - Fraction of sea-ice in sea (0 - 1)
|
||||
34 34 - Open-sea surface temperature (K)
|
||||
39 39 - Volumetric soil water layer 1 (m**3 m**-3)
|
||||
40 40 - Volumetric soil water layer 2 (m**3 m**-3)
|
||||
41 41 - Volumetric soil water layer 3 (m**3 m**-3)
|
||||
42 42 - Volumetric soil water layer 4 (m**3 m**-3)
|
||||
49 49 - 10m wind gust in the last 24 hours (m s**-1)
|
||||
55 55 - 1.5m temperature - mean in the last 24 hours (K)
|
||||
83 83 - Net primary productivity (kg C m**-2 s**-1)
|
||||
85 85 - 10m U wind over land (m s**-1)
|
||||
86 86 - 10m V wind over land (m s**-1)
|
||||
87 87 - 1.5m temperature over land (K)
|
||||
88 88 - 1.5m dewpoint temperature over land (K)
|
||||
89 89 - Top incoming solar radiation (J m**-2)
|
||||
90 90 - Top outgoing solar radiation (J m**-2)
|
||||
110 110 - Ocean ice concentration (0 - 1)
|
||||
111 111 - Ocean mean ice depth (m)
|
||||
139 139 - Soil temperature layer 1 (K)
|
||||
164 164 - Average potential temperature in upper 293.4m (degrees C)
|
||||
167 167 - 1.5m temperature (K)
|
||||
168 168 - 1.5m dewpoint temperature (K)
|
||||
170 170 - Soil temperature layer 2 (K)
|
||||
172 172 lsm Land-sea mask (0 - 1)
|
||||
175 175 - Average salinity in upper 293.4m (psu)
|
||||
183 183 - Soil temperature layer 3 (K)
|
||||
201 201 - 1.5m temperature - maximum in the last 24 hours (K)
|
||||
202 202 - 1.5m temperature - minimum in the last 24 hours (K)
|
||||
236 236 - Soil temperature layer 4 (K)
|
||||
255 255 - Indicates a missing value
|
||||
6 ~ Total soil moisture (m)
|
||||
31 ~ Fraction of sea-ice in sea ((0 - 1))
|
||||
34 ~ Open-sea surface temperature (K)
|
||||
39 ~ Volumetric soil water layer 1 (m**3 m**-3)
|
||||
40 ~ Volumetric soil water layer 2 (m**3 m**-3)
|
||||
41 ~ Volumetric soil water layer 3 (m**3 m**-3)
|
||||
42 ~ Volumetric soil water layer 4 (m**3 m**-3)
|
||||
49 ~ 10m wind gust in the last 24 hours (m s**-1)
|
||||
55 ~ 1.5m temperature - mean in the last 24 hours (K)
|
||||
83 ~ Net primary productivity (kg C m**-2 s**-1)
|
||||
85 ~ 10m U wind over land (m s**-1)
|
||||
86 ~ 10m V wind over land (m s**-1)
|
||||
87 ~ 1.5m temperature over land (K)
|
||||
88 ~ 1.5m dewpoint temperature over land (K)
|
||||
89 ~ Top incoming solar radiation (J m**-2)
|
||||
90 ~ Top outgoing solar radiation (J m**-2)
|
||||
110 ~ Ocean ice concentration ((0 - 1))
|
||||
111 ~ Ocean mean ice depth (m)
|
||||
139 ~ Soil temperature layer 1 (K)
|
||||
164 ~ Average potential temperature in upper 293.4m (degrees C)
|
||||
167 ~ 1.5m temperature (K)
|
||||
168 ~ 1.5m dewpoint temperature (K)
|
||||
170 ~ Soil temperature layer 2 (K)
|
||||
172 lsm Land-sea mask ((0 - 1))
|
||||
175 ~ Average salinity in upper 293.4m (psu)
|
||||
183 ~ Soil temperature layer 3 (K)
|
||||
201 ~ 1.5m temperature - maximum in the last 24 hours (K)
|
||||
202 ~ 1.5m temperature - minimum in the last 24 hours (K)
|
||||
236 ~ Soil temperature layer 4 (K)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,33 +1,33 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
129 129 Z Geopotential (m**2 s**-2)
|
||||
130 130 T Temperature (K)
|
||||
131 131 U U component of wind (m s**-1)
|
||||
132 132 V V component of wind (m s**-1)
|
||||
133 133 Q Specific humidity (kg kg**-1)
|
||||
134 134 SP Surface pressure (Pa)
|
||||
137 137 TCWV Total column water vapour (kg m**-2)
|
||||
138 138 VO Vorticity (relative) (s**-1)
|
||||
141 141 SD Snow depth (m of water equivalent)
|
||||
142 142 LSP Large-scale precipitation (m)
|
||||
143 143 CP Convective precipitation (m)
|
||||
144 144 SF Snowfall (m of water equivalent)
|
||||
146 146 SSHF Surface sensible heat flux (J m**-2)
|
||||
147 147 SLHF Surface latent heat flux (J m**-2)
|
||||
149 149 TSW Total soil wetness (m)
|
||||
151 151 MSL Mean sea level pressure (Pa)
|
||||
155 155 D Divergence (s**-1)
|
||||
164 164 TCC Total cloud cover (0 - 1)
|
||||
165 165 10U 10 metre U wind component (m s**-1)
|
||||
166 166 10V 10 metre V wind component (m s**-1)
|
||||
167 167 2T 2 metre temperature (K)
|
||||
168 168 2D 2 metre dewpoint temperature (K)
|
||||
172 172 LSM Land-sea mask (0 - 1)
|
||||
176 176 SSR Surface net solar radiation (J m**-2)
|
||||
177 177 STR Surface net thermal radiation (J m**-2)
|
||||
178 178 TSR Top net solar radiation (J m**-2)
|
||||
179 179 TTR Top net thermal radiation (J m**-2)
|
||||
180 180 EWSS Eastward turbulent surface stress (N m**-2 s)
|
||||
181 181 NSSS Northward turbulent surface stress (N m**-2 s)
|
||||
182 182 E Evaporation (m of water equivalent)
|
||||
205 205 RO Runoff (m)
|
||||
255 255 - Indicates a missing value
|
||||
129 z Geopotential (m**2 s**-2)
|
||||
130 t Temperature (K)
|
||||
131 u U component of wind (m s**-1)
|
||||
132 v V component of wind (m s**-1)
|
||||
133 q Specific humidity (kg kg**-1)
|
||||
134 sp Surface pressure (Pa)
|
||||
137 tcwv Total column water vapour (kg m**-2)
|
||||
138 vo Vorticity (relative) (s**-1)
|
||||
141 sd Snow depth (m of water equivalent)
|
||||
142 lsp Large-scale precipitation (m)
|
||||
143 cp Convective precipitation (m)
|
||||
144 sf Snowfall (m of water equivalent)
|
||||
146 sshf Surface sensible heat flux (J m**-2)
|
||||
147 slhf Surface latent heat flux (J m**-2)
|
||||
149 tsw Total soil wetness (m)
|
||||
151 msl Mean sea level pressure (Pa)
|
||||
155 d Divergence (s**-1)
|
||||
164 tcc Total cloud cover ((0 - 1))
|
||||
165 10u 10 metre U wind component (m s**-1)
|
||||
166 10v 10 metre V wind component (m s**-1)
|
||||
167 2t 2 metre temperature (K)
|
||||
168 2d 2 metre dewpoint temperature (K)
|
||||
172 lsm Land-sea mask ((0 - 1))
|
||||
176 ssr Surface net solar radiation (J m**-2)
|
||||
177 str Surface net thermal radiation (J m**-2)
|
||||
178 tsr Top net solar radiation (J m**-2)
|
||||
179 ttr Top net thermal radiation (J m**-2)
|
||||
180 ewss Eastward turbulent surface stress (N m**-2 s)
|
||||
181 nsss Northward turbulent surface stress (N m**-2 s)
|
||||
182 e Evaporation (m of water equivalent)
|
||||
205 ro Runoff (m)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,37 +1,37 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
129 129 Z Geopotential (m**2 s**-2)
|
||||
130 130 T Temperature (K)
|
||||
131 131 U U component of wind (m s**-1)
|
||||
132 132 V V component of wind (m s**-1)
|
||||
133 133 Q Specific humidity (kg kg**-1)
|
||||
134 134 SP Surface pressure (Pa)
|
||||
138 138 VO Vorticity (relative) (s**-1)
|
||||
139 139 STL1 Soil temperature level 1 (K)
|
||||
141 141 SDSIEN Snow depth (kg m**-2)
|
||||
146 146 SSHF Surface sensible heat flux (J m**-2)
|
||||
147 147 SLHF Surface latent heat flux (J m**-2)
|
||||
151 151 MSL Mean sea level pressure (Pa)
|
||||
155 155 D Divergence (s**-1)
|
||||
157 157 R Relative humidity (%)
|
||||
164 164 TCC Total cloud cover (0 - 1)
|
||||
165 165 10U 10 metre U wind component (m s**-1)
|
||||
166 166 10V 10 metre V wind component (m s**-1)
|
||||
167 167 2T 2 metre temperature (K)
|
||||
168 168 2D 2 metre dewpoint temperature (K)
|
||||
169 169 SSRD Surface solar radiation downwards (J m**-2)
|
||||
170 170 CAP Field capacity (0 - 1)
|
||||
171 171 WILTSIEN Wilting point (0 - 1)
|
||||
172 172 LSM Land-sea mask (0 - 1)
|
||||
173 173 SR Roughness length (0 - 1)
|
||||
174 174 AL Albedo (0 - 1)
|
||||
175 175 STRD Surface thermal radiation downwards (J m**-2)
|
||||
176 176 SSR Surface net solar radiation (J m**-2)
|
||||
177 177 STR Surface net thermal radiation (J m**-2)
|
||||
178 178 TSR Top net solar radiation (J m**-2)
|
||||
179 179 TTR Top net thermal radiation (J m**-2)
|
||||
182 182 E Evaporation (m of water equivalent)
|
||||
201 201 MX2T Maximum temperature at 2 metres since previous post-processing (K)
|
||||
202 202 MN2T Minimum temperature at 2 metres since previous post-processing (K)
|
||||
228 228 TP Total precipitation (m)
|
||||
229 229 TSM Total soil moisture (m**3 m**-3)
|
||||
255 255 - Indicates a missing value
|
||||
129 z Geopotential (m**2 s**-2)
|
||||
130 t Temperature (K)
|
||||
131 u U component of wind (m s**-1)
|
||||
132 v V component of wind (m s**-1)
|
||||
133 q Specific humidity (kg kg**-1)
|
||||
134 sp Surface pressure (Pa)
|
||||
138 vo Vorticity (relative) (s**-1)
|
||||
139 stl1 Soil temperature level 1 (K)
|
||||
141 sdsien Snow depth (kg m**-2)
|
||||
146 sshf Surface sensible heat flux (J m**-2)
|
||||
147 slhf Surface latent heat flux (J m**-2)
|
||||
151 msl Mean sea level pressure (Pa)
|
||||
155 d Divergence (s**-1)
|
||||
157 r Relative humidity (%)
|
||||
164 tcc Total cloud cover ((0 - 1))
|
||||
165 10u 10 metre U wind component (m s**-1)
|
||||
166 10v 10 metre V wind component (m s**-1)
|
||||
167 2t 2 metre temperature (K)
|
||||
168 2d 2 metre dewpoint temperature (K)
|
||||
169 ssrd Surface solar radiation downwards (J m**-2)
|
||||
170 cap Field capacity ((0 - 1))
|
||||
171 wiltsien Wilting point ((0 - 1))
|
||||
172 lsm Land-sea mask ((0 - 1))
|
||||
173 sr Roughness length ((0 - 1))
|
||||
174 al Albedo ((0 - 1))
|
||||
175 strd Surface thermal radiation downwards (J m**-2)
|
||||
176 ssr Surface net solar radiation (J m**-2)
|
||||
177 str Surface net thermal radiation (J m**-2)
|
||||
178 tsr Top net solar radiation (J m**-2)
|
||||
179 ttr Top net thermal radiation (J m**-2)
|
||||
182 e Evaporation (m of water equivalent)
|
||||
201 mx2t Maximum temperature at 2 metres since previous post-processing (K)
|
||||
202 mn2t Minimum temperature at 2 metres since previous post-processing (K)
|
||||
228 tp Total precipitation (m)
|
||||
229 tsm Total soil moisture (m**3 m**-3)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,236 +1,236 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 1 STRFDIFF Stream function difference (m**2 s**-1)
|
||||
2 2 VPOTDIFF Velocity potential difference (m**2 s**-1)
|
||||
3 3 PTDIFF Potential temperature difference (K)
|
||||
4 4 EQPTDIFF Equivalent potential temperature difference (K)
|
||||
5 5 SEPTDIFF Saturated equivalent potential temperature difference (K)
|
||||
11 11 UDVWDIFF U component of divergent wind difference (m s**-1)
|
||||
12 12 VDVWDIFF V component of divergent wind difference (m s**-1)
|
||||
13 13 URTWDIFF U component of rotational wind difference (m s**-1)
|
||||
14 14 VRTWDIFF V component of rotational wind difference (m s**-1)
|
||||
21 21 UCTPDIFF Unbalanced component of temperature difference (K)
|
||||
22 22 UCLNDIFF Unbalanced component of logarithm of surface pressure difference (~)
|
||||
23 23 UCDVDIFF Unbalanced component of divergence difference (s**-1)
|
||||
24 24 - Reserved for future unbalanced components (~)
|
||||
25 25 - Reserved for future unbalanced components (~)
|
||||
26 26 CLDIFF Lake cover difference (0 - 1)
|
||||
27 27 CVLDIFF Low vegetation cover difference (0 - 1)
|
||||
28 28 CVHDIFF High vegetation cover difference (0 - 1)
|
||||
29 29 TVLDIFF Type of low vegetation difference (~)
|
||||
30 30 TVHDIFF Type of high vegetation difference (~)
|
||||
31 31 SICDIFF Sea-ice cover difference (0 - 1)
|
||||
32 32 ASNDIFF Snow albedo difference (0 - 1)
|
||||
33 33 RSNDIFF Snow density difference (kg m**-3)
|
||||
34 34 SSTDIFF Sea surface temperature difference (K)
|
||||
35 35 ISTL1DIFF Ice surface temperature layer 1 difference (K)
|
||||
36 36 ISTL2DIFF Ice surface temperature layer 2 difference (K)
|
||||
37 37 ISTL3DIFF Ice surface temperature layer 3 difference (K)
|
||||
38 38 ISTL4DIFF Ice surface temperature layer 4 difference (K)
|
||||
39 39 SWVL1DIFF Volumetric soil water layer 1 difference (m**3 m**-3)
|
||||
40 40 SWVL2DIFF Volumetric soil water layer 2 difference (m**3 m**-3)
|
||||
41 41 SWVL3DIFF Volumetric soil water layer 3 difference (m**3 m**-3)
|
||||
42 42 SWVL4DIFF Volumetric soil water layer 4 difference (m**3 m**-3)
|
||||
43 43 SLTDIFF Soil type difference (~)
|
||||
44 44 ESDIFF Snow evaporation difference (kg m**-2)
|
||||
45 45 SMLTDIFF Snowmelt difference (kg m**-2)
|
||||
46 46 SDURDIFF Solar duration difference (s)
|
||||
47 47 DSRPDIFF Direct solar radiation difference (J m**-2)
|
||||
48 48 MAGSSDIFF Magnitude of surface stress difference (N m**-2 s)
|
||||
49 49 10FGDIFF 10 metre wind gust difference (m s**-1)
|
||||
50 50 LSPFDIFF Large-scale precipitation fraction difference (s)
|
||||
51 51 MX2T24DIFF Maximum 2 metre temperature difference (K)
|
||||
52 52 MN2T24DIFF Minimum 2 metre temperature difference (K)
|
||||
53 53 MONTDIFF Montgomery potential difference (m**2 s**-2)
|
||||
54 54 PRESDIFF Pressure difference (Pa)
|
||||
55 55 MEAN2T24DIFF Mean 2 metre temperature in the last 24 hours difference (K)
|
||||
56 56 MN2D24DIFF Mean 2 metre dewpoint temperature in the last 24 hours difference (K)
|
||||
57 57 UVBDIFF Downward UV radiation at the surface difference (J m**-2)
|
||||
58 58 PARDIFF Photosynthetically active radiation at the surface difference (J m**-2)
|
||||
59 59 CAPEDIFF Convective available potential energy difference (J kg**-1)
|
||||
60 60 PVDIFF Potential vorticity difference (K m**2 kg**-1 s**-1)
|
||||
61 61 TPODIFF Total precipitation from observations difference (Millimetres*100 + number of stations)
|
||||
62 62 OBCTDIFF Observation count difference (~)
|
||||
63 63 - Start time for skin temperature difference (s)
|
||||
64 64 - Finish time for skin temperature difference (s)
|
||||
65 65 - Skin temperature difference (K)
|
||||
66 66 - Leaf area index, low vegetation (m**2 m**-2)
|
||||
67 67 - Leaf area index, high vegetation (m**2 m**-2)
|
||||
68 68 - Minimum stomatal resistance, low vegetation (s m**-1)
|
||||
69 69 - Minimum stomatal resistance, high vegetation (s m**-1)
|
||||
70 70 - Biome cover, low vegetation (0 - 1)
|
||||
71 71 - Biome cover, high vegetation (0 - 1)
|
||||
78 78 - Total column liquid water (kg m**-2)
|
||||
79 79 - Total column ice water (kg m**-2)
|
||||
80 80 - Experimental product (~)
|
||||
81 81 - Experimental product (~)
|
||||
82 82 - Experimental product (~)
|
||||
83 83 - Experimental product (~)
|
||||
84 84 - Experimental product (~)
|
||||
85 85 - Experimental product (~)
|
||||
86 86 - Experimental product (~)
|
||||
87 87 - Experimental product (~)
|
||||
88 88 - Experimental product (~)
|
||||
89 89 - Experimental product (~)
|
||||
90 90 - Experimental product (~)
|
||||
91 91 - Experimental product (~)
|
||||
92 92 - Experimental product (~)
|
||||
93 93 - Experimental product (~)
|
||||
94 94 - Experimental product (~)
|
||||
95 95 - Experimental product (~)
|
||||
96 96 - Experimental product (~)
|
||||
97 97 - Experimental product (~)
|
||||
98 98 - Experimental product (~)
|
||||
99 99 - Experimental product (~)
|
||||
100 100 - Experimental product (~)
|
||||
101 101 - Experimental product (~)
|
||||
102 102 - Experimental product (~)
|
||||
103 103 - Experimental product (~)
|
||||
104 104 - Experimental product (~)
|
||||
105 105 - Experimental product (~)
|
||||
106 106 - Experimental product (~)
|
||||
107 107 - Experimental product (~)
|
||||
108 108 - Experimental product (~)
|
||||
109 109 - Experimental product (~)
|
||||
110 110 - Experimental product (~)
|
||||
111 111 - Experimental product (~)
|
||||
112 112 - Experimental product (~)
|
||||
113 113 - Experimental product (~)
|
||||
114 114 - Experimental product (~)
|
||||
115 115 - Experimental product (~)
|
||||
116 116 - Experimental product (~)
|
||||
117 117 - Experimental product (~)
|
||||
118 118 - Experimental product (~)
|
||||
119 119 - Experimental product (~)
|
||||
120 120 - Experimental product (~)
|
||||
121 121 MX2T6DIFF Maximum temperature at 2 metres difference (K)
|
||||
122 122 MN2T6DIFF Minimum temperature at 2 metres difference (K)
|
||||
123 123 10FG6DIFF 10 metre wind gust in the last 6 hours difference (m s**-1)
|
||||
125 125 - Vertically integrated total energy (J m**-2)
|
||||
126 126 - Generic parameter for sensitive area prediction (Various)
|
||||
127 127 ATDIFF Atmospheric tide difference (~)
|
||||
128 128 BVDIFF Budget values difference (~)
|
||||
129 129 ZDIFF Geopotential difference (m**2 s**-2)
|
||||
130 130 TDIFF Temperature difference (K)
|
||||
131 131 UDIFF U component of wind difference (m s**-1)
|
||||
132 132 VDIFF V component of wind difference (m s**-1)
|
||||
133 133 QDIFF Specific humidity difference (kg kg**-1)
|
||||
134 134 SPDIFF Surface pressure difference (Pa)
|
||||
135 135 WDIFF Vertical velocity (pressure) difference (Pa s**-1)
|
||||
136 136 TCWDIFF Total column water difference (kg m**-2)
|
||||
137 137 TCWVDIFF Total column water vapour difference (kg m**-2)
|
||||
138 138 VODIFF Vorticity (relative) difference (s**-1)
|
||||
139 139 STL1DIFF Soil temperature level 1 difference (K)
|
||||
140 140 SWL1DIFF Soil wetness level 1 difference (kg m**-2)
|
||||
141 141 SDDIFF Snow depth difference (m of water equivalent)
|
||||
142 142 LSPDIFF Stratiform precipitation (Large-scale precipitation) difference (m)
|
||||
143 143 CPDIFF Convective precipitation difference (m)
|
||||
144 144 SFDIFF Snowfall (convective + stratiform) difference (m of water equivalent)
|
||||
145 145 BLDDIFF Boundary layer dissipation difference (J m**-2)
|
||||
146 146 SSHFDIFF Surface sensible heat flux difference (J m**-2)
|
||||
147 147 SLHFDIFF Surface latent heat flux difference (J m**-2)
|
||||
148 148 CHNKDIFF Charnock difference (~)
|
||||
149 149 SNRDIFF Surface net radiation difference (J m**-2)
|
||||
150 150 TNRDIFF Top net radiation difference (~)
|
||||
151 151 MSLDIFF Mean sea level pressure difference (Pa)
|
||||
152 152 LNSPDIFF Logarithm of surface pressure difference (kg m**-2)
|
||||
153 153 SWHRDIFF Short-wave heating rate difference (K)
|
||||
154 154 LWHRDIFF Long-wave heating rate difference (K)
|
||||
155 155 DDIFF Divergence difference (s**-1)
|
||||
156 156 GHDIFF Height difference (m)
|
||||
157 157 RDIFF Relative humidity difference (%)
|
||||
158 158 TSPDIFF Tendency of surface pressure difference (Pa s**-1)
|
||||
159 159 BLHDIFF Boundary layer height difference (m)
|
||||
160 160 SDORDIFF Standard deviation of orography difference (~)
|
||||
161 161 ISORDIFF Anisotropy of sub-gridscale orography difference (~)
|
||||
162 162 ANORDIFF Angle of sub-gridscale orography difference (radians)
|
||||
163 163 SLORDIFF Slope of sub-gridscale orography difference (~)
|
||||
164 164 TCCDIFF Total cloud cover difference (0 - 1)
|
||||
165 165 10UDIFF 10 metre U wind component difference (m s**-1)
|
||||
166 166 10VDIFF 10 metre V wind component difference (m s**-1)
|
||||
167 167 2TDIFF 2 metre temperature difference (K)
|
||||
168 168 2DDIFF 2 metre dewpoint temperature difference (K)
|
||||
169 169 SSRDDIFF Surface solar radiation downwards difference (J m**-2)
|
||||
170 170 STL2DIFF Soil temperature level 2 difference (K)
|
||||
171 171 SWL2DIFF Soil wetness level 2 difference (kg m**-2)
|
||||
172 172 LSMDIFF Land-sea mask difference (0 - 1)
|
||||
173 173 SRDIFF Surface roughness difference (m)
|
||||
174 174 ALDIFF Albedo difference (0 - 1)
|
||||
175 175 STRDDIFF Surface thermal radiation downwards difference (J m**-2)
|
||||
176 176 SSRDIFF Surface net solar radiation difference (J m**-2)
|
||||
177 177 STRDIFF Surface net thermal radiation difference (J m**-2)
|
||||
178 178 TSRDIFF Top net solar radiation difference (J m**-2)
|
||||
179 179 TTRDIFF Top net thermal radiation difference (J m**-2)
|
||||
180 180 EWSSDIFF East-West surface stress difference (N m**-2 s)
|
||||
181 181 NSSSDIFF North-South surface stress difference (N m**-2 s)
|
||||
182 182 EDIFF Evaporation difference (kg m**-2)
|
||||
183 183 STL3DIFF Soil temperature level 3 difference (K)
|
||||
184 184 SWL3DIFF Soil wetness level 3 difference (kg m**-2)
|
||||
185 185 CCCDIFF Convective cloud cover difference (0 - 1)
|
||||
186 186 LCCDIFF Low cloud cover difference (0 - 1)
|
||||
187 187 MCCDIFF Medium cloud cover difference (0 - 1)
|
||||
188 188 HCCDIFF High cloud cover difference (0 - 1)
|
||||
189 189 SUNDDIFF Sunshine duration difference (s)
|
||||
190 190 EWOVDIFF East-West component of sub-gridscale orographic variance difference (m**2)
|
||||
191 191 NSOVDIFF North-South component of sub-gridscale orographic variance difference (m**2)
|
||||
192 192 NWOVDIFF North-West/South-East component of sub-gridscale orographic variance difference (m**2)
|
||||
193 193 NEOVDIFF North-East/South-West component of sub-gridscale orographic variance difference (m**2)
|
||||
194 194 BTMPDIFF Brightness temperature difference (K)
|
||||
195 195 LGWSDIFF Longitudinal component of gravity wave stress difference (N m**-2 s)
|
||||
196 196 MGWSDIFF Meridional component of gravity wave stress difference (N m**-2 s)
|
||||
197 197 GWDDIFF Gravity wave dissipation difference (J m**-2)
|
||||
198 198 SRCDIFF Skin reservoir content difference (kg m**-2)
|
||||
199 199 VEGDIFF Vegetation fraction difference (0 - 1)
|
||||
200 200 VSODIFF Variance of sub-gridscale orography difference (m**2)
|
||||
201 201 MX2TDIFF Maximum temperature at 2 metres since previous post-processing difference (K)
|
||||
202 202 MN2TDIFF Minimum temperature at 2 metres since previous post-processing difference (K)
|
||||
203 203 O3DIFF Ozone mass mixing ratio difference (kg kg**-1)
|
||||
204 204 PAWDIFF Precipitation analysis weights difference (~)
|
||||
205 205 RODIFF Runoff difference (m)
|
||||
206 206 TCO3DIFF Total column ozone difference (kg m**-2)
|
||||
207 207 10SIDIFF 10 metre wind speed difference (m s**-1)
|
||||
208 208 TSRCDIFF Top net solar radiation, clear sky difference (J m**-2)
|
||||
209 209 TTRCDIFF Top net thermal radiation, clear sky difference (J m**-2)
|
||||
210 210 SSRCDIFF Surface net solar radiation, clear sky difference (J m**-2)
|
||||
211 211 STRCDIFF Surface net thermal radiation, clear sky difference (J m**-2)
|
||||
212 212 TISRDIFF TOA incident solar radiation difference (J m**-2)
|
||||
214 214 DHRDIFF Diabatic heating by radiation difference (K)
|
||||
215 215 DHVDDIFF Diabatic heating by vertical diffusion difference (K)
|
||||
216 216 DHCCDIFF Diabatic heating by cumulus convection difference (K)
|
||||
217 217 DHLCDIFF Diabatic heating large-scale condensation difference (K)
|
||||
218 218 VDZWDIFF Vertical diffusion of zonal wind difference (m s**-1)
|
||||
219 219 VDMWDIFF Vertical diffusion of meridional wind difference (m s**-1)
|
||||
220 220 EWGDDIFF East-West gravity wave drag tendency difference (m s**-1)
|
||||
221 221 NSGDDIFF North-South gravity wave drag tendency difference (m s**-1)
|
||||
222 222 CTZWDIFF Convective tendency of zonal wind difference (m s**-1)
|
||||
223 223 CTMWDIFF Convective tendency of meridional wind difference (m s**-1)
|
||||
224 224 VDHDIFF Vertical diffusion of humidity difference (kg kg**-1)
|
||||
225 225 HTCCDIFF Humidity tendency by cumulus convection difference (kg kg**-1)
|
||||
226 226 HTLCDIFF Humidity tendency by large-scale condensation difference (kg kg**-1)
|
||||
227 227 CRNHDIFF Change from removal of negative humidity difference (kg kg**-1)
|
||||
228 228 TPDIFF Total precipitation difference (m)
|
||||
229 229 IEWSDIFF Instantaneous X surface stress difference (N m**-2)
|
||||
230 230 INSSDIFF Instantaneous Y surface stress difference (N m**-2)
|
||||
231 231 ISHFDIFF Instantaneous surface heat flux difference (J m**-2)
|
||||
232 232 IEDIFF Instantaneous moisture flux difference (kg m**-2 s)
|
||||
233 233 ASQDIFF Apparent surface humidity difference (kg kg**-1)
|
||||
234 234 LSRHDIFF Logarithm of surface roughness length for heat difference (~)
|
||||
235 235 SKTDIFF Skin temperature difference (K)
|
||||
236 236 STL4DIFF Soil temperature level 4 difference (K)
|
||||
237 237 SWL4DIFF Soil wetness level 4 difference (m)
|
||||
238 238 TSNDIFF Temperature of snow layer difference (K)
|
||||
239 239 CSFDIFF Convective snowfall difference (m of water equivalent)
|
||||
240 240 LSFDIFF Large scale snowfall difference (m of water equivalent)
|
||||
241 241 ACFDIFF Accumulated cloud fraction tendency difference ((-1 to 1))
|
||||
242 242 ALWDIFF Accumulated liquid water tendency difference ((-1 to 1))
|
||||
243 243 FALDIFF Forecast albedo difference (0 - 1)
|
||||
244 244 FSRDIFF Forecast surface roughness difference (m)
|
||||
245 245 FLSRDIFF Forecast logarithm of surface roughness for heat difference (~)
|
||||
246 246 CLWCDIFF Specific cloud liquid water content difference (kg kg**-1)
|
||||
247 247 CIWCDIFF Specific cloud ice water content difference (kg kg**-1)
|
||||
248 248 CCDIFF Cloud cover difference (0 - 1)
|
||||
249 249 AIWDIFF Accumulated ice water tendency difference ((-1 to 1))
|
||||
250 250 ICEDIFF Ice age difference (0 - 1)
|
||||
251 251 ATTEDIFF Adiabatic tendency of temperature difference (K)
|
||||
252 252 ATHEDIFF Adiabatic tendency of humidity difference (kg kg**-1)
|
||||
253 253 ATZEDIFF Adiabatic tendency of zonal wind difference (m s**-1)
|
||||
254 254 ATMWDIFF Adiabatic tendency of meridional wind difference (m s**-1)
|
||||
1 strfdiff Stream function difference (m**2 s**-1)
|
||||
2 vpotdiff Velocity potential difference (m**2 s**-1)
|
||||
3 ptdiff Potential temperature difference (K)
|
||||
4 eqptdiff Equivalent potential temperature difference (K)
|
||||
5 septdiff Saturated equivalent potential temperature difference (K)
|
||||
11 udvwdiff U component of divergent wind difference (m s**-1)
|
||||
12 vdvwdiff V component of divergent wind difference (m s**-1)
|
||||
13 urtwdiff U component of rotational wind difference (m s**-1)
|
||||
14 vrtwdiff V component of rotational wind difference (m s**-1)
|
||||
21 uctpdiff Unbalanced component of temperature difference (K)
|
||||
22 uclndiff Unbalanced component of logarithm of surface pressure difference (~)
|
||||
23 ucdvdiff Unbalanced component of divergence difference (s**-1)
|
||||
24 ~ Reserved for future unbalanced components (~)
|
||||
25 ~ Reserved for future unbalanced components (~)
|
||||
26 cldiff Lake cover difference ((0 - 1))
|
||||
27 cvldiff Low vegetation cover difference ((0 - 1))
|
||||
28 cvhdiff High vegetation cover difference ((0 - 1))
|
||||
29 tvldiff Type of low vegetation difference (~)
|
||||
30 tvhdiff Type of high vegetation difference (~)
|
||||
31 sicdiff Sea-ice cover difference ((0 - 1))
|
||||
32 asndiff Snow albedo difference ((0 - 1))
|
||||
33 rsndiff Snow density difference (kg m**-3)
|
||||
34 sstdiff Sea surface temperature difference (K)
|
||||
35 istl1diff Ice surface temperature layer 1 difference (K)
|
||||
36 istl2diff Ice surface temperature layer 2 difference (K)
|
||||
37 istl3diff Ice surface temperature layer 3 difference (K)
|
||||
38 istl4diff Ice surface temperature layer 4 difference (K)
|
||||
39 swvl1diff Volumetric soil water layer 1 difference (m**3 m**-3)
|
||||
40 swvl2diff Volumetric soil water layer 2 difference (m**3 m**-3)
|
||||
41 swvl3diff Volumetric soil water layer 3 difference (m**3 m**-3)
|
||||
42 swvl4diff Volumetric soil water layer 4 difference (m**3 m**-3)
|
||||
43 sltdiff Soil type difference (~)
|
||||
44 esdiff Snow evaporation difference (kg m**-2)
|
||||
45 smltdiff Snowmelt difference (kg m**-2)
|
||||
46 sdurdiff Solar duration difference (s)
|
||||
47 dsrpdiff Direct solar radiation difference (J m**-2)
|
||||
48 magssdiff Magnitude of turbulent surface stress difference (N m**-2 s)
|
||||
49 10fgdiff 10 metre wind gust difference (m s**-1)
|
||||
50 lspfdiff Large-scale precipitation fraction difference (s)
|
||||
51 mx2t24diff Maximum 2 metre temperature difference (K)
|
||||
52 mn2t24diff Minimum 2 metre temperature difference (K)
|
||||
53 montdiff Montgomery potential difference (m**2 s**-2)
|
||||
54 presdiff Pressure difference (Pa)
|
||||
55 mean2t24diff Mean 2 metre temperature in the last 24 hours difference (K)
|
||||
56 mn2d24diff Mean 2 metre dewpoint temperature in the last 24 hours difference (K)
|
||||
57 uvbdiff Downward UV radiation at the surface difference (J m**-2)
|
||||
58 pardiff Photosynthetically active radiation at the surface difference (J m**-2)
|
||||
59 capediff Convective available potential energy difference (J kg**-1)
|
||||
60 pvdiff Potential vorticity difference (K m**2 kg**-1 s**-1)
|
||||
61 tpodiff Total precipitation from observations difference (Millimetres*100 + number of stations)
|
||||
62 obctdiff Observation count difference (~)
|
||||
63 ~ Start time for skin temperature difference (s)
|
||||
64 ~ Finish time for skin temperature difference (s)
|
||||
65 ~ Skin temperature difference (K)
|
||||
66 ~ Leaf area index, low vegetation (m**2 m**-2)
|
||||
67 ~ Leaf area index, high vegetation (m**2 m**-2)
|
||||
68 ~ Minimum stomatal resistance, low vegetation (s m**-1)
|
||||
69 ~ Minimum stomatal resistance, high vegetation (s m**-1)
|
||||
70 ~ Biome cover, low vegetation ((0 - 1))
|
||||
71 ~ Biome cover, high vegetation ((0 - 1))
|
||||
78 ~ Total column liquid water (kg m**-2)
|
||||
79 ~ Total column ice water (kg m**-2)
|
||||
80 ~ Experimental product (~)
|
||||
81 ~ Experimental product (~)
|
||||
82 ~ Experimental product (~)
|
||||
83 ~ Experimental product (~)
|
||||
84 ~ Experimental product (~)
|
||||
85 ~ Experimental product (~)
|
||||
86 ~ Experimental product (~)
|
||||
87 ~ Experimental product (~)
|
||||
88 ~ Experimental product (~)
|
||||
89 ~ Experimental product (~)
|
||||
90 ~ Experimental product (~)
|
||||
91 ~ Experimental product (~)
|
||||
92 ~ Experimental product (~)
|
||||
93 ~ Experimental product (~)
|
||||
94 ~ Experimental product (~)
|
||||
95 ~ Experimental product (~)
|
||||
96 ~ Experimental product (~)
|
||||
97 ~ Experimental product (~)
|
||||
98 ~ Experimental product (~)
|
||||
99 ~ Experimental product (~)
|
||||
100 ~ Experimental product (~)
|
||||
101 ~ Experimental product (~)
|
||||
102 ~ Experimental product (~)
|
||||
103 ~ Experimental product (~)
|
||||
104 ~ Experimental product (~)
|
||||
105 ~ Experimental product (~)
|
||||
106 ~ Experimental product (~)
|
||||
107 ~ Experimental product (~)
|
||||
108 ~ Experimental product (~)
|
||||
109 ~ Experimental product (~)
|
||||
110 ~ Experimental product (~)
|
||||
111 ~ Experimental product (~)
|
||||
112 ~ Experimental product (~)
|
||||
113 ~ Experimental product (~)
|
||||
114 ~ Experimental product (~)
|
||||
115 ~ Experimental product (~)
|
||||
116 ~ Experimental product (~)
|
||||
117 ~ Experimental product (~)
|
||||
118 ~ Experimental product (~)
|
||||
119 ~ Experimental product (~)
|
||||
120 ~ Experimental product (~)
|
||||
121 mx2t6diff Maximum temperature at 2 metres difference (K)
|
||||
122 mn2t6diff Minimum temperature at 2 metres difference (K)
|
||||
123 10fg6diff 10 metre wind gust in the last 6 hours difference (m s**-1)
|
||||
125 ~ Vertically integrated total energy (J m**-2)
|
||||
126 ~ Generic parameter for sensitive area prediction (Various)
|
||||
127 atdiff Atmospheric tide difference (~)
|
||||
128 bvdiff Budget values difference (~)
|
||||
129 zdiff Geopotential difference (m**2 s**-2)
|
||||
130 tdiff Temperature difference (K)
|
||||
131 udiff U component of wind difference (m s**-1)
|
||||
132 vdiff V component of wind difference (m s**-1)
|
||||
133 qdiff Specific humidity difference (kg kg**-1)
|
||||
134 spdiff Surface pressure difference (Pa)
|
||||
135 wdiff Vertical velocity (pressure) difference (Pa s**-1)
|
||||
136 tcwdiff Total column water difference (kg m**-2)
|
||||
137 tcwvdiff Total column water vapour difference (kg m**-2)
|
||||
138 vodiff Vorticity (relative) difference (s**-1)
|
||||
139 stl1diff Soil temperature level 1 difference (K)
|
||||
140 swl1diff Soil wetness level 1 difference (kg m**-2)
|
||||
141 sddiff Snow depth difference (m of water equivalent)
|
||||
142 lspdiff Stratiform precipitation (Large-scale precipitation) difference (m)
|
||||
143 cpdiff Convective precipitation difference (m)
|
||||
144 sfdiff Snowfall (convective + stratiform) difference (m of water equivalent)
|
||||
145 blddiff Boundary layer dissipation difference (J m**-2)
|
||||
146 sshfdiff Surface sensible heat flux difference (J m**-2)
|
||||
147 slhfdiff Surface latent heat flux difference (J m**-2)
|
||||
148 chnkdiff Charnock difference (~)
|
||||
149 snrdiff Surface net radiation difference (J m**-2)
|
||||
150 tnrdiff Top net radiation difference (~)
|
||||
151 msldiff Mean sea level pressure difference (Pa)
|
||||
152 lnspdiff Logarithm of surface pressure difference (kg m**-2)
|
||||
153 swhrdiff Short-wave heating rate difference (K)
|
||||
154 lwhrdiff Long-wave heating rate difference (K)
|
||||
155 ddiff Divergence difference (s**-1)
|
||||
156 ghdiff Height difference (m)
|
||||
157 rdiff Relative humidity difference (%)
|
||||
158 tspdiff Tendency of surface pressure difference (Pa s**-1)
|
||||
159 blhdiff Boundary layer height difference (m)
|
||||
160 sdordiff Standard deviation of orography difference (~)
|
||||
161 isordiff Anisotropy of sub-gridscale orography difference (~)
|
||||
162 anordiff Angle of sub-gridscale orography difference (radians)
|
||||
163 slordiff Slope of sub-gridscale orography difference (~)
|
||||
164 tccdiff Total cloud cover difference ((0 - 1))
|
||||
165 10udiff 10 metre U wind component difference (m s**-1)
|
||||
166 10vdiff 10 metre V wind component difference (m s**-1)
|
||||
167 2tdiff 2 metre temperature difference (K)
|
||||
168 2ddiff 2 metre dewpoint temperature difference (K)
|
||||
169 ssrddiff Surface solar radiation downwards difference (J m**-2)
|
||||
170 stl2diff Soil temperature level 2 difference (K)
|
||||
171 swl2diff Soil wetness level 2 difference (kg m**-2)
|
||||
172 lsmdiff Land-sea mask difference ((0 - 1))
|
||||
173 srdiff Surface roughness difference (m)
|
||||
174 aldiff Albedo difference ((0 - 1))
|
||||
175 strddiff Surface thermal radiation downwards difference (J m**-2)
|
||||
176 ssrdiff Surface net solar radiation difference (J m**-2)
|
||||
177 strdiff Surface net thermal radiation difference (J m**-2)
|
||||
178 tsrdiff Top net solar radiation difference (J m**-2)
|
||||
179 ttrdiff Top net thermal radiation difference (J m**-2)
|
||||
180 ewssdiff East-West surface stress difference (N m**-2 s)
|
||||
181 nsssdiff North-South surface stress difference (N m**-2 s)
|
||||
182 ediff Evaporation difference (kg m**-2)
|
||||
183 stl3diff Soil temperature level 3 difference (K)
|
||||
184 swl3diff Soil wetness level 3 difference (kg m**-2)
|
||||
185 cccdiff Convective cloud cover difference ((0 - 1))
|
||||
186 lccdiff Low cloud cover difference ((0 - 1))
|
||||
187 mccdiff Medium cloud cover difference ((0 - 1))
|
||||
188 hccdiff High cloud cover difference ((0 - 1))
|
||||
189 sunddiff Sunshine duration difference (s)
|
||||
190 ewovdiff East-West component of sub-gridscale orographic variance difference (m**2)
|
||||
191 nsovdiff North-South component of sub-gridscale orographic variance difference (m**2)
|
||||
192 nwovdiff North-West/South-East component of sub-gridscale orographic variance difference (m**2)
|
||||
193 neovdiff North-East/South-West component of sub-gridscale orographic variance difference (m**2)
|
||||
194 btmpdiff Brightness temperature difference (K)
|
||||
195 lgwsdiff Longitudinal component of gravity wave stress difference (N m**-2 s)
|
||||
196 mgwsdiff Meridional component of gravity wave stress difference (N m**-2 s)
|
||||
197 gwddiff Gravity wave dissipation difference (J m**-2)
|
||||
198 srcdiff Skin reservoir content difference (kg m**-2)
|
||||
199 vegdiff Vegetation fraction difference ((0 - 1))
|
||||
200 vsodiff Variance of sub-gridscale orography difference (m**2)
|
||||
201 mx2tdiff Maximum temperature at 2 metres since previous post-processing difference (K)
|
||||
202 mn2tdiff Minimum temperature at 2 metres since previous post-processing difference (K)
|
||||
203 o3diff Ozone mass mixing ratio difference (kg kg**-1)
|
||||
204 pawdiff Precipitation analysis weights difference (~)
|
||||
205 rodiff Runoff difference (m)
|
||||
206 tco3diff Total column ozone difference (kg m**-2)
|
||||
207 10sidiff 10 metre wind speed difference (m s**-1)
|
||||
208 tsrcdiff Top net solar radiation, clear sky difference (J m**-2)
|
||||
209 ttrcdiff Top net thermal radiation, clear sky difference (J m**-2)
|
||||
210 ssrcdiff Surface net solar radiation, clear sky difference (J m**-2)
|
||||
211 strcdiff Surface net thermal radiation, clear sky difference (J m**-2)
|
||||
212 tisrdiff TOA incident solar radiation difference (J m**-2)
|
||||
214 dhrdiff Diabatic heating by radiation difference (K)
|
||||
215 dhvddiff Diabatic heating by vertical diffusion difference (K)
|
||||
216 dhccdiff Diabatic heating by cumulus convection difference (K)
|
||||
217 dhlcdiff Diabatic heating large-scale condensation difference (K)
|
||||
218 vdzwdiff Vertical diffusion of zonal wind difference (m s**-1)
|
||||
219 vdmwdiff Vertical diffusion of meridional wind difference (m s**-1)
|
||||
220 ewgddiff East-West gravity wave drag tendency difference (m s**-1)
|
||||
221 nsgddiff North-South gravity wave drag tendency difference (m s**-1)
|
||||
222 ctzwdiff Convective tendency of zonal wind difference (m s**-1)
|
||||
223 ctmwdiff Convective tendency of meridional wind difference (m s**-1)
|
||||
224 vdhdiff Vertical diffusion of humidity difference (kg kg**-1)
|
||||
225 htccdiff Humidity tendency by cumulus convection difference (kg kg**-1)
|
||||
226 htlcdiff Humidity tendency by large-scale condensation difference (kg kg**-1)
|
||||
227 crnhdiff Change from removal of negative humidity difference (kg kg**-1)
|
||||
228 tpdiff Total precipitation difference (m)
|
||||
229 iewsdiff Instantaneous X surface stress difference (N m**-2)
|
||||
230 inssdiff Instantaneous Y surface stress difference (N m**-2)
|
||||
231 ishfdiff Instantaneous surface heat flux difference (J m**-2)
|
||||
232 iediff Instantaneous moisture flux difference (kg m**-2 s)
|
||||
233 asqdiff Apparent surface humidity difference (kg kg**-1)
|
||||
234 lsrhdiff Logarithm of surface roughness length for heat difference (~)
|
||||
235 sktdiff Skin temperature difference (K)
|
||||
236 stl4diff Soil temperature level 4 difference (K)
|
||||
237 swl4diff Soil wetness level 4 difference (m)
|
||||
238 tsndiff Temperature of snow layer difference (K)
|
||||
239 csfdiff Convective snowfall difference (m of water equivalent)
|
||||
240 lsfdiff Large scale snowfall difference (m of water equivalent)
|
||||
241 acfdiff Accumulated cloud fraction tendency difference ((-1 to 1))
|
||||
242 alwdiff Accumulated liquid water tendency difference ((-1 to 1))
|
||||
243 faldiff Forecast albedo difference ((0 - 1))
|
||||
244 fsrdiff Forecast surface roughness difference (m)
|
||||
245 flsrdiff Forecast logarithm of surface roughness for heat difference (~)
|
||||
246 clwcdiff Specific cloud liquid water content difference (kg kg**-1)
|
||||
247 ciwcdiff Specific cloud ice water content difference (kg kg**-1)
|
||||
248 ccdiff Cloud cover difference ((0 - 1))
|
||||
249 aiwdiff Accumulated ice water tendency difference ((-1 to 1))
|
||||
250 icediff Ice age difference ((0 - 1))
|
||||
251 attediff Adiabatic tendency of temperature difference (K)
|
||||
252 athediff Adiabatic tendency of humidity difference (kg kg**-1)
|
||||
253 atzediff Adiabatic tendency of zonal wind difference (m s**-1)
|
||||
254 atmwdiff Adiabatic tendency of meridional wind difference (m s**-1)
|
||||
|
|
|
@ -1,78 +1,78 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 1 - downward shortwave radiant flux density (J m**-2)
|
||||
2 2 - upward shortwave radiant flux density (J m**-2)
|
||||
3 3 - downward longwave radiant flux density (J m**-2)
|
||||
4 4 - upward longwave radiant flux density (J m**-2)
|
||||
5 5 APAB_S downwd photosynthetic active radiant flux density (J m**-2)
|
||||
6 6 - net shortwave flux (J m**-2)
|
||||
7 7 - net longwave flux (J m**-2)
|
||||
8 8 - total net radiative flux density (J m**-2)
|
||||
9 9 - downw shortw radiant flux density, cloudfree part (J m**-2)
|
||||
10 10 - upw shortw radiant flux density, cloudy part (J m**-2)
|
||||
11 11 - downw longw radiant flux density, cloudfree part (J m**-2)
|
||||
12 12 - upw longw radiant flux density, cloudy part (J m**-2)
|
||||
13 13 SOHR_RAD shortwave radiative heating rate (K s**-1)
|
||||
14 14 THHR_RAD longwave radiative heating rate (K s**-1)
|
||||
15 15 - total radiative heating rate (J m**-2)
|
||||
16 16 - soil heat flux, surface (J m**-2)
|
||||
17 17 - soil heat flux, bottom of layer (J m**-2)
|
||||
29 29 CLC fractional cloud cover (0 - 1)
|
||||
30 30 - cloud cover, grid scale (0 - 1)
|
||||
31 31 QC specific cloud water content (kg kg**-1)
|
||||
32 32 - cloud water content, grid scale, vert integrated (kg m**-2)
|
||||
33 33 QI specific cloud ice content, grid scale (kg kg**-1)
|
||||
34 34 - cloud ice content, grid scale, vert integrated (kg m**-2)
|
||||
35 35 - specific rainwater content, grid scale (kg kg**-1)
|
||||
36 36 - specific snow content, grid scale (kg kg**-1)
|
||||
37 37 - specific rainwater content, gs, vert. integrated (kg m**-2)
|
||||
38 38 - specific snow content, gs, vert. integrated (kg m**-2)
|
||||
41 41 TWATER total column water (kg m**-2)
|
||||
42 42 - vert. integral of divergence of tot. water content (kg m**-2)
|
||||
50 50 CH_CM_CL cloud covers CH_CM_CL (000...888) (0 - 1)
|
||||
51 51 - cloud cover CH (0..8) (0 - 1)
|
||||
52 52 - cloud cover CM (0..8) (0 - 1)
|
||||
53 53 - cloud cover CL (0..8) (0 - 1)
|
||||
54 54 - total cloud cover (0..8) (0 - 1)
|
||||
55 55 - fog (0..8) (0 - 1)
|
||||
56 56 - fog (0 - 1)
|
||||
60 60 - cloud cover, convective cirrus (0 - 1)
|
||||
61 61 - specific cloud water content, convective clouds (kg kg**-1)
|
||||
62 62 - cloud water content, conv clouds, vert integrated (kg m**-2)
|
||||
63 63 - specific cloud ice content, convective clouds (kg kg**-1)
|
||||
64 64 - cloud ice content, conv clouds, vert integrated (kg m**-2)
|
||||
65 65 - convective mass flux (kg s**-1 m**-2)
|
||||
66 66 - Updraft velocity, convection (m s**-1)
|
||||
67 67 - entrainment parameter, convection (m**-1)
|
||||
68 68 HBAS_CON cloud base, convective clouds (above msl) (m)
|
||||
69 69 HTOP_CON cloud top, convective clouds (above msl) (m)
|
||||
70 70 - convective layers (00...77) (BKE) (0 - 1)
|
||||
71 71 - KO-index (dimensionless)
|
||||
72 72 BAS_CON convection base index (dimensionless)
|
||||
73 73 TOP_CON convection top index (dimensionless)
|
||||
74 74 DT_CON convective temperature tendency (K s**-1)
|
||||
75 75 DQV_CON convective tendency of specific humidity (s**-1)
|
||||
76 76 - convective tendency of total heat (J kg**-1 s**-1)
|
||||
77 77 - convective tendency of total water (s**-1)
|
||||
78 78 DU_CON convective momentum tendency (X-component) (m s**-2)
|
||||
79 79 DV_CON convective momentum tendency (Y-component) (m s**-2)
|
||||
80 80 - convective vorticity tendency (s**-2)
|
||||
81 81 - convective divergence tendency (s**-2)
|
||||
82 82 HTOP_DC top of dry convection (above msl) (m)
|
||||
83 83 - dry convection top index (dimensionless)
|
||||
84 84 HZEROCL height of 0 degree Celsius isotherm above msl (m)
|
||||
85 85 SNOWLMT height of snow-fall limit (m)
|
||||
99 99 QRS_GSP spec. content of precip. particles (kg kg**-1)
|
||||
100 100 PRR_GSP surface precipitation rate, rain, grid scale (kg s**-1 m**-2)
|
||||
101 101 PRS_GSP surface precipitation rate, snow, grid scale (kg s**-1 m**-2)
|
||||
102 102 RAIN_GSP surface precipitation amount, rain, grid scale (kg m**-2)
|
||||
111 111 PRR_CON surface precipitation rate, rain, convective (kg s**-1 m**-2)
|
||||
112 112 PRS_CON surface precipitation rate, snow, convective (kg s**-1 m**-2)
|
||||
113 113 RAIN_CON surface precipitation amount, rain, convective (kg m**-2)
|
||||
139 139 PP deviation of pressure from reference value (Pa)
|
||||
150 150 - coefficient of horizontal diffusion (m**2 s**-1)
|
||||
187 187 VMAX_10M Maximum wind velocity (m s**-1)
|
||||
200 200 W_I water content of interception store (kg m**-2)
|
||||
203 203 T_SNOW snow temperature (K)
|
||||
215 215 T_ICE ice surface temperature (K)
|
||||
241 241 CAPE_CON convective available potential energy (J kg**-1)
|
||||
255 255 - Indicates a missing value
|
||||
1 ~ downward shortwave radiant flux density (J m**-2)
|
||||
2 ~ upward shortwave radiant flux density (J m**-2)
|
||||
3 ~ downward longwave radiant flux density (J m**-2)
|
||||
4 ~ upward longwave radiant flux density (J m**-2)
|
||||
5 apab_s downwd photosynthetic active radiant flux density (J m**-2)
|
||||
6 ~ net shortwave flux (J m**-2)
|
||||
7 ~ net longwave flux (J m**-2)
|
||||
8 ~ total net radiative flux density (J m**-2)
|
||||
9 ~ downw shortw radiant flux density, cloudfree part (J m**-2)
|
||||
10 ~ upw shortw radiant flux density, cloudy part (J m**-2)
|
||||
11 ~ downw longw radiant flux density, cloudfree part (J m**-2)
|
||||
12 ~ upw longw radiant flux density, cloudy part (J m**-2)
|
||||
13 sohr_rad shortwave radiative heating rate (K s**-1)
|
||||
14 thhr_rad longwave radiative heating rate (K s**-1)
|
||||
15 ~ total radiative heating rate (J m**-2)
|
||||
16 ~ soil heat flux, surface (J m**-2)
|
||||
17 ~ soil heat flux, bottom of layer (J m**-2)
|
||||
29 clc fractional cloud cover ((0 - 1))
|
||||
30 ~ cloud cover, grid scale ((0 - 1))
|
||||
31 qc specific cloud water content (kg kg**-1)
|
||||
32 ~ cloud water content, grid scale, vert integrated (kg m**-2)
|
||||
33 qi specific cloud ice content, grid scale (kg kg**-1)
|
||||
34 ~ cloud ice content, grid scale, vert integrated (kg m**-2)
|
||||
35 ~ specific rainwater content, grid scale (kg kg**-1)
|
||||
36 ~ specific snow content, grid scale (kg kg**-1)
|
||||
37 ~ specific rainwater content, gs, vert. integrated (kg m**-2)
|
||||
38 ~ specific snow content, gs, vert. integrated (kg m**-2)
|
||||
41 twater total column water (kg m**-2)
|
||||
42 ~ vert. integral of divergence of tot. water content (kg m**-2)
|
||||
50 ch_cm_cl cloud covers CH_CM_CL (000...888) ((0 - 1))
|
||||
51 ~ cloud cover CH (0..8) ((0 - 1))
|
||||
52 ~ cloud cover CM (0..8) ((0 - 1))
|
||||
53 ~ cloud cover CL (0..8) ((0 - 1))
|
||||
54 ~ total cloud cover (0..8) ((0 - 1))
|
||||
55 ~ fog (0..8) ((0 - 1))
|
||||
56 ~ fog ((0 - 1))
|
||||
60 ~ cloud cover, convective cirrus ((0 - 1))
|
||||
61 ~ specific cloud water content, convective clouds (kg kg**-1)
|
||||
62 ~ cloud water content, conv clouds, vert integrated (kg m**-2)
|
||||
63 ~ specific cloud ice content, convective clouds (kg kg**-1)
|
||||
64 ~ cloud ice content, conv clouds, vert integrated (kg m**-2)
|
||||
65 ~ convective mass flux (kg s**-1 m**-2)
|
||||
66 ~ Updraft velocity, convection (m s**-1)
|
||||
67 ~ entrainment parameter, convection (m**-1)
|
||||
68 hbas_con cloud base, convective clouds (above msl) (m)
|
||||
69 htop_con cloud top, convective clouds (above msl) (m)
|
||||
70 ~ convective layers (00...77) (BKE) ((0 - 1))
|
||||
71 ~ KO-index (dimensionless)
|
||||
72 bas_con convection base index (dimensionless)
|
||||
73 top_con convection top index (dimensionless)
|
||||
74 dt_con convective temperature tendency (K s**-1)
|
||||
75 dqv_con convective tendency of specific humidity (s**-1)
|
||||
76 ~ convective tendency of total heat (J kg**-1 s**-1)
|
||||
77 ~ convective tendency of total water (s**-1)
|
||||
78 du_con convective momentum tendency (X-component) (m s**-2)
|
||||
79 dv_con convective momentum tendency (Y-component) (m s**-2)
|
||||
80 ~ convective vorticity tendency (s**-2)
|
||||
81 ~ convective divergence tendency (s**-2)
|
||||
82 htop_dc top of dry convection (above msl) (m)
|
||||
83 ~ dry convection top index (dimensionless)
|
||||
84 hzerocl height of 0 degree Celsius isotherm above msl (m)
|
||||
85 snowlmt height of snow-fall limit (m)
|
||||
99 qrs_gsp spec. content of precip. particles (kg kg**-1)
|
||||
100 prr_gsp surface precipitation rate, rain, grid scale (kg s**-1 m**-2)
|
||||
101 prs_gsp surface precipitation rate, snow, grid scale (kg s**-1 m**-2)
|
||||
102 rain_gsp surface precipitation amount, rain, grid scale (kg m**-2)
|
||||
111 prr_con surface precipitation rate, rain, convective (kg s**-1 m**-2)
|
||||
112 prs_con surface precipitation rate, snow, convective (kg s**-1 m**-2)
|
||||
113 rain_con surface precipitation amount, rain, convective (kg m**-2)
|
||||
139 pp deviation of pressure from reference value (Pa)
|
||||
150 ~ coefficient of horizontal diffusion (m**2 s**-1)
|
||||
187 vmax_10m Maximum wind velocity (m s**-1)
|
||||
200 w_i water content of interception store (kg m**-2)
|
||||
203 t_snow snow temperature (K)
|
||||
215 t_ice ice surface temperature (K)
|
||||
241 cape_con convective available potential energy (J kg**-1)
|
||||
255 ~ Indicates a missing value (~)
|
||||
|
|
|
@ -1,227 +1,227 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 1 AERMR01 Sea Salt Aerosol (0.03 - 0.5 um) Mixing Ratio (kg kg**-1)
|
||||
2 2 AERMR02 Sea Salt Aerosol (0.5 - 5 um) Mixing Ratio (kg kg**-1)
|
||||
3 3 AERMR03 Sea Salt Aerosol (5 - 20 um) Mixing Ratio (kg kg**-1)
|
||||
4 4 AERMR04 Dust Aerosol (0.03 - 0.55 um) Mixing Ratio (kg kg**-1)
|
||||
5 5 AERMR05 Dust Aerosol (0.55 - 0.9 um) Mixing Ratio (kg kg**-1)
|
||||
6 6 AERMR06 Dust Aerosol (0.9 - 20 um) Mixing Ratio (kg kg**-1)
|
||||
7 7 AERMR07 Hydrophilic Organic Matter Aerosol Mixing Ratio (kg kg**-1)
|
||||
8 8 AERMR08 Hydrophobic Organic Matter Aerosol Mixing Ratio (kg kg**-1)
|
||||
9 9 AERMR09 Hydrophilic Black Carbon Aerosol Mixing Ratio (kg kg**-1)
|
||||
10 10 AERMR10 Hydrophobic Black Carbon Aerosol Mixing Ratio (kg kg**-1)
|
||||
11 11 AERMR11 Sulphate Aerosol Mixing Ratio (kg kg**-1)
|
||||
12 12 AERMR12 SO2 precursor mixing ratio (kg kg**-1)
|
||||
13 13 AERMR13 Volcanic ash aerosol mixing ratio (kg kg**-1)
|
||||
14 14 AERMR14 Volcanic sulphate aerosol mixing ratio (kg kg**-1)
|
||||
15 15 AERMR15 Volcanic SO2 precursor mixing ratio (kg kg**-1)
|
||||
16 16 AERGN01 Aerosol type 1 source/gain accumulated (kg m**-2)
|
||||
17 17 AERGN02 Aerosol type 2 source/gain accumulated (kg m**-2)
|
||||
18 18 AERGN03 Aerosol type 3 source/gain accumulated (kg m**-2)
|
||||
19 19 AERGN04 Aerosol type 4 source/gain accumulated (kg m**-2)
|
||||
20 20 AERGN05 Aerosol type 5 source/gain accumulated (kg m**-2)
|
||||
21 21 AERGN06 Aerosol type 6 source/gain accumulated (kg m**-2)
|
||||
22 22 AERGN07 Aerosol type 7 source/gain accumulated (kg m**-2)
|
||||
23 23 AERGN08 Aerosol type 8 source/gain accumulated (kg m**-2)
|
||||
24 24 AERGN09 Aerosol type 9 source/gain accumulated (kg m**-2)
|
||||
25 25 AERGN10 Aerosol type 10 source/gain accumulated (kg m**-2)
|
||||
26 26 AERGN11 Aerosol type 11 source/gain accumulated (kg m**-2)
|
||||
27 27 AERGN12 Aerosol type 12 source/gain accumulated (kg m**-2)
|
||||
28 28 AERPR03 SO4 aerosol precursor mass mixing ratio (kg kg**-1)
|
||||
29 29 AERWV01 Water vapour mixing ratio for hydrophilic aerosols in mode 1 (kg kg**-1)
|
||||
30 30 AERWV02 Water vapour mixing ratio for hydrophilic aerosols in mode 2 (kg kg**-1)
|
||||
31 31 AERLS01 Aerosol type 1 sink/loss accumulated (kg m**-2)
|
||||
32 32 AERLS02 Aerosol type 2 sink/loss accumulated (kg m**-2)
|
||||
33 33 AERLS03 Aerosol type 3 sink/loss accumulated (kg m**-2)
|
||||
34 34 AERLS04 Aerosol type 4 sink/loss accumulated (kg m**-2)
|
||||
35 35 AERLS05 Aerosol type 5 sink/loss accumulated (kg m**-2)
|
||||
36 36 AERLS06 Aerosol type 6 sink/loss accumulated (kg m**-2)
|
||||
37 37 AERLS07 Aerosol type 7 sink/loss accumulated (kg m**-2)
|
||||
38 38 AERLS08 Aerosol type 8 sink/loss accumulated (kg m**-2)
|
||||
39 39 AERLS09 Aerosol type 9 sink/loss accumulated (kg m**-2)
|
||||
40 40 AERLS10 Aerosol type 10 sink/loss accumulated (kg m**-2)
|
||||
41 41 AERLS11 Aerosol type 11 sink/loss accumulated (kg m**-2)
|
||||
42 42 AERLS12 Aerosol type 12 sink/loss accumulated (kg m**-2)
|
||||
43 43 EMDMS DMS surface emission (kg m**-2 s**-1)
|
||||
44 44 AERWV03 Water vapour mixing ratio for hydrophilic aerosols in mode 3 (kg kg**-1)
|
||||
45 45 AERWV04 Water vapour mixing ratio for hydrophilic aerosols in mode 4 (kg kg**-1)
|
||||
46 46 AERPR Aerosol precursor mixing ratio (kg kg**-1)
|
||||
47 47 AERSM Aerosol small mode mixing ratio (kg kg**-1)
|
||||
48 48 AERLG Aerosol large mode mixing ratio (kg kg**-1)
|
||||
49 49 AODPR Aerosol precursor optical depth (dimensionless)
|
||||
50 50 AODSM Aerosol small mode optical depth (dimensionless)
|
||||
51 51 AODLG Aerosol large mode optical depth (dimensionless)
|
||||
52 52 AERDEP Dust emission potential (kg s**2 m**-5)
|
||||
53 53 AERLTS Lifting threshold speed (m s**-1)
|
||||
54 54 AERSCC Soil clay content (%)
|
||||
55 55 - Experimental product (~)
|
||||
56 56 - Experimental product (~)
|
||||
57 57 OCNUC Mixing ration of organic carbon aerosol, nucleation mode (kg kg**-1)
|
||||
58 58 MONOT Monoterpene precursor mixing ratio (kg kg**-1)
|
||||
59 59 SOAPR Secondary organic precursor mixing ratio (kg kg**-1)
|
||||
60 60 INJH Injection height (from IS4FIRES) (m)
|
||||
61 61 CO2 Carbon Dioxide (kg kg**-1)
|
||||
62 62 CH4 Methane (kg kg**-1)
|
||||
63 63 N2O Nitrous oxide (kg kg**-1)
|
||||
64 64 TCCO2 CO2 column-mean molar fraction (ppm)
|
||||
65 65 TCCH4 CH4 column-mean molar fraction (ppb)
|
||||
66 66 TCN2O Total column Nitrous oxide (kg m**-2)
|
||||
67 67 CO2OF Ocean flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
68 68 CO2NBF Natural biosphere flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
69 69 CO2APF Anthropogenic emissions of Carbon Dioxide (kg m**-2 s**-1)
|
||||
70 70 CH4F Methane Surface Fluxes (kg m**-2 s**-1)
|
||||
71 71 KCH4 Methane loss rate due to radical hydroxyl (OH) (s**-1)
|
||||
72 72 PM1 Particulate matter d < 1 um (kg m**-3)
|
||||
73 73 PM2P5 Particulate matter d < 2.5 um (kg m**-3)
|
||||
74 74 PM10 Particulate matter d < 10 um (kg m**-3)
|
||||
79 79 VAFIRE Wildfire viewing angle of observation (deg)
|
||||
80 80 CO2FIRE Wildfire flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
81 81 COFIRE Wildfire flux of Carbon Monoxide (kg m**-2 s**-1)
|
||||
82 82 CH4FIRE Wildfire flux of Methane (kg m**-2 s**-1)
|
||||
83 83 NMHCFIRE Wildfire flux of Non-Methane Hydro-Carbons (kg m**-2 s**-1)
|
||||
84 84 H2FIRE Wildfire flux of Hydrogen (kg m**-2 s**-1)
|
||||
85 85 NOXFIRE Wildfire flux of Nitrogen Oxides NOx (kg m**-2 s**-1)
|
||||
86 86 N2OFIRE Wildfire flux of Nitrous Oxide (kg m**-2 s**-1)
|
||||
87 87 PM2P5FIRE Wildfire flux of Particulate Matter PM2.5 (kg m**-2 s**-1)
|
||||
88 88 TPMFIRE Wildfire flux of Total Particulate Matter (kg m**-2 s**-1)
|
||||
89 89 TCFIRE Wildfire flux of Total Carbon in Aerosols (kg m**-2 s**-1)
|
||||
90 90 OCFIRE Wildfire flux of Organic Carbon (kg m**-2 s**-1)
|
||||
91 91 BCFIRE Wildfire flux of Black Carbon (kg m**-2 s**-1)
|
||||
92 92 CFIRE Wildfire overall flux of burnt Carbon (kg m**-2 s**-1)
|
||||
93 93 C4FFIRE Wildfire fraction of C4 plants (dimensionless)
|
||||
94 94 VEGFIRE Wildfire vegetation map index (dimensionless)
|
||||
95 95 CCFIRE Wildfire Combustion Completeness (dimensionless)
|
||||
96 96 FLFIRE Wildfire Fuel Load: Carbon per unit area (kg m**-2)
|
||||
97 97 OFFIRE Wildfire fraction of area observed (dimensionless)
|
||||
98 98 NOFRP Number of positive FRP pixels per grid cell (~)
|
||||
99 99 FRPFIRE Wildfire radiative power (W m**-2)
|
||||
100 100 CRFIRE Wildfire combustion rate (kg m**-2 s**-1)
|
||||
101 101 MAXFRPFIRE Wildfire radiative power maximum (W)
|
||||
102 102 SO2FIRE Wildfire flux of Sulfur Dioxide (kg m**-2 s**-1)
|
||||
103 103 CH3OHFIRE Wildfire Flux of Methanol (CH3OH) (kg m**-2 s**-1)
|
||||
104 104 C2H5OHFIRE Wildfire Flux of Ethanol (C2H5OH) (kg m**-2 s**-1)
|
||||
105 105 C3H8FIRE Wildfire Flux of Propane (C3H8) (kg m**-2 s**-1)
|
||||
106 106 C2H4FIRE Wildfire Flux of Ethene (C2H4) (kg m**-2 s**-1)
|
||||
107 107 C3H6FIRE Wildfire Flux of Propene (C3H6) (kg m**-2 s**-1)
|
||||
108 108 C5H8FIRE Wildfire Flux of Isoprene (C5H8) (kg m**-2 s**-1)
|
||||
109 109 TERPENESFIRE Wildfire Flux of Terpenes (C5H8)n (kg m**-2 s**-1)
|
||||
110 110 TOLUENEFIRE Wildfire Flux of Toluene_lump (C7H8+ C6H6 + C8H10) (kg m**-2 s**-1)
|
||||
111 111 HIALKENESFIRE Wildfire Flux of Higher Alkenes (CnH2n, C>=4) (kg m**-2 s**-1)
|
||||
112 112 HIALKANESFIRE Wildfire Flux of Higher Alkanes (CnH2n+2, C>=4) (kg m**-2 s**-1)
|
||||
113 113 CH2OFIRE Wildfire Flux of Formaldehyde (CH2O) (kg m**-2 s**-1)
|
||||
114 114 C2H4OFIRE Wildfire Flux of Acetaldehyde (C2H4O) (kg m**-2 s**-1)
|
||||
115 115 C3H6OFIRE Wildfire Flux of Acetone (C3H6O) (kg m**-2 s**-1)
|
||||
116 116 NH3FIRE Wildfire Flux of Ammonia (NH3) (kg m**-2 s**-1)
|
||||
117 117 C2H6SFIRE Wildfire Flux of Dimethyl Sulfide (DMS) (C2H6S) (kg m**-2 s**-1)
|
||||
118 118 C2H6FIRE Wildfire Flux of Ethane (C2H6) (kg m**-2 s**-1)
|
||||
119 119 MAMI Mean altitude of maximum injection (m)
|
||||
120 120 APT Altitude of plume top (m)
|
||||
121 121 NO2 Nitrogen dioxide (kg kg**-1)
|
||||
122 122 SO2 Sulphur dioxide (kg kg**-1)
|
||||
123 123 CO Carbon monoxide (kg kg**-1)
|
||||
124 124 HCHO Formaldehyde (kg kg**-1)
|
||||
125 125 TCNO2 Total column Nitrogen dioxide (kg m**-2)
|
||||
126 126 TCSO2 Total column Sulphur dioxide (kg m**-2)
|
||||
127 127 TCCO Total column Carbon monoxide (kg m**-2)
|
||||
128 128 TCHCHO Total column Formaldehyde (kg m**-2)
|
||||
129 129 NOX Nitrogen Oxides (kg kg**-1)
|
||||
130 130 TCNOX Total Column Nitrogen Oxides (kg m**-2)
|
||||
131 131 GRG1 Reactive tracer 1 mass mixing ratio (kg kg**-1)
|
||||
132 132 TCGRG1 Total column GRG tracer 1 (kg m**-2)
|
||||
133 133 GRG2 Reactive tracer 2 mass mixing ratio (kg kg**-1)
|
||||
134 134 TCGRG2 Total column GRG tracer 2 (kg m**-2)
|
||||
135 135 GRG3 Reactive tracer 3 mass mixing ratio (kg kg**-1)
|
||||
136 136 TCGRG3 Total column GRG tracer 3 (kg m**-2)
|
||||
137 137 GRG4 Reactive tracer 4 mass mixing ratio (kg kg**-1)
|
||||
138 138 TCGRG4 Total column GRG tracer 4 (kg m**-2)
|
||||
139 139 GRG5 Reactive tracer 5 mass mixing ratio (kg kg**-1)
|
||||
140 140 TCGRG5 Total column GRG tracer 5 (kg m**-2)
|
||||
141 141 GRG6 Reactive tracer 6 mass mixing ratio (kg kg**-1)
|
||||
142 142 TCGRG6 Total column GRG tracer 6 (kg m**-2)
|
||||
143 143 GRG7 Reactive tracer 7 mass mixing ratio (kg kg**-1)
|
||||
144 144 TCGRG7 Total column GRG tracer 7 (kg m**-2)
|
||||
145 145 GRG8 Reactive tracer 8 mass mixing ratio (kg kg**-1)
|
||||
146 146 TCGRG8 Total column GRG tracer 8 (kg m**-2)
|
||||
147 147 GRG9 Reactive tracer 9 mass mixing ratio (kg kg**-1)
|
||||
148 148 TCGRG9 Total column GRG tracer 9 (kg m**-2)
|
||||
149 149 GRG10 Reactive tracer 10 mass mixing ratio (kg kg**-1)
|
||||
150 150 TCGRG10 Total column GRG tracer 10 (kg m**-2)
|
||||
151 151 SFNOX Surface flux Nitrogen oxides (kg m**-2 s**-1)
|
||||
152 152 SFNO2 Surface flux Nitrogen dioxide (kg m**-2 s**-1)
|
||||
153 153 SFSO2 Surface flux Sulphur dioxide (kg m**-2 s**-1)
|
||||
154 154 SFCO2 Surface flux Carbon monoxide (kg m**-2 s**-1)
|
||||
155 155 SFHCHO Surface flux Formaldehyde (kg m**-2 s**-1)
|
||||
156 156 SFGO3 Surface flux GEMS Ozone (kg m**-2 s**-1)
|
||||
157 157 SFGR1 Surface flux reactive tracer 1 (kg m**-2 s**-1)
|
||||
158 158 SFGR2 Surface flux reactive tracer 2 (kg m**-2 s**-1)
|
||||
159 159 SFGR3 Surface flux reactive tracer 3 (kg m**-2 s**-1)
|
||||
160 160 SFGR4 Surface flux reactive tracer 4 (kg m**-2 s**-1)
|
||||
161 161 SFGR5 Surface flux reactive tracer 5 (kg m**-2 s**-1)
|
||||
162 162 SFGR6 Surface flux reactive tracer 6 (kg m**-2 s**-1)
|
||||
163 163 SFGR7 Surface flux reactive tracer 7 (kg m**-2 s**-1)
|
||||
164 164 SFGR8 Surface flux reactive tracer 8 (kg m**-2 s**-1)
|
||||
165 165 SFGR9 Surface flux reactive tracer 9 (kg m**-2 s**-1)
|
||||
166 166 SFGR10 Surface flux reactive tracer 10 (kg m**-2 s**-1)
|
||||
181 181 RA Radon (kg kg**-1)
|
||||
182 182 SF6 Sulphur Hexafluoride (kg kg**-1)
|
||||
183 183 TCRA Total column Radon (kg m**-2)
|
||||
184 184 TCSF6 Total column Sulphur Hexafluoride (kg m**-2)
|
||||
185 185 SF6APF Anthropogenic Emissions of Sulphur Hexafluoride (kg m**-2 s**-1)
|
||||
186 186 ALUVPI UV visible albedo for direct radiation, isotropic component (0 - 1)
|
||||
187 187 ALUVPV UV visible albedo for direct radiation, volumetric component (0 - 1)
|
||||
188 188 ALUVPG UV visible albedo for direct radiation, geometric component (0 - 1)
|
||||
189 189 ALNIPI Near IR albedo for direct radiation, isotropic component (0 - 1)
|
||||
190 190 ALNIPV Near IR albedo for direct radiation, volumetric component (0 - 1)
|
||||
191 191 ALNIPG Near IR albedo for direct radiation, geometric component (0 - 1)
|
||||
192 192 ALUVDI UV visible albedo for diffuse radiation, isotropic component (0 - 1)
|
||||
193 193 ALUVDV UV visible albedo for diffuse radiation, volumetric component (0 - 1)
|
||||
194 194 ALUVDG UV visible albedo for diffuse radiation, geometric component (0 - 1)
|
||||
195 195 ALNIDI Near IR albedo for diffuse radiation, isotropic component (0 - 1)
|
||||
196 196 ALNIDV Near IR albedo for diffuse radiation, volumetric component (0 - 1)
|
||||
197 197 ALNIDG Near IR albedo for diffuse radiation, geometric component (0 - 1)
|
||||
203 203 GO3 GEMS Ozone (kg kg**-1)
|
||||
206 206 GTCO3 GEMS Total column ozone (kg m**-2)
|
||||
207 207 AOD550 Total Aerosol Optical Depth at 550nm (~)
|
||||
208 208 SSAOD550 Sea Salt Aerosol Optical Depth at 550nm (~)
|
||||
209 209 DUAOD550 Dust Aerosol Optical Depth at 550nm (~)
|
||||
210 210 OMAOD550 Organic Matter Aerosol Optical Depth at 550nm (~)
|
||||
211 211 BCAOD550 Black Carbon Aerosol Optical Depth at 550nm (~)
|
||||
212 212 SUAOD550 Sulphate Aerosol Optical Depth at 550nm (~)
|
||||
213 213 AOD469 Total Aerosol Optical Depth at 469nm (~)
|
||||
214 214 AOD670 Total Aerosol Optical Depth at 670nm (~)
|
||||
215 215 AOD865 Total Aerosol Optical Depth at 865nm (~)
|
||||
216 216 AOD1240 Total Aerosol Optical Depth at 1240nm (~)
|
||||
217 217 AOD340 Total aerosol optical depth at 340 nm (~)
|
||||
218 218 AOD355 Total aerosol optical depth at 355 nm (~)
|
||||
219 219 AOD380 Total aerosol optical depth at 380 nm (~)
|
||||
220 220 AOD400 Total aerosol optical depth at 400 nm (~)
|
||||
221 221 AOD440 Total aerosol optical depth at 440 nm (~)
|
||||
222 222 AOD500 Total aerosol optical depth at 500 nm (~)
|
||||
223 223 AOD532 Total aerosol optical depth at 532 nm (~)
|
||||
224 224 AOD645 Total aerosol optical depth at 645 nm (~)
|
||||
225 225 AOD800 Total aerosol optical depth at 800 nm (~)
|
||||
226 226 AOD858 Total aerosol optical depth at 858 nm (~)
|
||||
227 227 AOD1020 Total aerosol optical depth at 1020 nm (~)
|
||||
228 228 AOD1064 Total aerosol optical depth at 1064 nm (~)
|
||||
229 229 AOD1640 Total aerosol optical depth at 1640 nm (~)
|
||||
230 230 AOD2130 Total aerosol optical depth at 2130 nm (~)
|
||||
231 231 C7H8FIRE Wildfire Flux of Toluene (C7H8) (kg m**-2 s**-1)
|
||||
232 232 C6H6FIRE Wildfire Flux of Benzene (C6H6) (kg m**-2 s**-1)
|
||||
233 233 C8H10FIRE Wildfire Flux of Xylene (C8H10) (kg m**-2 s**-1)
|
||||
234 234 C4H8FIRE Wildfire Flux of Butenes (C4H8) (kg m**-2 s**-1)
|
||||
235 235 C5H10FIRE Wildfire Flux of Pentenes (C5H10) (kg m**-2 s**-1)
|
||||
236 236 C6H12FIRE Wildfire Flux of Hexene (C6H12) (kg m**-2 s**-1)
|
||||
237 237 C8H16FIRE Wildfire Flux of Octene (C8H16) (kg m**-2 s**-1)
|
||||
238 238 C4H10FIRE Wildfire Flux of Butanes (C4H10) (kg m**-2 s**-1)
|
||||
239 239 C5H12FIRE Wildfire Flux of Pentanes (C5H12) (kg m**-2 s**-1)
|
||||
240 240 C6H14FIRE Wildfire Flux of Hexanes (C6H14) (kg m**-2 s**-1)
|
||||
241 241 C7H16FIRE Wildfire Flux of Heptane (C7H16) (kg m**-2 s**-1)
|
||||
242 242 APB Altitude of plume bottom (m)
|
||||
243 243 VSUAOD550 Volcanic sulphate aerosol optical depth at 550 nm (~)
|
||||
244 244 VASHAOD550 Volcanic ash optical depth at 550 nm (~)
|
||||
245 245 TAEDEC550 Profile of total aerosol dry extinction coefficient (m**-1)
|
||||
246 246 TAEDAB550 Profile of total aerosol dry absorption coefficient (m**-1)
|
||||
247 247 AERMR16 Nitrate fine mode aerosol mass mixing ratio (kg kg**-1)
|
||||
248 248 AERMR17 Nitrate coarse mode aerosol mass mixing ratio (kg kg**-1)
|
||||
249 249 AERMR18 Ammonium aerosol mass mixing ratio (kg kg**-1)
|
||||
250 250 NIAOD550 Nitrate aerosol optical depth at 550 nm (dimensionless)
|
||||
251 251 AMAOD550 Ammonium aerosol optical depth at 550 nm (dimensionless)
|
||||
1 aermr01 Sea Salt Aerosol (0.03 - 0.5 um) Mixing Ratio (kg kg**-1)
|
||||
2 aermr02 Sea Salt Aerosol (0.5 - 5 um) Mixing Ratio (kg kg**-1)
|
||||
3 aermr03 Sea Salt Aerosol (5 - 20 um) Mixing Ratio (kg kg**-1)
|
||||
4 aermr04 Dust Aerosol (0.03 - 0.55 um) Mixing Ratio (kg kg**-1)
|
||||
5 aermr05 Dust Aerosol (0.55 - 0.9 um) Mixing Ratio (kg kg**-1)
|
||||
6 aermr06 Dust Aerosol (0.9 - 20 um) Mixing Ratio (kg kg**-1)
|
||||
7 aermr07 Hydrophilic Organic Matter Aerosol Mixing Ratio (kg kg**-1)
|
||||
8 aermr08 Hydrophobic Organic Matter Aerosol Mixing Ratio (kg kg**-1)
|
||||
9 aermr09 Hydrophilic Black Carbon Aerosol Mixing Ratio (kg kg**-1)
|
||||
10 aermr10 Hydrophobic Black Carbon Aerosol Mixing Ratio (kg kg**-1)
|
||||
11 aermr11 Sulphate Aerosol Mixing Ratio (kg kg**-1)
|
||||
12 aermr12 SO2 precursor mixing ratio (kg kg**-1)
|
||||
13 aermr13 Volcanic ash aerosol mixing ratio (kg kg**-1)
|
||||
14 aermr14 Volcanic sulphate aerosol mixing ratio (kg kg**-1)
|
||||
15 aermr15 Volcanic SO2 precursor mixing ratio (kg kg**-1)
|
||||
16 aergn01 Aerosol type 1 source/gain accumulated (kg m**-2)
|
||||
17 aergn02 Aerosol type 2 source/gain accumulated (kg m**-2)
|
||||
18 aergn03 Aerosol type 3 source/gain accumulated (kg m**-2)
|
||||
19 aergn04 Aerosol type 4 source/gain accumulated (kg m**-2)
|
||||
20 aergn05 Aerosol type 5 source/gain accumulated (kg m**-2)
|
||||
21 aergn06 Aerosol type 6 source/gain accumulated (kg m**-2)
|
||||
22 aergn07 Aerosol type 7 source/gain accumulated (kg m**-2)
|
||||
23 aergn08 Aerosol type 8 source/gain accumulated (kg m**-2)
|
||||
24 aergn09 Aerosol type 9 source/gain accumulated (kg m**-2)
|
||||
25 aergn10 Aerosol type 10 source/gain accumulated (kg m**-2)
|
||||
26 aergn11 Aerosol type 11 source/gain accumulated (kg m**-2)
|
||||
27 aergn12 Aerosol type 12 source/gain accumulated (kg m**-2)
|
||||
28 aerpr03 SO4 aerosol precursor mass mixing ratio (kg kg**-1)
|
||||
29 aerwv01 Water vapour mixing ratio for hydrophilic aerosols in mode 1 (kg kg**-1)
|
||||
30 aerwv02 Water vapour mixing ratio for hydrophilic aerosols in mode 2 (kg kg**-1)
|
||||
31 aerls01 Aerosol type 1 sink/loss accumulated (kg m**-2)
|
||||
32 aerls02 Aerosol type 2 sink/loss accumulated (kg m**-2)
|
||||
33 aerls03 Aerosol type 3 sink/loss accumulated (kg m**-2)
|
||||
34 aerls04 Aerosol type 4 sink/loss accumulated (kg m**-2)
|
||||
35 aerls05 Aerosol type 5 sink/loss accumulated (kg m**-2)
|
||||
36 aerls06 Aerosol type 6 sink/loss accumulated (kg m**-2)
|
||||
37 aerls07 Aerosol type 7 sink/loss accumulated (kg m**-2)
|
||||
38 aerls08 Aerosol type 8 sink/loss accumulated (kg m**-2)
|
||||
39 aerls09 Aerosol type 9 sink/loss accumulated (kg m**-2)
|
||||
40 aerls10 Aerosol type 10 sink/loss accumulated (kg m**-2)
|
||||
41 aerls11 Aerosol type 11 sink/loss accumulated (kg m**-2)
|
||||
42 aerls12 Aerosol type 12 sink/loss accumulated (kg m**-2)
|
||||
43 emdms DMS surface emission (kg m**-2 s**-1)
|
||||
44 aerwv03 Water vapour mixing ratio for hydrophilic aerosols in mode 3 (kg kg**-1)
|
||||
45 aerwv04 Water vapour mixing ratio for hydrophilic aerosols in mode 4 (kg kg**-1)
|
||||
46 aerpr Aerosol precursor mixing ratio (kg kg**-1)
|
||||
47 aersm Aerosol small mode mixing ratio (kg kg**-1)
|
||||
48 aerlg Aerosol large mode mixing ratio (kg kg**-1)
|
||||
49 aodpr Aerosol precursor optical depth (dimensionless)
|
||||
50 aodsm Aerosol small mode optical depth (dimensionless)
|
||||
51 aodlg Aerosol large mode optical depth (dimensionless)
|
||||
52 aerdep Dust emission potential (kg s**2 m**-5)
|
||||
53 aerlts Lifting threshold speed (m s**-1)
|
||||
54 aerscc Soil clay content (%)
|
||||
55 ~ Experimental product (~)
|
||||
56 ~ Experimental product (~)
|
||||
57 ocnuc Mixing ration of organic carbon aerosol, nucleation mode (kg kg**-1)
|
||||
58 monot Monoterpene precursor mixing ratio (kg kg**-1)
|
||||
59 soapr Secondary organic precursor mixing ratio (kg kg**-1)
|
||||
60 injh Injection height (from IS4FIRES) (m)
|
||||
61 co2 Carbon Dioxide (kg kg**-1)
|
||||
62 ch4 Methane (kg kg**-1)
|
||||
63 n2o Nitrous oxide (kg kg**-1)
|
||||
64 tcco2 CO2 column-mean molar fraction (ppm)
|
||||
65 tcch4 CH4 column-mean molar fraction (ppb)
|
||||
66 tcn2o Total column Nitrous oxide (kg m**-2)
|
||||
67 co2of Ocean flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
68 co2nbf Natural biosphere flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
69 co2apf Anthropogenic emissions of Carbon Dioxide (kg m**-2 s**-1)
|
||||
70 ch4f Methane Surface Fluxes (kg m**-2 s**-1)
|
||||
71 kch4 Methane loss rate due to radical hydroxyl (OH) (s**-1)
|
||||
72 pm1 Particulate matter d < 1 um (kg m**-3)
|
||||
73 pm2p5 Particulate matter d < 2.5 um (kg m**-3)
|
||||
74 pm10 Particulate matter d < 10 um (kg m**-3)
|
||||
79 vafire Wildfire viewing angle of observation (deg)
|
||||
80 co2fire Wildfire flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
81 cofire Wildfire flux of Carbon Monoxide (kg m**-2 s**-1)
|
||||
82 ch4fire Wildfire flux of Methane (kg m**-2 s**-1)
|
||||
83 nmhcfire Wildfire flux of Non-Methane Hydro-Carbons (kg m**-2 s**-1)
|
||||
84 h2fire Wildfire flux of Hydrogen (kg m**-2 s**-1)
|
||||
85 noxfire Wildfire flux of Nitrogen Oxides NOx (kg m**-2 s**-1)
|
||||
86 n2ofire Wildfire flux of Nitrous Oxide (kg m**-2 s**-1)
|
||||
87 pm2p5fire Wildfire flux of Particulate Matter PM2.5 (kg m**-2 s**-1)
|
||||
88 tpmfire Wildfire flux of Total Particulate Matter (kg m**-2 s**-1)
|
||||
89 tcfire Wildfire flux of Total Carbon in Aerosols (kg m**-2 s**-1)
|
||||
90 ocfire Wildfire flux of Organic Carbon (kg m**-2 s**-1)
|
||||
91 bcfire Wildfire flux of Black Carbon (kg m**-2 s**-1)
|
||||
92 cfire Wildfire overall flux of burnt Carbon (kg m**-2 s**-1)
|
||||
93 c4ffire Wildfire fraction of C4 plants (dimensionless)
|
||||
94 vegfire Wildfire vegetation map index (dimensionless)
|
||||
95 ccfire Wildfire Combustion Completeness (dimensionless)
|
||||
96 flfire Wildfire Fuel Load: Carbon per unit area (kg m**-2)
|
||||
97 offire Wildfire fraction of area observed (dimensionless)
|
||||
98 nofrp Number of positive FRP pixels per grid cell (~)
|
||||
99 frpfire Wildfire radiative power (W m**-2)
|
||||
100 crfire Wildfire combustion rate (kg m**-2 s**-1)
|
||||
101 maxfrpfire Wildfire radiative power maximum (W)
|
||||
102 so2fire Wildfire flux of Sulfur Dioxide (kg m**-2 s**-1)
|
||||
103 ch3ohfire Wildfire Flux of Methanol (CH3OH) (kg m**-2 s**-1)
|
||||
104 c2h5ohfire Wildfire Flux of Ethanol (C2H5OH) (kg m**-2 s**-1)
|
||||
105 c3h8fire Wildfire Flux of Propane (C3H8) (kg m**-2 s**-1)
|
||||
106 c2h4fire Wildfire Flux of Ethene (C2H4) (kg m**-2 s**-1)
|
||||
107 c3h6fire Wildfire Flux of Propene (C3H6) (kg m**-2 s**-1)
|
||||
108 c5h8fire Wildfire Flux of Isoprene (C5H8) (kg m**-2 s**-1)
|
||||
109 terpenesfire Wildfire Flux of Terpenes (C5H8)n (kg m**-2 s**-1)
|
||||
110 toluenefire Wildfire Flux of Toluene_lump (C7H8+ C6H6 + C8H10) (kg m**-2 s**-1)
|
||||
111 hialkenesfire Wildfire Flux of Higher Alkenes (CnH2n, C>=4) (kg m**-2 s**-1)
|
||||
112 hialkanesfire Wildfire Flux of Higher Alkanes (CnH2n+2, C>=4) (kg m**-2 s**-1)
|
||||
113 ch2ofire Wildfire Flux of Formaldehyde (CH2O) (kg m**-2 s**-1)
|
||||
114 c2h4ofire Wildfire Flux of Acetaldehyde (C2H4O) (kg m**-2 s**-1)
|
||||
115 c3h6ofire Wildfire Flux of Acetone (C3H6O) (kg m**-2 s**-1)
|
||||
116 nh3fire Wildfire Flux of Ammonia (NH3) (kg m**-2 s**-1)
|
||||
117 c2h6sfire Wildfire Flux of Dimethyl Sulfide (DMS) (C2H6S) (kg m**-2 s**-1)
|
||||
118 c2h6fire Wildfire Flux of Ethane (C2H6) (kg m**-2 s**-1)
|
||||
119 mami Mean altitude of maximum injection (m)
|
||||
120 apt Altitude of plume top (m)
|
||||
121 no2 Nitrogen dioxide (kg kg**-1)
|
||||
122 so2 Sulphur dioxide (kg kg**-1)
|
||||
123 co Carbon monoxide (kg kg**-1)
|
||||
124 hcho Formaldehyde (kg kg**-1)
|
||||
125 tcno2 Total column Nitrogen dioxide (kg m**-2)
|
||||
126 tcso2 Total column Sulphur dioxide (kg m**-2)
|
||||
127 tcco Total column Carbon monoxide (kg m**-2)
|
||||
128 tchcho Total column Formaldehyde (kg m**-2)
|
||||
129 nox Nitrogen Oxides (kg kg**-1)
|
||||
130 tcnox Total Column Nitrogen Oxides (kg m**-2)
|
||||
131 grg1 Reactive tracer 1 mass mixing ratio (kg kg**-1)
|
||||
132 tcgrg1 Total column GRG tracer 1 (kg m**-2)
|
||||
133 grg2 Reactive tracer 2 mass mixing ratio (kg kg**-1)
|
||||
134 tcgrg2 Total column GRG tracer 2 (kg m**-2)
|
||||
135 grg3 Reactive tracer 3 mass mixing ratio (kg kg**-1)
|
||||
136 tcgrg3 Total column GRG tracer 3 (kg m**-2)
|
||||
137 grg4 Reactive tracer 4 mass mixing ratio (kg kg**-1)
|
||||
138 tcgrg4 Total column GRG tracer 4 (kg m**-2)
|
||||
139 grg5 Reactive tracer 5 mass mixing ratio (kg kg**-1)
|
||||
140 tcgrg5 Total column GRG tracer 5 (kg m**-2)
|
||||
141 grg6 Reactive tracer 6 mass mixing ratio (kg kg**-1)
|
||||
142 tcgrg6 Total column GRG tracer 6 (kg m**-2)
|
||||
143 grg7 Reactive tracer 7 mass mixing ratio (kg kg**-1)
|
||||
144 tcgrg7 Total column GRG tracer 7 (kg m**-2)
|
||||
145 grg8 Reactive tracer 8 mass mixing ratio (kg kg**-1)
|
||||
146 tcgrg8 Total column GRG tracer 8 (kg m**-2)
|
||||
147 grg9 Reactive tracer 9 mass mixing ratio (kg kg**-1)
|
||||
148 tcgrg9 Total column GRG tracer 9 (kg m**-2)
|
||||
149 grg10 Reactive tracer 10 mass mixing ratio (kg kg**-1)
|
||||
150 tcgrg10 Total column GRG tracer 10 (kg m**-2)
|
||||
151 sfnox Surface flux Nitrogen oxides (kg m**-2 s**-1)
|
||||
152 sfno2 Surface flux Nitrogen dioxide (kg m**-2 s**-1)
|
||||
153 sfso2 Surface flux Sulphur dioxide (kg m**-2 s**-1)
|
||||
154 sfco2 Surface flux Carbon monoxide (kg m**-2 s**-1)
|
||||
155 sfhcho Surface flux Formaldehyde (kg m**-2 s**-1)
|
||||
156 sfgo3 Surface flux GEMS Ozone (kg m**-2 s**-1)
|
||||
157 sfgr1 Surface flux reactive tracer 1 (kg m**-2 s**-1)
|
||||
158 sfgr2 Surface flux reactive tracer 2 (kg m**-2 s**-1)
|
||||
159 sfgr3 Surface flux reactive tracer 3 (kg m**-2 s**-1)
|
||||
160 sfgr4 Surface flux reactive tracer 4 (kg m**-2 s**-1)
|
||||
161 sfgr5 Surface flux reactive tracer 5 (kg m**-2 s**-1)
|
||||
162 sfgr6 Surface flux reactive tracer 6 (kg m**-2 s**-1)
|
||||
163 sfgr7 Surface flux reactive tracer 7 (kg m**-2 s**-1)
|
||||
164 sfgr8 Surface flux reactive tracer 8 (kg m**-2 s**-1)
|
||||
165 sfgr9 Surface flux reactive tracer 9 (kg m**-2 s**-1)
|
||||
166 sfgr10 Surface flux reactive tracer 10 (kg m**-2 s**-1)
|
||||
181 ra Radon (kg kg**-1)
|
||||
182 sf6 Sulphur Hexafluoride (kg kg**-1)
|
||||
183 tcra Total column Radon (kg m**-2)
|
||||
184 tcsf6 Total column Sulphur Hexafluoride (kg m**-2)
|
||||
185 sf6apf Anthropogenic Emissions of Sulphur Hexafluoride (kg m**-2 s**-1)
|
||||
186 aluvpi UV visible albedo for direct radiation, isotropic component ((0 - 1))
|
||||
187 aluvpv UV visible albedo for direct radiation, volumetric component ((0 - 1))
|
||||
188 aluvpg UV visible albedo for direct radiation, geometric component ((0 - 1))
|
||||
189 alnipi Near IR albedo for direct radiation, isotropic component ((0 - 1))
|
||||
190 alnipv Near IR albedo for direct radiation, volumetric component ((0 - 1))
|
||||
191 alnipg Near IR albedo for direct radiation, geometric component ((0 - 1))
|
||||
192 aluvdi UV visible albedo for diffuse radiation, isotropic component ((0 - 1))
|
||||
193 aluvdv UV visible albedo for diffuse radiation, volumetric component ((0 - 1))
|
||||
194 aluvdg UV visible albedo for diffuse radiation, geometric component ((0 - 1))
|
||||
195 alnidi Near IR albedo for diffuse radiation, isotropic component ((0 - 1))
|
||||
196 alnidv Near IR albedo for diffuse radiation, volumetric component ((0 - 1))
|
||||
197 alnidg Near IR albedo for diffuse radiation, geometric component ((0 - 1))
|
||||
203 go3 GEMS Ozone (kg kg**-1)
|
||||
206 gtco3 GEMS Total column ozone (kg m**-2)
|
||||
207 aod550 Total Aerosol Optical Depth at 550nm (~)
|
||||
208 ssaod550 Sea Salt Aerosol Optical Depth at 550nm (~)
|
||||
209 duaod550 Dust Aerosol Optical Depth at 550nm (~)
|
||||
210 omaod550 Organic Matter Aerosol Optical Depth at 550nm (~)
|
||||
211 bcaod550 Black Carbon Aerosol Optical Depth at 550nm (~)
|
||||
212 suaod550 Sulphate Aerosol Optical Depth at 550nm (~)
|
||||
213 aod469 Total Aerosol Optical Depth at 469nm (~)
|
||||
214 aod670 Total Aerosol Optical Depth at 670nm (~)
|
||||
215 aod865 Total Aerosol Optical Depth at 865nm (~)
|
||||
216 aod1240 Total Aerosol Optical Depth at 1240nm (~)
|
||||
217 aod340 Total aerosol optical depth at 340 nm (~)
|
||||
218 aod355 Total aerosol optical depth at 355 nm (~)
|
||||
219 aod380 Total aerosol optical depth at 380 nm (~)
|
||||
220 aod400 Total aerosol optical depth at 400 nm (~)
|
||||
221 aod440 Total aerosol optical depth at 440 nm (~)
|
||||
222 aod500 Total aerosol optical depth at 500 nm (~)
|
||||
223 aod532 Total aerosol optical depth at 532 nm (~)
|
||||
224 aod645 Total aerosol optical depth at 645 nm (~)
|
||||
225 aod800 Total aerosol optical depth at 800 nm (~)
|
||||
226 aod858 Total aerosol optical depth at 858 nm (~)
|
||||
227 aod1020 Total aerosol optical depth at 1020 nm (~)
|
||||
228 aod1064 Total aerosol optical depth at 1064 nm (~)
|
||||
229 aod1640 Total aerosol optical depth at 1640 nm (~)
|
||||
230 aod2130 Total aerosol optical depth at 2130 nm (~)
|
||||
231 c7h8fire Wildfire Flux of Toluene (C7H8) (kg m**-2 s**-1)
|
||||
232 c6h6fire Wildfire Flux of Benzene (C6H6) (kg m**-2 s**-1)
|
||||
233 c8h10fire Wildfire Flux of Xylene (C8H10) (kg m**-2 s**-1)
|
||||
234 c4h8fire Wildfire Flux of Butenes (C4H8) (kg m**-2 s**-1)
|
||||
235 c5h10fire Wildfire Flux of Pentenes (C5H10) (kg m**-2 s**-1)
|
||||
236 c6h12fire Wildfire Flux of Hexene (C6H12) (kg m**-2 s**-1)
|
||||
237 c8h16fire Wildfire Flux of Octene (C8H16) (kg m**-2 s**-1)
|
||||
238 c4h10fire Wildfire Flux of Butanes (C4H10) (kg m**-2 s**-1)
|
||||
239 c5h12fire Wildfire Flux of Pentanes (C5H12) (kg m**-2 s**-1)
|
||||
240 c6h14fire Wildfire Flux of Hexanes (C6H14) (kg m**-2 s**-1)
|
||||
241 c7h16fire Wildfire Flux of Heptane (C7H16) (kg m**-2 s**-1)
|
||||
242 apb Altitude of plume bottom (m)
|
||||
243 vsuaod550 Volcanic sulphate aerosol optical depth at 550 nm (~)
|
||||
244 vashaod550 Volcanic ash optical depth at 550 nm (~)
|
||||
245 taedec550 Profile of total aerosol dry extinction coefficient (m**-1)
|
||||
246 taedab550 Profile of total aerosol dry absorption coefficient (m**-1)
|
||||
247 aermr16 Nitrate fine mode aerosol mass mixing ratio (kg kg**-1)
|
||||
248 aermr17 Nitrate coarse mode aerosol mass mixing ratio (kg kg**-1)
|
||||
249 aermr18 Ammonium aerosol mass mixing ratio (kg kg**-1)
|
||||
250 niaod550 Nitrate aerosol optical depth at 550 nm (dimensionless)
|
||||
251 amaod550 Ammonium aerosol optical depth at 550 nm (dimensionless)
|
||||
|
|
|
@ -1,172 +1,172 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 1 AERMR01DIFF Sea Salt Aerosol (0.03 - 0.5 um) Mixing Ratio (kg kg**-1)
|
||||
2 2 AERMR02DIFF Sea Salt Aerosol (0.5 - 5 um) Mixing Ratio (kg kg**-1)
|
||||
3 3 AERMR03DIFF Sea Salt Aerosol (5 - 20 um) Mixing Ratio (kg kg**-1)
|
||||
4 4 AERMR04DIFF Dust Aerosol (0.03 - 0.55 um) Mixing Ratio (kg kg**-1)
|
||||
5 5 AERMR05DIFF Dust Aerosol (0.55 - 0.9 um) Mixing Ratio (kg kg**-1)
|
||||
6 6 AERMR06DIFF Dust Aerosol (0.9 - 20 um) Mixing Ratio (kg kg**-1)
|
||||
7 7 AERMR07DIFF Hydrophilic Organic Matter Aerosol Mixing Ratio (kg kg**-1)
|
||||
8 8 AERMR08DIFF Hydrophobic Organic Matter Aerosol Mixing Ratio (kg kg**-1)
|
||||
9 9 AERMR09DIFF Hydrophilic Black Carbon Aerosol Mixing Ratio (kg kg**-1)
|
||||
10 10 AERMR10DIFF Hydrophobic Black Carbon Aerosol Mixing Ratio (kg kg**-1)
|
||||
11 11 AERMR11DIFF Sulphate Aerosol Mixing Ratio (kg kg**-1)
|
||||
12 12 AERMR12DIFF Aerosol type 12 mixing ratio (kg kg**-1)
|
||||
13 13 AERMR13DIFF Aerosol type 13 mass mixing ratio (kg kg**-1)
|
||||
14 14 AERMR14DIFF Aerosol type 14 mass mixing ratio (kg kg**-1)
|
||||
15 15 AERMR15DIFF Aerosol type 15 mass mixing ratio (kg kg**-1)
|
||||
16 16 AERGN01DIFF Aerosol type 1 source/gain accumulated (kg m**-2)
|
||||
17 17 AERGN02DIFF Aerosol type 2 source/gain accumulated (kg m**-2)
|
||||
18 18 AERGN03DIFF Aerosol type 3 source/gain accumulated (kg m**-2)
|
||||
19 19 AERGN04DIFF Aerosol type 4 source/gain accumulated (kg m**-2)
|
||||
20 20 AERGN05DIFF Aerosol type 5 source/gain accumulated (kg m**-2)
|
||||
21 21 AERGN06DIFF Aerosol type 6 source/gain accumulated (kg m**-2)
|
||||
22 22 AERGN07DIFF Aerosol type 7 source/gain accumulated (kg m**-2)
|
||||
23 23 AERGN08DIFF Aerosol type 8 source/gain accumulated (kg m**-2)
|
||||
24 24 AERGN09DIFF Aerosol type 9 source/gain accumulated (kg m**-2)
|
||||
25 25 AERGN10DIFF Aerosol type 10 source/gain accumulated (kg m**-2)
|
||||
26 26 AERGN11DIFF Aerosol type 11 source/gain accumulated (kg m**-2)
|
||||
27 27 AERGN12DIFF Aerosol type 12 source/gain accumulated (kg m**-2)
|
||||
28 28 AERPR03DIFF SO4 aerosol precursor mass mixing ratio (kg kg**-1)
|
||||
29 29 AERWV01DIFF Water vapour mixing ratio for hydrophilic aerosols in mode 1 (kg kg**-1)
|
||||
30 30 AERWV02DIFF Water vapour mixing ratio for hydrophilic aerosols in mode 2 (kg kg**-1)
|
||||
31 31 AERLS01DIFF Aerosol type 1 sink/loss accumulated (kg m**-2)
|
||||
32 32 AERLS02DIFF Aerosol type 2 sink/loss accumulated (kg m**-2)
|
||||
33 33 AERLS03DIFF Aerosol type 3 sink/loss accumulated (kg m**-2)
|
||||
34 34 AERLS04DIFF Aerosol type 4 sink/loss accumulated (kg m**-2)
|
||||
35 35 AERLS05DIFF Aerosol type 5 sink/loss accumulated (kg m**-2)
|
||||
36 36 AERLS06DIFF Aerosol type 6 sink/loss accumulated (kg m**-2)
|
||||
37 37 AERLS07DIFF Aerosol type 7 sink/loss accumulated (kg m**-2)
|
||||
38 38 AERLS08DIFF Aerosol type 8 sink/loss accumulated (kg m**-2)
|
||||
39 39 AERLS09DIFF Aerosol type 9 sink/loss accumulated (kg m**-2)
|
||||
40 40 AERLS10DIFF Aerosol type 10 sink/loss accumulated (kg m**-2)
|
||||
41 41 AERLS11DIFF Aerosol type 11 sink/loss accumulated (kg m**-2)
|
||||
42 42 AERLS12DIFF Aerosol type 12 sink/loss accumulated (kg m**-2)
|
||||
43 43 EMDMSDIFF DMS surface emission (kg m**-2 s**-1)
|
||||
44 44 AERWV03DIFF Water vapour mixing ratio for hydrophilic aerosols in mode 3 (kg kg**-1)
|
||||
45 45 AERWV04DIFF Water vapour mixing ratio for hydrophilic aerosols in mode 4 (kg kg**-1)
|
||||
46 46 AERPRDIFF Aerosol precursor mixing ratio (kg kg**-1)
|
||||
47 47 AERSMDIFF Aerosol small mode mixing ratio (kg kg**-1)
|
||||
48 48 AERLGDIFF Aerosol large mode mixing ratio (kg kg**-1)
|
||||
49 49 AODPRDIFF Aerosol precursor optical depth (dimensionless)
|
||||
50 50 AODSMDIFF Aerosol small mode optical depth (dimensionless)
|
||||
51 51 AODLGDIFF Aerosol large mode optical depth (dimensionless)
|
||||
52 52 AERDEPDIFF Dust emission potential (kg s**2 m**-5)
|
||||
53 53 AERLTSDIFF Lifting threshold speed (m s**-1)
|
||||
54 54 AERSCCDIFF Soil clay content (%)
|
||||
55 55 - Experimental product (~)
|
||||
56 56 - Experimental product (~)
|
||||
61 61 CO2DIFF Carbon Dioxide (kg kg**-1)
|
||||
62 62 CH4DIFF Methane (kg kg**-1)
|
||||
63 63 N2ODIFF Nitrous oxide (kg kg**-1)
|
||||
64 64 TCCO2DIFF Total column Carbon Dioxide (kg m**-2)
|
||||
65 65 TCCH4DIFF Total column Methane (kg m**-2)
|
||||
66 66 TCN2ODIFF Total column Nitrous oxide (kg m**-2)
|
||||
67 67 CO2OFDIFF Ocean flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
68 68 CO2NBFDIFF Natural biosphere flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
69 69 CO2APFDIFF Anthropogenic emissions of Carbon Dioxide (kg m**-2 s**-1)
|
||||
70 70 CH4FDIFF Methane Surface Fluxes (kg m**-2 s**-1)
|
||||
71 71 KCH4DIFF Methane loss rate due to radical hydroxyl (OH) (s**-1)
|
||||
80 80 CO2FIREDIFF Wildfire flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
81 81 COFIREDIFF Wildfire flux of Carbon Monoxide (kg m**-2 s**-1)
|
||||
82 82 CH4FIREDIFF Wildfire flux of Methane (kg m**-2 s**-1)
|
||||
83 83 NMHCFIREDIFF Wildfire flux of Non-Methane Hydro-Carbons (kg m**-2 s**-1)
|
||||
84 84 H2FIREDIFF Wildfire flux of Hydrogen (kg m**-2 s**-1)
|
||||
85 85 NOXFIREDIFF Wildfire flux of Nitrogen Oxides NOx (kg m**-2 s**-1)
|
||||
86 86 N2OFIREDIFF Wildfire flux of Nitrous Oxide (kg m**-2 s**-1)
|
||||
87 87 PM2P5FIREDIFF Wildfire flux of Particulate Matter PM2.5 (kg m**-2 s**-1)
|
||||
88 88 TPMFIREDIFF Wildfire flux of Total Particulate Matter (kg m**-2 s**-1)
|
||||
89 89 TCFIREDIFF Wildfire flux of Total Carbon in Aerosols (kg m**-2 s**-1)
|
||||
90 90 OCFIREDIFF Wildfire flux of Organic Carbon (kg m**-2 s**-1)
|
||||
91 91 BCFIREDIFF Wildfire flux of Black Carbon (kg m**-2 s**-1)
|
||||
92 92 CFIREDIFF Wildfire overall flux of burnt Carbon (kg m**-2 s**-1)
|
||||
93 93 C4FFIREDIFF Wildfire fraction of C4 plants (dimensionless)
|
||||
94 94 VEGFIREDIFF Wildfire vegetation map index (dimensionless)
|
||||
95 95 CCFIREDIFF Wildfire Combustion Completeness (dimensionless)
|
||||
96 96 FLFIREDIFF Wildfire Fuel Load: Carbon per unit area (kg m**-2)
|
||||
97 97 OFFIREDIFF Wildfire fraction of area observed (dimensionless)
|
||||
98 98 OAFIREDIFF Wildfire observed area (m**2)
|
||||
99 99 FRPFIREDIFF Wildfire radiative power (W m**-2)
|
||||
100 100 CRFIREDIFF Wildfire combustion rate (kg m**-2 s**-1)
|
||||
101 101 MAXFRPFIREDIFF Wildfire radiative power maximum (W)
|
||||
102 102 SO2FIREDIFF Wildfire flux of Sulfur Dioxide (kg m**-2 s**-1)
|
||||
103 103 CH3OHFIREDIFF Wildfire Flux of Methanol (CH3OH) (kg m**-2 s**-1)
|
||||
104 104 C2H5OHFIREDIFF Wildfire Flux of Ethanol (C2H5OH) (kg m**-2 s**-1)
|
||||
105 105 C3H8FIREDIFF Wildfire Flux of Propane (C3H8) (kg m**-2 s**-1)
|
||||
106 106 C2H4FIREDIFF Wildfire Flux of Ethene (C2H4) (kg m**-2 s**-1)
|
||||
107 107 C3H6FIREDIFF Wildfire Flux of Propene (C3H6) (kg m**-2 s**-1)
|
||||
108 108 C5H8FIREDIFF Wildfire Flux of Isoprene (C5H8) (kg m**-2 s**-1)
|
||||
109 109 TERPENESFIREDIFF Wildfire Flux of Terpenes (C5H8)n (kg m**-2 s**-1)
|
||||
110 110 TOLUENEFIREDIFF Wildfire Flux of Toluene_lump (C7H8+ C6H6 + C8H10) (kg m**-2 s**-1)
|
||||
111 111 HIALKENESFIREDIFF Wildfire Flux of Higher Alkenes (CnH2n, C>=4) (kg m**-2 s**-1)
|
||||
112 112 HIALKANESFIREDIFF Wildfire Flux of Higher Alkanes (CnH2n+2, C>=4) (kg m**-2 s**-1)
|
||||
113 113 CH2OFIREDIFF Wildfire Flux of Formaldehyde (CH2O) (kg m**-2 s**-1)
|
||||
114 114 C2H4OFIREDIFF Wildfire Flux of Acetaldehyde (C2H4O) (kg m**-2 s**-1)
|
||||
115 115 C3H6OFIREDIFF Wildfire Flux of Acetone (C3H6O) (kg m**-2 s**-1)
|
||||
116 116 NH3FIREDIFF Wildfire Flux of Ammonia (NH3) (kg m**-2 s**-1)
|
||||
117 117 C2H6SFIREDIFF Wildfire Flux of Dimethyl Sulfide (DMS) (C2H6S) (kg m**-2 s**-1)
|
||||
118 118 C2H6FIREDIFF Wildfire Flux of Ethane (C2H6) (kg m**-2 s**-1)
|
||||
119 119 ALEDIFF Altitude of emitter (m)
|
||||
120 120 APTDIFF Altitude of plume top (m)
|
||||
121 121 NO2DIFF Nitrogen dioxide (kg kg**-1)
|
||||
122 122 SO2DIFF Sulphur dioxide (kg kg**-1)
|
||||
123 123 CODIFF Carbon monoxide (kg kg**-1)
|
||||
124 124 HCHODIFF Formaldehyde (kg kg**-1)
|
||||
125 125 TCNO2DIFF Total column Nitrogen dioxide (kg m**-2)
|
||||
126 126 TCSO2DIFF Total column Sulphur dioxide (kg m**-2)
|
||||
127 127 TCCODIFF Total column Carbon monoxide (kg m**-2)
|
||||
128 128 TCHCHODIFF Total column Formaldehyde (kg m**-2)
|
||||
129 129 NOXDIFF Nitrogen Oxides (kg kg**-1)
|
||||
130 130 TCNOXDIFF Total Column Nitrogen Oxides (kg m**-2)
|
||||
131 131 GRG1DIFF Reactive tracer 1 mass mixing ratio (kg kg**-1)
|
||||
132 132 TCGRG1DIFF Total column GRG tracer 1 (kg m**-2)
|
||||
133 133 GRG2DIFF Reactive tracer 2 mass mixing ratio (kg kg**-1)
|
||||
134 134 TCGRG2DIFF Total column GRG tracer 2 (kg m**-2)
|
||||
135 135 GRG3DIFF Reactive tracer 3 mass mixing ratio (kg kg**-1)
|
||||
136 136 TCGRG3DIFF Total column GRG tracer 3 (kg m**-2)
|
||||
137 137 GRG4DIFF Reactive tracer 4 mass mixing ratio (kg kg**-1)
|
||||
138 138 TCGRG4DIFF Total column GRG tracer 4 (kg m**-2)
|
||||
139 139 GRG5DIFF Reactive tracer 5 mass mixing ratio (kg kg**-1)
|
||||
140 140 TCGRG5DIFF Total column GRG tracer 5 (kg m**-2)
|
||||
141 141 GRG6DIFF Reactive tracer 6 mass mixing ratio (kg kg**-1)
|
||||
142 142 TCGRG6DIFF Total column GRG tracer 6 (kg m**-2)
|
||||
143 143 GRG7DIFF Reactive tracer 7 mass mixing ratio (kg kg**-1)
|
||||
144 144 TCGRG7DIFF Total column GRG tracer 7 (kg m**-2)
|
||||
145 145 GRG8DIFF Reactive tracer 8 mass mixing ratio (kg kg**-1)
|
||||
146 146 TCGRG8DIFF Total column GRG tracer 8 (kg m**-2)
|
||||
147 147 GRG9DIFF Reactive tracer 9 mass mixing ratio (kg kg**-1)
|
||||
148 148 TCGRG9DIFF Total column GRG tracer 9 (kg m**-2)
|
||||
149 149 GRG10DIFF Reactive tracer 10 mass mixing ratio (kg kg**-1)
|
||||
150 150 TCGRG10DIFF Total column GRG tracer 10 (kg m**-2)
|
||||
151 151 SFNOXDIFF Surface flux Nitrogen oxides (kg m**-2 s**-1)
|
||||
152 152 SFNO2DIFF Surface flux Nitrogen dioxide (kg m**-2 s**-1)
|
||||
153 153 SFSO2DIFF Surface flux Sulphur dioxide (kg m**-2 s**-1)
|
||||
154 154 SFCO2DIFF Surface flux Carbon monoxide (kg m**-2 s**-1)
|
||||
155 155 SFHCHODIFF Surface flux Formaldehyde (kg m**-2 s**-1)
|
||||
156 156 SFGO3DIFF Surface flux GEMS Ozone (kg m**-2 s**-1)
|
||||
157 157 SFGR1DIFF Surface flux reactive tracer 1 (kg m**-2 s**-1)
|
||||
158 158 SFGR2DIFF Surface flux reactive tracer 2 (kg m**-2 s**-1)
|
||||
159 159 SFGR3DIFF Surface flux reactive tracer 3 (kg m**-2 s**-1)
|
||||
160 160 SFGR4DIFF Surface flux reactive tracer 4 (kg m**-2 s**-1)
|
||||
161 161 SFGR5DIFF Surface flux reactive tracer 5 (kg m**-2 s**-1)
|
||||
162 162 SFGR6DIFF Surface flux reactive tracer 6 (kg m**-2 s**-1)
|
||||
163 163 SFGR7DIFF Surface flux reactive tracer 7 (kg m**-2 s**-1)
|
||||
164 164 SFGR8DIFF Surface flux reactive tracer 8 (kg m**-2 s**-1)
|
||||
165 165 SFGR9DIFF Surface flux reactive tracer 9 (kg m**-2 s**-1)
|
||||
166 166 SFGR10DIFF Surface flux reactive tracer 10 (kg m**-2 s**-1)
|
||||
181 181 RADIFF Radon (kg kg**-1)
|
||||
182 182 SF6DIFF Sulphur Hexafluoride (kg kg**-1)
|
||||
183 183 TCRADIFF Total column Radon (kg m**-2)
|
||||
184 184 TCSF6DIFF Total column Sulphur Hexafluoride (kg m**-2)
|
||||
185 185 SF6APFDIFF Anthropogenic Emissions of Sulphur Hexafluoride (kg m**-2 s**-1)
|
||||
203 203 GO3DIFF GEMS Ozone (kg kg**-1)
|
||||
206 206 GTCO3DIFF GEMS Total column ozone (kg m**-2)
|
||||
207 207 AOD550DIFF Total Aerosol Optical Depth at 550nm (~)
|
||||
208 208 SSAOD550DIFF Sea Salt Aerosol Optical Depth at 550nm (~)
|
||||
209 209 DUAOD550DIFF Dust Aerosol Optical Depth at 550nm (~)
|
||||
210 210 OMAOD550DIFF Organic Matter Aerosol Optical Depth at 550nm (~)
|
||||
211 211 BCAOD550DIFF Black Carbon Aerosol Optical Depth at 550nm (~)
|
||||
212 212 SUAOD550DIFF Sulphate Aerosol Optical Depth at 550nm (~)
|
||||
213 213 AOD469DIFF Total Aerosol Optical Depth at 469nm (~)
|
||||
214 214 AOD670DIFF Total Aerosol Optical Depth at 670nm (~)
|
||||
215 215 AOD865DIFF Total Aerosol Optical Depth at 865nm (~)
|
||||
216 216 AOD1240DIFF Total Aerosol Optical Depth at 1240nm (~)
|
||||
1 aermr01diff Sea Salt Aerosol (0.03 - 0.5 um) Mixing Ratio (kg kg**-1)
|
||||
2 aermr02diff Sea Salt Aerosol (0.5 - 5 um) Mixing Ratio (kg kg**-1)
|
||||
3 aermr03diff Sea Salt Aerosol (5 - 20 um) Mixing Ratio (kg kg**-1)
|
||||
4 aermr04diff Dust Aerosol (0.03 - 0.55 um) Mixing Ratio (kg kg**-1)
|
||||
5 aermr05diff Dust Aerosol (0.55 - 0.9 um) Mixing Ratio (kg kg**-1)
|
||||
6 aermr06diff Dust Aerosol (0.9 - 20 um) Mixing Ratio (kg kg**-1)
|
||||
7 aermr07diff Hydrophilic Organic Matter Aerosol Mixing Ratio (kg kg**-1)
|
||||
8 aermr08diff Hydrophobic Organic Matter Aerosol Mixing Ratio (kg kg**-1)
|
||||
9 aermr09diff Hydrophilic Black Carbon Aerosol Mixing Ratio (kg kg**-1)
|
||||
10 aermr10diff Hydrophobic Black Carbon Aerosol Mixing Ratio (kg kg**-1)
|
||||
11 aermr11diff Sulphate Aerosol Mixing Ratio (kg kg**-1)
|
||||
12 aermr12diff Aerosol type 12 mixing ratio (kg kg**-1)
|
||||
13 aermr13diff Aerosol type 13 mass mixing ratio (kg kg**-1)
|
||||
14 aermr14diff Aerosol type 14 mass mixing ratio (kg kg**-1)
|
||||
15 aermr15diff Aerosol type 15 mass mixing ratio (kg kg**-1)
|
||||
16 aergn01diff Aerosol type 1 source/gain accumulated (kg m**-2)
|
||||
17 aergn02diff Aerosol type 2 source/gain accumulated (kg m**-2)
|
||||
18 aergn03diff Aerosol type 3 source/gain accumulated (kg m**-2)
|
||||
19 aergn04diff Aerosol type 4 source/gain accumulated (kg m**-2)
|
||||
20 aergn05diff Aerosol type 5 source/gain accumulated (kg m**-2)
|
||||
21 aergn06diff Aerosol type 6 source/gain accumulated (kg m**-2)
|
||||
22 aergn07diff Aerosol type 7 source/gain accumulated (kg m**-2)
|
||||
23 aergn08diff Aerosol type 8 source/gain accumulated (kg m**-2)
|
||||
24 aergn09diff Aerosol type 9 source/gain accumulated (kg m**-2)
|
||||
25 aergn10diff Aerosol type 10 source/gain accumulated (kg m**-2)
|
||||
26 aergn11diff Aerosol type 11 source/gain accumulated (kg m**-2)
|
||||
27 aergn12diff Aerosol type 12 source/gain accumulated (kg m**-2)
|
||||
28 aerpr03diff SO4 aerosol precursor mass mixing ratio (kg kg**-1)
|
||||
29 aerwv01diff Water vapour mixing ratio for hydrophilic aerosols in mode 1 (kg kg**-1)
|
||||
30 aerwv02diff Water vapour mixing ratio for hydrophilic aerosols in mode 2 (kg kg**-1)
|
||||
31 aerls01diff Aerosol type 1 sink/loss accumulated (kg m**-2)
|
||||
32 aerls02diff Aerosol type 2 sink/loss accumulated (kg m**-2)
|
||||
33 aerls03diff Aerosol type 3 sink/loss accumulated (kg m**-2)
|
||||
34 aerls04diff Aerosol type 4 sink/loss accumulated (kg m**-2)
|
||||
35 aerls05diff Aerosol type 5 sink/loss accumulated (kg m**-2)
|
||||
36 aerls06diff Aerosol type 6 sink/loss accumulated (kg m**-2)
|
||||
37 aerls07diff Aerosol type 7 sink/loss accumulated (kg m**-2)
|
||||
38 aerls08diff Aerosol type 8 sink/loss accumulated (kg m**-2)
|
||||
39 aerls09diff Aerosol type 9 sink/loss accumulated (kg m**-2)
|
||||
40 aerls10diff Aerosol type 10 sink/loss accumulated (kg m**-2)
|
||||
41 aerls11diff Aerosol type 11 sink/loss accumulated (kg m**-2)
|
||||
42 aerls12diff Aerosol type 12 sink/loss accumulated (kg m**-2)
|
||||
43 emdmsdiff DMS surface emission (kg m**-2 s**-1)
|
||||
44 aerwv03diff Water vapour mixing ratio for hydrophilic aerosols in mode 3 (kg kg**-1)
|
||||
45 aerwv04diff Water vapour mixing ratio for hydrophilic aerosols in mode 4 (kg kg**-1)
|
||||
46 aerprdiff Aerosol precursor mixing ratio (kg kg**-1)
|
||||
47 aersmdiff Aerosol small mode mixing ratio (kg kg**-1)
|
||||
48 aerlgdiff Aerosol large mode mixing ratio (kg kg**-1)
|
||||
49 aodprdiff Aerosol precursor optical depth (dimensionless)
|
||||
50 aodsmdiff Aerosol small mode optical depth (dimensionless)
|
||||
51 aodlgdiff Aerosol large mode optical depth (dimensionless)
|
||||
52 aerdepdiff Dust emission potential (kg s**2 m**-5)
|
||||
53 aerltsdiff Lifting threshold speed (m s**-1)
|
||||
54 aersccdiff Soil clay content (%)
|
||||
55 ~ Experimental product (~)
|
||||
56 ~ Experimental product (~)
|
||||
61 co2diff Carbon Dioxide (kg kg**-1)
|
||||
62 ch4diff Methane (kg kg**-1)
|
||||
63 n2odiff Nitrous oxide (kg kg**-1)
|
||||
64 tcco2diff Total column Carbon Dioxide (kg m**-2)
|
||||
65 tcch4diff Total column Methane (kg m**-2)
|
||||
66 tcn2odiff Total column Nitrous oxide (kg m**-2)
|
||||
67 co2ofdiff Ocean flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
68 co2nbfdiff Natural biosphere flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
69 co2apfdiff Anthropogenic emissions of Carbon Dioxide (kg m**-2 s**-1)
|
||||
70 ch4fdiff Methane Surface Fluxes (kg m**-2 s**-1)
|
||||
71 kch4diff Methane loss rate due to radical hydroxyl (OH) (s**-1)
|
||||
80 co2firediff Wildfire flux of Carbon Dioxide (kg m**-2 s**-1)
|
||||
81 cofirediff Wildfire flux of Carbon Monoxide (kg m**-2 s**-1)
|
||||
82 ch4firediff Wildfire flux of Methane (kg m**-2 s**-1)
|
||||
83 nmhcfirediff Wildfire flux of Non-Methane Hydro-Carbons (kg m**-2 s**-1)
|
||||
84 h2firediff Wildfire flux of Hydrogen (kg m**-2 s**-1)
|
||||
85 noxfirediff Wildfire flux of Nitrogen Oxides NOx (kg m**-2 s**-1)
|
||||
86 n2ofirediff Wildfire flux of Nitrous Oxide (kg m**-2 s**-1)
|
||||
87 pm2p5firediff Wildfire flux of Particulate Matter PM2.5 (kg m**-2 s**-1)
|
||||
88 tpmfirediff Wildfire flux of Total Particulate Matter (kg m**-2 s**-1)
|
||||
89 tcfirediff Wildfire flux of Total Carbon in Aerosols (kg m**-2 s**-1)
|
||||
90 ocfirediff Wildfire flux of Organic Carbon (kg m**-2 s**-1)
|
||||
91 bcfirediff Wildfire flux of Black Carbon (kg m**-2 s**-1)
|
||||
92 cfirediff Wildfire overall flux of burnt Carbon (kg m**-2 s**-1)
|
||||
93 c4ffirediff Wildfire fraction of C4 plants (dimensionless)
|
||||
94 vegfirediff Wildfire vegetation map index (dimensionless)
|
||||
95 ccfirediff Wildfire Combustion Completeness (dimensionless)
|
||||
96 flfirediff Wildfire Fuel Load: Carbon per unit area (kg m**-2)
|
||||
97 offirediff Wildfire fraction of area observed (dimensionless)
|
||||
98 oafirediff Wildfire observed area (m**2)
|
||||
99 frpfirediff Wildfire radiative power (W m**-2)
|
||||
100 crfirediff Wildfire combustion rate (kg m**-2 s**-1)
|
||||
101 maxfrpfirediff Wildfire radiative power maximum (W)
|
||||
102 so2firediff Wildfire flux of Sulfur Dioxide (kg m**-2 s**-1)
|
||||
103 ch3ohfirediff Wildfire Flux of Methanol (CH3OH) (kg m**-2 s**-1)
|
||||
104 c2h5ohfirediff Wildfire Flux of Ethanol (C2H5OH) (kg m**-2 s**-1)
|
||||
105 c3h8firediff Wildfire Flux of Propane (C3H8) (kg m**-2 s**-1)
|
||||
106 c2h4firediff Wildfire Flux of Ethene (C2H4) (kg m**-2 s**-1)
|
||||
107 c3h6firediff Wildfire Flux of Propene (C3H6) (kg m**-2 s**-1)
|
||||
108 c5h8firediff Wildfire Flux of Isoprene (C5H8) (kg m**-2 s**-1)
|
||||
109 terpenesfirediff Wildfire Flux of Terpenes (C5H8)n (kg m**-2 s**-1)
|
||||
110 toluenefirediff Wildfire Flux of Toluene_lump (C7H8+ C6H6 + C8H10) (kg m**-2 s**-1)
|
||||
111 hialkenesfirediff Wildfire Flux of Higher Alkenes (CnH2n, C>=4) (kg m**-2 s**-1)
|
||||
112 hialkanesfirediff Wildfire Flux of Higher Alkanes (CnH2n+2, C>=4) (kg m**-2 s**-1)
|
||||
113 ch2ofirediff Wildfire Flux of Formaldehyde (CH2O) (kg m**-2 s**-1)
|
||||
114 c2h4ofirediff Wildfire Flux of Acetaldehyde (C2H4O) (kg m**-2 s**-1)
|
||||
115 c3h6ofirediff Wildfire Flux of Acetone (C3H6O) (kg m**-2 s**-1)
|
||||
116 nh3firediff Wildfire Flux of Ammonia (NH3) (kg m**-2 s**-1)
|
||||
117 c2h6sfirediff Wildfire Flux of Dimethyl Sulfide (DMS) (C2H6S) (kg m**-2 s**-1)
|
||||
118 c2h6firediff Wildfire Flux of Ethane (C2H6) (kg m**-2 s**-1)
|
||||
119 alediff Altitude of emitter (m)
|
||||
120 aptdiff Altitude of plume top (m)
|
||||
121 no2diff Nitrogen dioxide (kg kg**-1)
|
||||
122 so2diff Sulphur dioxide (kg kg**-1)
|
||||
123 codiff Carbon monoxide (kg kg**-1)
|
||||
124 hchodiff Formaldehyde (kg kg**-1)
|
||||
125 tcno2diff Total column Nitrogen dioxide (kg m**-2)
|
||||
126 tcso2diff Total column Sulphur dioxide (kg m**-2)
|
||||
127 tccodiff Total column Carbon monoxide (kg m**-2)
|
||||
128 tchchodiff Total column Formaldehyde (kg m**-2)
|
||||
129 noxdiff Nitrogen Oxides (kg kg**-1)
|
||||
130 tcnoxdiff Total Column Nitrogen Oxides (kg m**-2)
|
||||
131 grg1diff Reactive tracer 1 mass mixing ratio (kg kg**-1)
|
||||
132 tcgrg1diff Total column GRG tracer 1 (kg m**-2)
|
||||
133 grg2diff Reactive tracer 2 mass mixing ratio (kg kg**-1)
|
||||
134 tcgrg2diff Total column GRG tracer 2 (kg m**-2)
|
||||
135 grg3diff Reactive tracer 3 mass mixing ratio (kg kg**-1)
|
||||
136 tcgrg3diff Total column GRG tracer 3 (kg m**-2)
|
||||
137 grg4diff Reactive tracer 4 mass mixing ratio (kg kg**-1)
|
||||
138 tcgrg4diff Total column GRG tracer 4 (kg m**-2)
|
||||
139 grg5diff Reactive tracer 5 mass mixing ratio (kg kg**-1)
|
||||
140 tcgrg5diff Total column GRG tracer 5 (kg m**-2)
|
||||
141 grg6diff Reactive tracer 6 mass mixing ratio (kg kg**-1)
|
||||
142 tcgrg6diff Total column GRG tracer 6 (kg m**-2)
|
||||
143 grg7diff Reactive tracer 7 mass mixing ratio (kg kg**-1)
|
||||
144 tcgrg7diff Total column GRG tracer 7 (kg m**-2)
|
||||
145 grg8diff Reactive tracer 8 mass mixing ratio (kg kg**-1)
|
||||
146 tcgrg8diff Total column GRG tracer 8 (kg m**-2)
|
||||
147 grg9diff Reactive tracer 9 mass mixing ratio (kg kg**-1)
|
||||
148 tcgrg9diff Total column GRG tracer 9 (kg m**-2)
|
||||
149 grg10diff Reactive tracer 10 mass mixing ratio (kg kg**-1)
|
||||
150 tcgrg10diff Total column GRG tracer 10 (kg m**-2)
|
||||
151 sfnoxdiff Surface flux Nitrogen oxides (kg m**-2 s**-1)
|
||||
152 sfno2diff Surface flux Nitrogen dioxide (kg m**-2 s**-1)
|
||||
153 sfso2diff Surface flux Sulphur dioxide (kg m**-2 s**-1)
|
||||
154 sfco2diff Surface flux Carbon monoxide (kg m**-2 s**-1)
|
||||
155 sfhchodiff Surface flux Formaldehyde (kg m**-2 s**-1)
|
||||
156 sfgo3diff Surface flux GEMS Ozone (kg m**-2 s**-1)
|
||||
157 sfgr1diff Surface flux reactive tracer 1 (kg m**-2 s**-1)
|
||||
158 sfgr2diff Surface flux reactive tracer 2 (kg m**-2 s**-1)
|
||||
159 sfgr3diff Surface flux reactive tracer 3 (kg m**-2 s**-1)
|
||||
160 sfgr4diff Surface flux reactive tracer 4 (kg m**-2 s**-1)
|
||||
161 sfgr5diff Surface flux reactive tracer 5 (kg m**-2 s**-1)
|
||||
162 sfgr6diff Surface flux reactive tracer 6 (kg m**-2 s**-1)
|
||||
163 sfgr7diff Surface flux reactive tracer 7 (kg m**-2 s**-1)
|
||||
164 sfgr8diff Surface flux reactive tracer 8 (kg m**-2 s**-1)
|
||||
165 sfgr9diff Surface flux reactive tracer 9 (kg m**-2 s**-1)
|
||||
166 sfgr10diff Surface flux reactive tracer 10 (kg m**-2 s**-1)
|
||||
181 radiff Radon (kg kg**-1)
|
||||
182 sf6diff Sulphur Hexafluoride (kg kg**-1)
|
||||
183 tcradiff Total column Radon (kg m**-2)
|
||||
184 tcsf6diff Total column Sulphur Hexafluoride (kg m**-2)
|
||||
185 sf6apfdiff Anthropogenic Emissions of Sulphur Hexafluoride (kg m**-2 s**-1)
|
||||
203 go3diff GEMS Ozone (kg kg**-1)
|
||||
206 gtco3diff GEMS Total column ozone (kg m**-2)
|
||||
207 aod550diff Total Aerosol Optical Depth at 550nm (~)
|
||||
208 ssaod550diff Sea Salt Aerosol Optical Depth at 550nm (~)
|
||||
209 duaod550diff Dust Aerosol Optical Depth at 550nm (~)
|
||||
210 omaod550diff Organic Matter Aerosol Optical Depth at 550nm (~)
|
||||
211 bcaod550diff Black Carbon Aerosol Optical Depth at 550nm (~)
|
||||
212 suaod550diff Sulphate Aerosol Optical Depth at 550nm (~)
|
||||
213 aod469diff Total Aerosol Optical Depth at 469nm (~)
|
||||
214 aod670diff Total Aerosol Optical Depth at 670nm (~)
|
||||
215 aod865diff Total Aerosol Optical Depth at 865nm (~)
|
||||
216 aod1240diff Total Aerosol Optical Depth at 1240nm (~)
|
||||
|
|
|
@ -1,56 +1,56 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 1 SPPT1 Random pattern 1 for sppt (dimensionless)
|
||||
2 2 SPPT2 Random pattern 2 for sppt (dimensionless)
|
||||
3 3 SPPT3 Random pattern 3 for sppt (dimensionless)
|
||||
4 4 SPPT4 Random pattern 4 for sppt (dimensionless)
|
||||
5 5 SPPT5 Random pattern 5 for sppt (dimensionless)
|
||||
101 101 SPP1 Random pattern 1 for SPP scheme (dimensionless)
|
||||
102 102 SPP2 Random pattern 2 for SPP scheme (dimensionless)
|
||||
103 103 SPP3 Random pattern 3 for SPP scheme (dimensionless)
|
||||
104 104 SPP4 Random pattern 4 for SPP scheme (dimensionless)
|
||||
105 105 SPP5 Random pattern 5 for SPP scheme (dimensionless)
|
||||
106 106 SPP6 Random pattern 6 for SPP scheme (dimensionless)
|
||||
107 107 SPP7 Random pattern 7 for SPP scheme (dimensionless)
|
||||
108 108 SPP8 Random pattern 8 for SPP scheme (dimensionless)
|
||||
109 109 SPP9 Random pattern 9 for SPP scheme (dimensionless)
|
||||
110 110 SPP10 Random pattern 10 for SPP scheme (dimensionless)
|
||||
111 111 SPP11 Random pattern 11 for SPP scheme (dimensionless)
|
||||
112 112 SPP12 Random pattern 12 for SPP scheme (dimensionless)
|
||||
113 113 SPP13 Random pattern 13 for SPP scheme (dimensionless)
|
||||
114 114 SPP14 Random pattern 14 for SPP scheme (dimensionless)
|
||||
115 115 SPP15 Random pattern 15 for SPP scheme (dimensionless)
|
||||
116 116 SPP16 Random pattern 16 for SPP scheme (dimensionless)
|
||||
117 117 SPP17 Random pattern 17 for SPP scheme (dimensionless)
|
||||
118 118 SPP18 Random pattern 18 for SPP scheme (dimensionless)
|
||||
119 119 SPP19 Random pattern 19 for SPP scheme (dimensionless)
|
||||
120 120 SPP20 Random pattern 20 for SPP scheme (dimensionless)
|
||||
121 121 SPP21 Random pattern 21 for SPP scheme (dimensionless)
|
||||
122 122 SPP22 Random pattern 22 for SPP scheme (dimensionless)
|
||||
123 123 SPP23 Random pattern 23 for SPP scheme (dimensionless)
|
||||
124 124 SPP24 Random pattern 24 for SPP scheme (dimensionless)
|
||||
125 125 SPP25 Random pattern 25 for SPP scheme (dimensionless)
|
||||
126 126 SPP26 Random pattern 26 for SPP scheme (dimensionless)
|
||||
127 127 SPP27 Random pattern 27 for SPP scheme (dimensionless)
|
||||
128 128 SPP28 Random pattern 28 for SPP scheme (dimensionless)
|
||||
129 129 SPP29 Random pattern 29 for SPP scheme (dimensionless)
|
||||
130 130 SPP30 Random pattern 30 for SPP scheme (dimensionless)
|
||||
131 131 SPP31 Random pattern 31 for SPP scheme (dimensionless)
|
||||
132 132 SPP32 Random pattern 32 for SPP scheme (dimensionless)
|
||||
133 133 SPP33 Random pattern 33 for SPP scheme (dimensionless)
|
||||
134 134 SPP34 Random pattern 34 for SPP scheme (dimensionless)
|
||||
135 135 SPP35 Random pattern 35 for SPP scheme (dimensionless)
|
||||
136 136 SPP36 Random pattern 36 for SPP scheme (dimensionless)
|
||||
137 137 SPP37 Random pattern 37 for SPP scheme (dimensionless)
|
||||
138 138 SPP38 Random pattern 38 for SPP scheme (dimensionless)
|
||||
139 139 SPP39 Random pattern 39 for SPP scheme (dimensionless)
|
||||
140 140 SPP40 Random pattern 40 for SPP scheme (dimensionless)
|
||||
141 141 SPP41 Random pattern 41 for SPP scheme (dimensionless)
|
||||
142 142 SPP42 Random pattern 42 for SPP scheme (dimensionless)
|
||||
143 143 SPP43 Random pattern 43 for SPP scheme (dimensionless)
|
||||
144 144 SPP44 Random pattern 44 for SPP scheme (dimensionless)
|
||||
145 145 SPP45 Random pattern 45 for SPP scheme (dimensionless)
|
||||
146 146 SPP46 Random pattern 46 for SPP scheme (dimensionless)
|
||||
147 147 SPP47 Random pattern 47 for SPP scheme (dimensionless)
|
||||
148 148 SPP48 Random pattern 48 for SPP scheme (dimensionless)
|
||||
149 149 SPP49 Random pattern 49 for SPP scheme (dimensionless)
|
||||
150 150 SPP50 Random pattern 50 for SPP scheme (dimensionless)
|
||||
1 sppt1 Random pattern 1 for sppt (dimensionless)
|
||||
2 sppt2 Random pattern 2 for sppt (dimensionless)
|
||||
3 sppt3 Random pattern 3 for sppt (dimensionless)
|
||||
4 sppt4 Random pattern 4 for sppt (dimensionless)
|
||||
5 sppt5 Random pattern 5 for sppt (dimensionless)
|
||||
101 spp1 Random pattern 1 for SPP scheme (dimensionless)
|
||||
102 spp2 Random pattern 2 for SPP scheme (dimensionless)
|
||||
103 spp3 Random pattern 3 for SPP scheme (dimensionless)
|
||||
104 spp4 Random pattern 4 for SPP scheme (dimensionless)
|
||||
105 spp5 Random pattern 5 for SPP scheme (dimensionless)
|
||||
106 spp6 Random pattern 6 for SPP scheme (dimensionless)
|
||||
107 spp7 Random pattern 7 for SPP scheme (dimensionless)
|
||||
108 spp8 Random pattern 8 for SPP scheme (dimensionless)
|
||||
109 spp9 Random pattern 9 for SPP scheme (dimensionless)
|
||||
110 spp10 Random pattern 10 for SPP scheme (dimensionless)
|
||||
111 spp11 Random pattern 11 for SPP scheme (dimensionless)
|
||||
112 spp12 Random pattern 12 for SPP scheme (dimensionless)
|
||||
113 spp13 Random pattern 13 for SPP scheme (dimensionless)
|
||||
114 spp14 Random pattern 14 for SPP scheme (dimensionless)
|
||||
115 spp15 Random pattern 15 for SPP scheme (dimensionless)
|
||||
116 spp16 Random pattern 16 for SPP scheme (dimensionless)
|
||||
117 spp17 Random pattern 17 for SPP scheme (dimensionless)
|
||||
118 spp18 Random pattern 18 for SPP scheme (dimensionless)
|
||||
119 spp19 Random pattern 19 for SPP scheme (dimensionless)
|
||||
120 spp20 Random pattern 20 for SPP scheme (dimensionless)
|
||||
121 spp21 Random pattern 21 for SPP scheme (dimensionless)
|
||||
122 spp22 Random pattern 22 for SPP scheme (dimensionless)
|
||||
123 spp23 Random pattern 23 for SPP scheme (dimensionless)
|
||||
124 spp24 Random pattern 24 for SPP scheme (dimensionless)
|
||||
125 spp25 Random pattern 25 for SPP scheme (dimensionless)
|
||||
126 spp26 Random pattern 26 for SPP scheme (dimensionless)
|
||||
127 spp27 Random pattern 27 for SPP scheme (dimensionless)
|
||||
128 spp28 Random pattern 28 for SPP scheme (dimensionless)
|
||||
129 spp29 Random pattern 29 for SPP scheme (dimensionless)
|
||||
130 spp30 Random pattern 30 for SPP scheme (dimensionless)
|
||||
131 spp31 Random pattern 31 for SPP scheme (dimensionless)
|
||||
132 spp32 Random pattern 32 for SPP scheme (dimensionless)
|
||||
133 spp33 Random pattern 33 for SPP scheme (dimensionless)
|
||||
134 spp34 Random pattern 34 for SPP scheme (dimensionless)
|
||||
135 spp35 Random pattern 35 for SPP scheme (dimensionless)
|
||||
136 spp36 Random pattern 36 for SPP scheme (dimensionless)
|
||||
137 spp37 Random pattern 37 for SPP scheme (dimensionless)
|
||||
138 spp38 Random pattern 38 for SPP scheme (dimensionless)
|
||||
139 spp39 Random pattern 39 for SPP scheme (dimensionless)
|
||||
140 spp40 Random pattern 40 for SPP scheme (dimensionless)
|
||||
141 spp41 Random pattern 41 for SPP scheme (dimensionless)
|
||||
142 spp42 Random pattern 42 for SPP scheme (dimensionless)
|
||||
143 spp43 Random pattern 43 for SPP scheme (dimensionless)
|
||||
144 spp44 Random pattern 44 for SPP scheme (dimensionless)
|
||||
145 spp45 Random pattern 45 for SPP scheme (dimensionless)
|
||||
146 spp46 Random pattern 46 for SPP scheme (dimensionless)
|
||||
147 spp47 Random pattern 47 for SPP scheme (dimensionless)
|
||||
148 spp48 Random pattern 48 for SPP scheme (dimensionless)
|
||||
149 spp49 Random pattern 49 for SPP scheme (dimensionless)
|
||||
150 spp50 Random pattern 50 for SPP scheme (dimensionless)
|
||||
|
|
|
@ -1,212 +1,212 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 1 AERSRCSSS Source/gain of sea salt aerosol (0.03 - 0.5 um) (kg m**-2 s**-1)
|
||||
2 2 AERSRCSSM Source/gain of sea salt aerosol (0.5 - 5 um) (kg m**-2 s**-1)
|
||||
3 3 AERSRCSSL Source/gain of sea salt aerosol (5 - 20 um) (kg m**-2 s**-1)
|
||||
4 4 AERDDPSSS Dry deposition of sea salt aerosol (0.03 - 0.5 um) (kg m**-2 s**-1)
|
||||
5 5 AERDDPSSM Dry deposition of sea salt aerosol (0.5 - 5 um) (kg m**-2 s**-1)
|
||||
6 6 AERDDPSSL Dry deposition of sea salt aerosol (5 - 20 um) (kg m**-2 s**-1)
|
||||
7 7 AERSDMSSS Sedimentation of sea salt aerosol (0.03 - 0.5 um) (kg m**-2 s**-1)
|
||||
8 8 AERSDMSSM Sedimentation of sea salt aerosol (0.5 - 5 um) (kg m**-2 s**-1)
|
||||
9 9 AERSDMSSL Sedimentation of sea salt aerosol (5 - 20 um) (kg m**-2 s**-1)
|
||||
10 10 AERWDLSSSS Wet deposition of sea salt aerosol (0.03 - 0.5 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
11 11 AERWDLSSSM Wet deposition of sea salt aerosol (0.5 - 5 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
12 12 AERWDLSSSL Wet deposition of sea salt aerosol (5 - 20 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
13 13 AERWDCCSSS Wet deposition of sea salt aerosol (0.03 - 0.5 um) by convective precipitation (kg m**-2 s**-1)
|
||||
14 14 AERWDCCSSM Wet deposition of sea salt aerosol (0.5 - 5 um) by convective precipitation (kg m**-2 s**-1)
|
||||
15 15 AERWDCCSSL Wet deposition of sea salt aerosol (5 - 20 um) by convective precipitation (kg m**-2 s**-1)
|
||||
16 16 AERNGTSSS Negative fixer of sea salt aerosol (0.03 - 0.5 um) (kg m**-2 s**-1)
|
||||
17 17 AERNGTSSM Negative fixer of sea salt aerosol (0.5 - 5 um) (kg m**-2 s**-1)
|
||||
18 18 AERNGTSSL Negative fixer of sea salt aerosol (5 - 20 um) (kg m**-2 s**-1)
|
||||
19 19 AERMSSSSS Vertically integrated mass of sea salt aerosol (0.03 - 0.5 um) (kg m**-2)
|
||||
20 20 AERMSSSSM Vertically integrated mass of sea salt aerosol (0.5 - 5 um) (kg m**-2)
|
||||
21 21 AERMSSSSL Vertically integrated mass of sea salt aerosol (5 - 20 um) (kg m**-2)
|
||||
22 22 AERODSSS Sea salt aerosol (0.03 - 0.5 um) optical depth (~)
|
||||
23 23 AERODSSM Sea salt aerosol (0.5 - 5 um) optical depth (~)
|
||||
24 24 AERODSSL Sea salt aerosol (5 - 20 um) optical depth (~)
|
||||
25 25 AERSRCDUS Source/gain of dust aerosol (0.03 - 0.55 um) (kg m**-2 s**-1)
|
||||
26 26 AERSRCDUM Source/gain of dust aerosol (0.55 - 9 um) (kg m**-2 s**-1)
|
||||
27 27 AERSRCDUL Source/gain of dust aerosol (9 - 20 um) (kg m**-2 s**-1)
|
||||
28 28 AERDDPDUS Dry deposition of dust aerosol (0.03 - 0.55 um) (kg m**-2 s**-1)
|
||||
29 29 AERDDPDUM Dry deposition of dust aerosol (0.55 - 9 um) (kg m**-2 s**-1)
|
||||
30 30 AERDDPDUL Dry deposition of dust aerosol (9 - 20 um) (kg m**-2 s**-1)
|
||||
31 31 AERSDMDUS Sedimentation of dust aerosol (0.03 - 0.55 um) (kg m**-2 s**-1)
|
||||
32 32 AERSDMDUM Sedimentation of dust aerosol (0.55 - 9 um) (kg m**-2 s**-1)
|
||||
33 33 AERSDMDUL Sedimentation of dust aerosol (9 - 20 um) (kg m**-2 s**-1)
|
||||
34 34 AERWDLSDUS Wet deposition of dust aerosol (0.03 - 0.55 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
35 35 AERWDLSDUM Wet deposition of dust aerosol (0.55 - 9 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
36 36 AERWDLSDUL Wet deposition of dust aerosol (9 - 20 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
37 37 AERWDCCDUS Wet deposition of dust aerosol (0.03 - 0.55 um) by convective precipitation (kg m**-2 s**-1)
|
||||
38 38 AERWDCCDUM Wet deposition of dust aerosol (0.55 - 9 um) by convective precipitation (kg m**-2 s**-1)
|
||||
39 39 AERWDCCDUL Wet deposition of dust aerosol (9 - 20 um) by convective precipitation (kg m**-2 s**-1)
|
||||
40 40 AERNGTDUS Negative fixer of dust aerosol (0.03 - 0.55 um) (kg m**-2 s**-1)
|
||||
41 41 AERNGTDUM Negative fixer of dust aerosol (0.55 - 9 um) (kg m**-2 s**-1)
|
||||
42 42 AERNGTDUL Negative fixer of dust aerosol (9 - 20 um) (kg m**-2 s**-1)
|
||||
43 43 AERMSSDUS Vertically integrated mass of dust aerosol (0.03 - 0.55 um) (kg m**-2)
|
||||
44 44 AERMSSDUM Vertically integrated mass of dust aerosol (0.55 - 9 um) (kg m**-2)
|
||||
45 45 AERMSSDUL Vertically integrated mass of dust aerosol (9 - 20 um) (kg m**-2)
|
||||
46 46 AERODDUS Dust aerosol (0.03 - 0.55 um) optical depth (~)
|
||||
47 47 AERODDUM Dust aerosol (0.55 - 9 um) optical depth (~)
|
||||
48 48 AERODDUL Dust aerosol (9 - 20 um) optical depth (~)
|
||||
49 49 AERSRCOMHPHOB Source/gain of hydrophobic organic matter aerosol (kg m**-2 s**-1)
|
||||
50 50 AERSRCOMHPHIL Source/gain of hydrophilic organic matter aerosol (kg m**-2 s**-1)
|
||||
51 51 AERDDPOMHPHOB Dry deposition of hydrophobic organic matter aerosol (kg m**-2 s**-1)
|
||||
52 52 AERDDPOMHPHIL Dry deposition of hydrophilic organic matter aerosol (kg m**-2 s**-1)
|
||||
53 53 AERSDMOMHPHOB Sedimentation of hydrophobic organic matter aerosol (kg m**-2 s**-1)
|
||||
54 54 AERSDMOMHPHIL Sedimentation of hydrophilic organic matter aerosol (kg m**-2 s**-1)
|
||||
55 55 AERWDLSOMHPHOB Wet deposition of hydrophobic organic matter aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
56 56 AERWDLSOMHPHIL Wet deposition of hydrophilic organic matter aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
57 57 AERWDCCOMHPHOB Wet deposition of hydrophobic organic matter aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
58 58 AERWDCCOMHPHIL Wet deposition of hydrophilic organic matter aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
59 59 AERNGTOMHPHOB Negative fixer of hydrophobic organic matter aerosol (kg m**-2 s**-1)
|
||||
60 60 AERNGTOMHPHIL Negative fixer of hydrophilic organic matter aerosol (kg m**-2 s**-1)
|
||||
61 61 AERMSSOMHPHOB Vertically integrated mass of hydrophobic organic matter aerosol (kg m**-2)
|
||||
62 62 AERMSSOMHPHIL Vertically integrated mass of hydrophilic organic matter aerosol (kg m**-2)
|
||||
63 63 AERODOMHPHOB Hydrophobic organic matter aerosol optical depth (~)
|
||||
64 64 AERODOMHPHIL Hydrophilic organic matter aerosol optical depth (~)
|
||||
65 65 AERSRCBCHPHOB Source/gain of hydrophobic black carbon aerosol (kg m**-2 s**-1)
|
||||
66 66 AERSRCBCHPHIL Source/gain of hydrophilic black carbon aerosol (kg m**-2 s**-1)
|
||||
67 67 AERDDPBCHPHOB Dry deposition of hydrophobic black carbon aerosol (kg m**-2 s**-1)
|
||||
68 68 AERDDPBCHPHIL Dry deposition of hydrophilic black carbon aerosol (kg m**-2 s**-1)
|
||||
69 69 AERSDMBCHPHOB Sedimentation of hydrophobic black carbon aerosol (kg m**-2 s**-1)
|
||||
70 70 AERSDMBCHPHIL Sedimentation of hydrophilic black carbon aerosol (kg m**-2 s**-1)
|
||||
71 71 AERWDLSBCHPHOB Wet deposition of hydrophobic black carbon aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
72 72 AERWDLSBCHPHIL Wet deposition of hydrophilic black carbon aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
73 73 AERWDCCBCHPHOB Wet deposition of hydrophobic black carbon aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
74 74 AERWDCCBCHPHIL Wet deposition of hydrophilic black carbon aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
75 75 AERNGTBCHPHOB Negative fixer of hydrophobic black carbon aerosol (kg m**-2 s**-1)
|
||||
76 76 AERNGTBCHPHIL Negative fixer of hydrophilic black carbon aerosol (kg m**-2 s**-1)
|
||||
77 77 AERMSSBCHPHOB Vertically integrated mass of hydrophobic black carbon aerosol (kg m**-2)
|
||||
78 78 AERMSSBCHPHIL Vertically integrated mass of hydrophilic black carbon aerosol (kg m**-2)
|
||||
79 79 AERODBCHPHOB Hydrophobic black carbon aerosol optical depth (~)
|
||||
80 80 AERODBCHPHIL Hydrophilic black carbon aerosol optical depth (~)
|
||||
81 81 AERSRCSU Source/gain of sulphate aerosol (kg m**-2 s**-1)
|
||||
82 82 AERDDPSU Dry deposition of sulphate aerosol (kg m**-2 s**-1)
|
||||
83 83 AERSDMSU Sedimentation of sulphate aerosol (kg m**-2 s**-1)
|
||||
84 84 AERWDLSSU Wet deposition of sulphate aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
85 85 AERWDCCSU Wet deposition of sulphate aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
86 86 AERNGTSU Negative fixer of sulphate aerosol (kg m**-2 s**-1)
|
||||
87 87 AERMSSSU Vertically integrated mass of sulphate aerosol (kg m**-2)
|
||||
88 88 AERODSU Sulphate aerosol optical depth (~)
|
||||
89 89 ACCAOD550 Accumulated total aerosol optical depth at 550 nm (s)
|
||||
90 90 ALUVPSN Effective (snow effect included) UV visible albedo for direct radiation (0 - 1)
|
||||
91 91 AERDEP10SI 10 metre wind speed dust emission potential (kg s**2 m**-5)
|
||||
92 92 AERDEP10FG 10 metre wind gustiness dust emission potential (kg s**2 m**-5)
|
||||
93 93 AOT532 Total aerosol optical thickness at 532 nm (dimensionless)
|
||||
94 94 NAOT532 Natural (sea-salt and dust) aerosol optical thickness at 532 nm (dimensionless)
|
||||
95 95 AAOT532 Antropogenic (black carbon, organic matter, sulphate) aerosol optical thickness at 532 nm (dimensionless)
|
||||
96 96 AODABS340 Total absorption aerosol optical depth at 340 nm (~)
|
||||
97 97 AODABS355 Total absorption aerosol optical depth at 355 nm (~)
|
||||
98 98 AODABS380 Total absorption aerosol optical depth at 380 nm (~)
|
||||
99 99 AODABS400 Total absorption aerosol optical depth at 400 nm (~)
|
||||
100 100 AODABS440 Total absorption aerosol optical depth at 440 nm (~)
|
||||
101 101 AODABS469 Total absorption aerosol optical depth at 469 nm (~)
|
||||
102 102 AODABS500 Total absorption aerosol optical depth at 500 nm (~)
|
||||
103 103 AODABS532 Total absorption aerosol optical depth at 532 nm (~)
|
||||
104 104 AODABS550 Total absorption aerosol optical depth at 550 nm (~)
|
||||
105 105 AODABS645 Total absorption aerosol optical depth at 645 nm (~)
|
||||
106 106 AODABS670 Total absorption aerosol optical depth at 670 nm (~)
|
||||
107 107 AODABS800 Total absorption aerosol optical depth at 800 nm (~)
|
||||
108 108 AODABS858 Total absorption aerosol optical depth at 858 nm (~)
|
||||
109 109 AODABS865 Total absorption aerosol optical depth at 865 nm (~)
|
||||
110 110 AODABS1020 Total absorption aerosol optical depth at 1020 nm (~)
|
||||
111 111 AODABS1064 Total absorption aerosol optical depth at 1064 nm (~)
|
||||
112 112 AODABS1240 Total absorption aerosol optical depth at 1240 nm (~)
|
||||
113 113 AODABS1640 Total absorption aerosol optical depth at 1640 nm (~)
|
||||
114 114 AODFM340 Total fine mode (r < 0.5 um) aerosol optical depth at 340 nm (~)
|
||||
115 115 AODFM355 Total fine mode (r < 0.5 um) aerosol optical depth at 355 nm (~)
|
||||
116 116 AODFM380 Total fine mode (r < 0.5 um) aerosol optical depth at 380 nm (~)
|
||||
117 117 AODFM400 Total fine mode (r < 0.5 um) aerosol optical depth at 400 nm (~)
|
||||
118 118 AODFM440 Total fine mode (r < 0.5 um) aerosol optical depth at 440 nm (~)
|
||||
119 119 AODFM469 Total fine mode (r < 0.5 um) aerosol optical depth at 469 nm (~)
|
||||
120 120 AODFM500 Total fine mode (r < 0.5 um) aerosol optical depth at 500 nm (~)
|
||||
121 121 AODFM532 Total fine mode (r < 0.5 um) aerosol optical depth at 532 nm (~)
|
||||
122 122 AODFM550 Total fine mode (r < 0.5 um) aerosol optical depth at 550 nm (~)
|
||||
123 123 AODFM645 Total fine mode (r < 0.5 um) aerosol optical depth at 645 nm (~)
|
||||
124 124 AODFM670 Total fine mode (r < 0.5 um) aerosol optical depth at 670 nm (~)
|
||||
125 125 AODFM800 Total fine mode (r < 0.5 um) aerosol optical depth at 800 nm (~)
|
||||
126 126 AODFM858 Total fine mode (r < 0.5 um) aerosol optical depth at 858 nm (~)
|
||||
127 127 AODFM865 Total fine mode (r < 0.5 um) aerosol optical depth at 865 nm (~)
|
||||
128 128 AODFM1020 Total fine mode (r < 0.5 um) aerosol optical depth at 1020 nm (~)
|
||||
129 129 AODFM1064 Total fine mode (r < 0.5 um) aerosol optical depth at 1064 nm (~)
|
||||
130 130 AODFM1240 Total fine mode (r < 0.5 um) aerosol optical depth at 1240 nm (~)
|
||||
131 131 AODFM1640 Total fine mode (r < 0.5 um) aerosol optical depth at 1640 nm (~)
|
||||
132 132 SSA340 Single scattering albedo at 340 nm (0 - 1)
|
||||
133 133 SSA355 Single scattering albedo at 355 nm (0 - 1)
|
||||
134 134 SSA380 Single scattering albedo at 380 nm (0 - 1)
|
||||
135 135 SSA400 Single scattering albedo at 400 nm (0 - 1)
|
||||
136 136 SSA440 Single scattering albedo at 440 nm (0 - 1)
|
||||
137 137 SSA469 Single scattering albedo at 469 nm (0 - 1)
|
||||
138 138 SSA500 Single scattering albedo at 500 nm (0 - 1)
|
||||
139 139 SSA532 Single scattering albedo at 532 nm (0 - 1)
|
||||
140 140 SSA550 Single scattering albedo at 550 nm (0 - 1)
|
||||
141 141 SSA645 Single scattering albedo at 645 nm (0 - 1)
|
||||
142 142 SSA670 Single scattering albedo at 670 nm (0 - 1)
|
||||
143 143 SSA800 Single scattering albedo at 800 nm (0 - 1)
|
||||
144 144 SSA858 Single scattering albedo at 858 nm (0 - 1)
|
||||
145 145 SSA865 Single scattering albedo at 865 nm (0 - 1)
|
||||
146 146 SSA1020 Single scattering albedo at 1020 nm (0 - 1)
|
||||
147 147 SSA1064 Single scattering albedo at 1064 nm (0 - 1)
|
||||
148 148 SSA1240 Single scattering albedo at 1240 nm (0 - 1)
|
||||
149 149 SSA1640 Single scattering albedo at 1640 nm (0 - 1)
|
||||
150 150 ASYMMETRY340 Asymmetry factor at 340 nm (~)
|
||||
151 151 ASYMMETRY355 Asymmetry factor at 355 nm (~)
|
||||
152 152 ASYMMETRY380 Asymmetry factor at 380 nm (~)
|
||||
153 153 ASYMMETRY400 Asymmetry factor at 400 nm (~)
|
||||
154 154 ASYMMETRY440 Asymmetry factor at 440 nm (~)
|
||||
155 155 ASYMMETRY469 Asymmetry factor at 469 nm (~)
|
||||
156 156 ASYMMETRY500 Asymmetry factor at 500 nm (~)
|
||||
157 157 ASYMMETRY532 Asymmetry factor at 532 nm (~)
|
||||
158 158 ASYMMETRY550 Asymmetry factor at 550 nm (~)
|
||||
159 159 ASYMMETRY645 Asymmetry factor at 645 nm (~)
|
||||
160 160 ASYMMETRY670 Asymmetry factor at 670 nm (~)
|
||||
161 161 ASYMMETRY800 Asymmetry factor at 800 nm (~)
|
||||
162 162 ASYMMETRY858 Asymmetry factor at 858 nm (~)
|
||||
163 163 ASYMMETRY865 Asymmetry factor at 865 nm (~)
|
||||
164 164 ASYMMETRY1020 Asymmetry factor at 1020 nm (~)
|
||||
165 165 ASYMMETRY1064 Asymmetry factor at 1064 nm (~)
|
||||
166 166 ASYMMETRY1240 Asymmetry factor at 1240 nm (~)
|
||||
167 167 ASYMMETRY1640 Asymmetry factor at 1640 nm (~)
|
||||
168 168 AERSRCSO2 Source/gain of sulphur dioxide (kg m**-2 s**-1)
|
||||
169 169 AERDDPSO2 Dry deposition of sulphur dioxide (kg m**-2 s**-1)
|
||||
170 170 AERSDMSO2 Sedimentation of sulphur dioxide (kg m**-2 s**-1)
|
||||
171 171 AERWDLSSO2 Wet deposition of sulphur dioxide by large-scale precipitation (kg m**-2 s**-1)
|
||||
172 172 AERWDCCSO2 Wet deposition of sulphur dioxide by convective precipitation (kg m**-2 s**-1)
|
||||
173 173 AERNGTSO2 Negative fixer of sulphur dioxide (kg m**-2 s**-1)
|
||||
174 174 AERMSSSO2 Vertically integrated mass of sulphur dioxide (kg m**-2)
|
||||
175 175 AERODSO2 Sulphur dioxide optical depth (~)
|
||||
176 176 AODABS2130 Total absorption aerosol optical depth at 2130 nm (~)
|
||||
177 177 AODFM2130 Total fine mode (r < 0.5 um) aerosol optical depth at 2130 nm (~)
|
||||
178 178 SSA2130 Single scattering albedo at 2130 nm (0 - 1)
|
||||
179 179 ASYMMETRY2130 Asymmetry factor at 2130 nm (~)
|
||||
180 180 AEREXT355 Aerosol extinction coefficient at 355 nm (m**-1)
|
||||
181 181 AEREXT532 Aerosol extinction coefficient at 532 nm (m**-1)
|
||||
182 182 AEREXT1064 Aerosol extinction coefficient at 1064 nm (m**-1)
|
||||
183 183 AERBACKSCATTOA355 Aerosol backscatter coefficient at 355 nm (from top of atmosphere) (m**-1 sr**-1)
|
||||
184 184 AERBACKSCATTOA532 Aerosol backscatter coefficient at 532 nm (from top of atmosphere) (m**-1 sr**-1)
|
||||
185 185 AERBACKSCATTOA1064 Aerosol backscatter coefficient at 1064 nm (from top of atmosphere) (m**-1 sr**-1)
|
||||
186 186 AERBACKSCATGND355 Aerosol backscatter coefficient at 355 nm (from ground) (m**-1 sr**-1)
|
||||
187 187 AERBACKSCATGND532 Aerosol backscatter coefficient at 532 nm (from ground) (m**-1 sr**-1)
|
||||
188 188 AERBACKSCATGND1064 Aerosol backscatter coefficient at 1064 nm (from ground) (m**-1 sr**-1)
|
||||
189 189 AERSRCNIF Source/gain of fine-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
190 190 AERSRCNIC Source/gain of coarse-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
191 191 AERDDPNIF Dry deposition of fine-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
192 192 AERDDPNIC Dry deposition of coarse-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
193 193 AERSDMNIF Sedimentation of fine-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
194 194 AERSDMNIC Sedimentation of coarse-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
195 195 AERWDLNIF Wet deposition of fine-mode nitrate aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
196 196 AERWDLNIC Wet deposition of coarse-mode nitrate aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
197 197 AERWDCNIF Wet deposition of fine-mode nitrate aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
198 198 AERWDCNIC Wet deposition of coarse-mode nitrate aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
199 199 AERNGTNIF Negative fixer of fine-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
200 200 AERNGTNIC Negative fixer of coarse-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
201 201 AERMSSNIF Vertically integrated mass of fine-mode nitrate aerosol (kg m**-2)
|
||||
202 202 AERMSSNIC Vertically integrated mass of coarse-mode nitrate aerosol (kg m**-2)
|
||||
203 203 AERODNIF Fine-mode nitrate aerosol optical depth at 550 nm (dimensionless)
|
||||
204 204 AERODNIC Coarse-mode nitrate aerosol optical depth at 550 nm (dimensionless)
|
||||
205 205 AERSRCAM Source/gain of ammonium aerosol (kg m**-2 s**-1)
|
||||
206 206 AERDDPAM Dry deposition of ammonium aerosol (kg m**-2 s**-1)
|
||||
207 207 AERSDMAM Sedimentation of ammonium aerosol (kg m**-2 s**-1)
|
||||
208 208 AERWDLAM Wet deposition of ammonium aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
209 209 AERWDCAM Wet deposition of ammonium aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
210 210 AERNGTAM Negative fixer of ammonium aerosol (kg m**-2 s**-1)
|
||||
211 211 AERMSSAM Vertically integrated mass of ammonium aerosol (kg m**-2)
|
||||
1 aersrcsss Source/gain of sea salt aerosol (0.03 - 0.5 um) (kg m**-2 s**-1)
|
||||
2 aersrcssm Source/gain of sea salt aerosol (0.5 - 5 um) (kg m**-2 s**-1)
|
||||
3 aersrcssl Source/gain of sea salt aerosol (5 - 20 um) (kg m**-2 s**-1)
|
||||
4 aerddpsss Dry deposition of sea salt aerosol (0.03 - 0.5 um) (kg m**-2 s**-1)
|
||||
5 aerddpssm Dry deposition of sea salt aerosol (0.5 - 5 um) (kg m**-2 s**-1)
|
||||
6 aerddpssl Dry deposition of sea salt aerosol (5 - 20 um) (kg m**-2 s**-1)
|
||||
7 aersdmsss Sedimentation of sea salt aerosol (0.03 - 0.5 um) (kg m**-2 s**-1)
|
||||
8 aersdmssm Sedimentation of sea salt aerosol (0.5 - 5 um) (kg m**-2 s**-1)
|
||||
9 aersdmssl Sedimentation of sea salt aerosol (5 - 20 um) (kg m**-2 s**-1)
|
||||
10 aerwdlssss Wet deposition of sea salt aerosol (0.03 - 0.5 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
11 aerwdlsssm Wet deposition of sea salt aerosol (0.5 - 5 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
12 aerwdlsssl Wet deposition of sea salt aerosol (5 - 20 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
13 aerwdccsss Wet deposition of sea salt aerosol (0.03 - 0.5 um) by convective precipitation (kg m**-2 s**-1)
|
||||
14 aerwdccssm Wet deposition of sea salt aerosol (0.5 - 5 um) by convective precipitation (kg m**-2 s**-1)
|
||||
15 aerwdccssl Wet deposition of sea salt aerosol (5 - 20 um) by convective precipitation (kg m**-2 s**-1)
|
||||
16 aerngtsss Negative fixer of sea salt aerosol (0.03 - 0.5 um) (kg m**-2 s**-1)
|
||||
17 aerngtssm Negative fixer of sea salt aerosol (0.5 - 5 um) (kg m**-2 s**-1)
|
||||
18 aerngtssl Negative fixer of sea salt aerosol (5 - 20 um) (kg m**-2 s**-1)
|
||||
19 aermsssss Vertically integrated mass of sea salt aerosol (0.03 - 0.5 um) (kg m**-2)
|
||||
20 aermssssm Vertically integrated mass of sea salt aerosol (0.5 - 5 um) (kg m**-2)
|
||||
21 aermssssl Vertically integrated mass of sea salt aerosol (5 - 20 um) (kg m**-2)
|
||||
22 aerodsss Sea salt aerosol (0.03 - 0.5 um) optical depth (~)
|
||||
23 aerodssm Sea salt aerosol (0.5 - 5 um) optical depth (~)
|
||||
24 aerodssl Sea salt aerosol (5 - 20 um) optical depth (~)
|
||||
25 aersrcdus Source/gain of dust aerosol (0.03 - 0.55 um) (kg m**-2 s**-1)
|
||||
26 aersrcdum Source/gain of dust aerosol (0.55 - 9 um) (kg m**-2 s**-1)
|
||||
27 aersrcdul Source/gain of dust aerosol (9 - 20 um) (kg m**-2 s**-1)
|
||||
28 aerddpdus Dry deposition of dust aerosol (0.03 - 0.55 um) (kg m**-2 s**-1)
|
||||
29 aerddpdum Dry deposition of dust aerosol (0.55 - 9 um) (kg m**-2 s**-1)
|
||||
30 aerddpdul Dry deposition of dust aerosol (9 - 20 um) (kg m**-2 s**-1)
|
||||
31 aersdmdus Sedimentation of dust aerosol (0.03 - 0.55 um) (kg m**-2 s**-1)
|
||||
32 aersdmdum Sedimentation of dust aerosol (0.55 - 9 um) (kg m**-2 s**-1)
|
||||
33 aersdmdul Sedimentation of dust aerosol (9 - 20 um) (kg m**-2 s**-1)
|
||||
34 aerwdlsdus Wet deposition of dust aerosol (0.03 - 0.55 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
35 aerwdlsdum Wet deposition of dust aerosol (0.55 - 9 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
36 aerwdlsdul Wet deposition of dust aerosol (9 - 20 um) by large-scale precipitation (kg m**-2 s**-1)
|
||||
37 aerwdccdus Wet deposition of dust aerosol (0.03 - 0.55 um) by convective precipitation (kg m**-2 s**-1)
|
||||
38 aerwdccdum Wet deposition of dust aerosol (0.55 - 9 um) by convective precipitation (kg m**-2 s**-1)
|
||||
39 aerwdccdul Wet deposition of dust aerosol (9 - 20 um) by convective precipitation (kg m**-2 s**-1)
|
||||
40 aerngtdus Negative fixer of dust aerosol (0.03 - 0.55 um) (kg m**-2 s**-1)
|
||||
41 aerngtdum Negative fixer of dust aerosol (0.55 - 9 um) (kg m**-2 s**-1)
|
||||
42 aerngtdul Negative fixer of dust aerosol (9 - 20 um) (kg m**-2 s**-1)
|
||||
43 aermssdus Vertically integrated mass of dust aerosol (0.03 - 0.55 um) (kg m**-2)
|
||||
44 aermssdum Vertically integrated mass of dust aerosol (0.55 - 9 um) (kg m**-2)
|
||||
45 aermssdul Vertically integrated mass of dust aerosol (9 - 20 um) (kg m**-2)
|
||||
46 aeroddus Dust aerosol (0.03 - 0.55 um) optical depth (~)
|
||||
47 aeroddum Dust aerosol (0.55 - 9 um) optical depth (~)
|
||||
48 aeroddul Dust aerosol (9 - 20 um) optical depth (~)
|
||||
49 aersrcomhphob Source/gain of hydrophobic organic matter aerosol (kg m**-2 s**-1)
|
||||
50 aersrcomhphil Source/gain of hydrophilic organic matter aerosol (kg m**-2 s**-1)
|
||||
51 aerddpomhphob Dry deposition of hydrophobic organic matter aerosol (kg m**-2 s**-1)
|
||||
52 aerddpomhphil Dry deposition of hydrophilic organic matter aerosol (kg m**-2 s**-1)
|
||||
53 aersdmomhphob Sedimentation of hydrophobic organic matter aerosol (kg m**-2 s**-1)
|
||||
54 aersdmomhphil Sedimentation of hydrophilic organic matter aerosol (kg m**-2 s**-1)
|
||||
55 aerwdlsomhphob Wet deposition of hydrophobic organic matter aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
56 aerwdlsomhphil Wet deposition of hydrophilic organic matter aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
57 aerwdccomhphob Wet deposition of hydrophobic organic matter aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
58 aerwdccomhphil Wet deposition of hydrophilic organic matter aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
59 aerngtomhphob Negative fixer of hydrophobic organic matter aerosol (kg m**-2 s**-1)
|
||||
60 aerngtomhphil Negative fixer of hydrophilic organic matter aerosol (kg m**-2 s**-1)
|
||||
61 aermssomhphob Vertically integrated mass of hydrophobic organic matter aerosol (kg m**-2)
|
||||
62 aermssomhphil Vertically integrated mass of hydrophilic organic matter aerosol (kg m**-2)
|
||||
63 aerodomhphob Hydrophobic organic matter aerosol optical depth (~)
|
||||
64 aerodomhphil Hydrophilic organic matter aerosol optical depth (~)
|
||||
65 aersrcbchphob Source/gain of hydrophobic black carbon aerosol (kg m**-2 s**-1)
|
||||
66 aersrcbchphil Source/gain of hydrophilic black carbon aerosol (kg m**-2 s**-1)
|
||||
67 aerddpbchphob Dry deposition of hydrophobic black carbon aerosol (kg m**-2 s**-1)
|
||||
68 aerddpbchphil Dry deposition of hydrophilic black carbon aerosol (kg m**-2 s**-1)
|
||||
69 aersdmbchphob Sedimentation of hydrophobic black carbon aerosol (kg m**-2 s**-1)
|
||||
70 aersdmbchphil Sedimentation of hydrophilic black carbon aerosol (kg m**-2 s**-1)
|
||||
71 aerwdlsbchphob Wet deposition of hydrophobic black carbon aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
72 aerwdlsbchphil Wet deposition of hydrophilic black carbon aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
73 aerwdccbchphob Wet deposition of hydrophobic black carbon aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
74 aerwdccbchphil Wet deposition of hydrophilic black carbon aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
75 aerngtbchphob Negative fixer of hydrophobic black carbon aerosol (kg m**-2 s**-1)
|
||||
76 aerngtbchphil Negative fixer of hydrophilic black carbon aerosol (kg m**-2 s**-1)
|
||||
77 aermssbchphob Vertically integrated mass of hydrophobic black carbon aerosol (kg m**-2)
|
||||
78 aermssbchphil Vertically integrated mass of hydrophilic black carbon aerosol (kg m**-2)
|
||||
79 aerodbchphob Hydrophobic black carbon aerosol optical depth (~)
|
||||
80 aerodbchphil Hydrophilic black carbon aerosol optical depth (~)
|
||||
81 aersrcsu Source/gain of sulphate aerosol (kg m**-2 s**-1)
|
||||
82 aerddpsu Dry deposition of sulphate aerosol (kg m**-2 s**-1)
|
||||
83 aersdmsu Sedimentation of sulphate aerosol (kg m**-2 s**-1)
|
||||
84 aerwdlssu Wet deposition of sulphate aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
85 aerwdccsu Wet deposition of sulphate aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
86 aerngtsu Negative fixer of sulphate aerosol (kg m**-2 s**-1)
|
||||
87 aermsssu Vertically integrated mass of sulphate aerosol (kg m**-2)
|
||||
88 aerodsu Sulphate aerosol optical depth (~)
|
||||
89 accaod550 Accumulated total aerosol optical depth at 550 nm (s)
|
||||
90 aluvpsn Effective (snow effect included) UV visible albedo for direct radiation ((0 - 1))
|
||||
91 aerdep10si 10 metre wind speed dust emission potential (kg s**2 m**-5)
|
||||
92 aerdep10fg 10 metre wind gustiness dust emission potential (kg s**2 m**-5)
|
||||
93 aot532 Total aerosol optical thickness at 532 nm (dimensionless)
|
||||
94 naot532 Natural (sea-salt and dust) aerosol optical thickness at 532 nm (dimensionless)
|
||||
95 aaot532 Antropogenic (black carbon, organic matter, sulphate) aerosol optical thickness at 532 nm (dimensionless)
|
||||
96 aodabs340 Total absorption aerosol optical depth at 340 nm (~)
|
||||
97 aodabs355 Total absorption aerosol optical depth at 355 nm (~)
|
||||
98 aodabs380 Total absorption aerosol optical depth at 380 nm (~)
|
||||
99 aodabs400 Total absorption aerosol optical depth at 400 nm (~)
|
||||
100 aodabs440 Total absorption aerosol optical depth at 440 nm (~)
|
||||
101 aodabs469 Total absorption aerosol optical depth at 469 nm (~)
|
||||
102 aodabs500 Total absorption aerosol optical depth at 500 nm (~)
|
||||
103 aodabs532 Total absorption aerosol optical depth at 532 nm (~)
|
||||
104 aodabs550 Total absorption aerosol optical depth at 550 nm (~)
|
||||
105 aodabs645 Total absorption aerosol optical depth at 645 nm (~)
|
||||
106 aodabs670 Total absorption aerosol optical depth at 670 nm (~)
|
||||
107 aodabs800 Total absorption aerosol optical depth at 800 nm (~)
|
||||
108 aodabs858 Total absorption aerosol optical depth at 858 nm (~)
|
||||
109 aodabs865 Total absorption aerosol optical depth at 865 nm (~)
|
||||
110 aodabs1020 Total absorption aerosol optical depth at 1020 nm (~)
|
||||
111 aodabs1064 Total absorption aerosol optical depth at 1064 nm (~)
|
||||
112 aodabs1240 Total absorption aerosol optical depth at 1240 nm (~)
|
||||
113 aodabs1640 Total absorption aerosol optical depth at 1640 nm (~)
|
||||
114 aodfm340 Total fine mode (r < 0.5 um) aerosol optical depth at 340 nm (~)
|
||||
115 aodfm355 Total fine mode (r < 0.5 um) aerosol optical depth at 355 nm (~)
|
||||
116 aodfm380 Total fine mode (r < 0.5 um) aerosol optical depth at 380 nm (~)
|
||||
117 aodfm400 Total fine mode (r < 0.5 um) aerosol optical depth at 400 nm (~)
|
||||
118 aodfm440 Total fine mode (r < 0.5 um) aerosol optical depth at 440 nm (~)
|
||||
119 aodfm469 Total fine mode (r < 0.5 um) aerosol optical depth at 469 nm (~)
|
||||
120 aodfm500 Total fine mode (r < 0.5 um) aerosol optical depth at 500 nm (~)
|
||||
121 aodfm532 Total fine mode (r < 0.5 um) aerosol optical depth at 532 nm (~)
|
||||
122 aodfm550 Total fine mode (r < 0.5 um) aerosol optical depth at 550 nm (~)
|
||||
123 aodfm645 Total fine mode (r < 0.5 um) aerosol optical depth at 645 nm (~)
|
||||
124 aodfm670 Total fine mode (r < 0.5 um) aerosol optical depth at 670 nm (~)
|
||||
125 aodfm800 Total fine mode (r < 0.5 um) aerosol optical depth at 800 nm (~)
|
||||
126 aodfm858 Total fine mode (r < 0.5 um) aerosol optical depth at 858 nm (~)
|
||||
127 aodfm865 Total fine mode (r < 0.5 um) aerosol optical depth at 865 nm (~)
|
||||
128 aodfm1020 Total fine mode (r < 0.5 um) aerosol optical depth at 1020 nm (~)
|
||||
129 aodfm1064 Total fine mode (r < 0.5 um) aerosol optical depth at 1064 nm (~)
|
||||
130 aodfm1240 Total fine mode (r < 0.5 um) aerosol optical depth at 1240 nm (~)
|
||||
131 aodfm1640 Total fine mode (r < 0.5 um) aerosol optical depth at 1640 nm (~)
|
||||
132 ssa340 Single scattering albedo at 340 nm ((0 - 1))
|
||||
133 ssa355 Single scattering albedo at 355 nm ((0 - 1))
|
||||
134 ssa380 Single scattering albedo at 380 nm ((0 - 1))
|
||||
135 ssa400 Single scattering albedo at 400 nm ((0 - 1))
|
||||
136 ssa440 Single scattering albedo at 440 nm ((0 - 1))
|
||||
137 ssa469 Single scattering albedo at 469 nm ((0 - 1))
|
||||
138 ssa500 Single scattering albedo at 500 nm ((0 - 1))
|
||||
139 ssa532 Single scattering albedo at 532 nm ((0 - 1))
|
||||
140 ssa550 Single scattering albedo at 550 nm ((0 - 1))
|
||||
141 ssa645 Single scattering albedo at 645 nm ((0 - 1))
|
||||
142 ssa670 Single scattering albedo at 670 nm ((0 - 1))
|
||||
143 ssa800 Single scattering albedo at 800 nm ((0 - 1))
|
||||
144 ssa858 Single scattering albedo at 858 nm ((0 - 1))
|
||||
145 ssa865 Single scattering albedo at 865 nm ((0 - 1))
|
||||
146 ssa1020 Single scattering albedo at 1020 nm ((0 - 1))
|
||||
147 ssa1064 Single scattering albedo at 1064 nm ((0 - 1))
|
||||
148 ssa1240 Single scattering albedo at 1240 nm ((0 - 1))
|
||||
149 ssa1640 Single scattering albedo at 1640 nm ((0 - 1))
|
||||
150 asymmetry340 Asymmetry factor at 340 nm (~)
|
||||
151 asymmetry355 Asymmetry factor at 355 nm (~)
|
||||
152 asymmetry380 Asymmetry factor at 380 nm (~)
|
||||
153 asymmetry400 Asymmetry factor at 400 nm (~)
|
||||
154 asymmetry440 Asymmetry factor at 440 nm (~)
|
||||
155 asymmetry469 Asymmetry factor at 469 nm (~)
|
||||
156 asymmetry500 Asymmetry factor at 500 nm (~)
|
||||
157 asymmetry532 Asymmetry factor at 532 nm (~)
|
||||
158 asymmetry550 Asymmetry factor at 550 nm (~)
|
||||
159 asymmetry645 Asymmetry factor at 645 nm (~)
|
||||
160 asymmetry670 Asymmetry factor at 670 nm (~)
|
||||
161 asymmetry800 Asymmetry factor at 800 nm (~)
|
||||
162 asymmetry858 Asymmetry factor at 858 nm (~)
|
||||
163 asymmetry865 Asymmetry factor at 865 nm (~)
|
||||
164 asymmetry1020 Asymmetry factor at 1020 nm (~)
|
||||
165 asymmetry1064 Asymmetry factor at 1064 nm (~)
|
||||
166 asymmetry1240 Asymmetry factor at 1240 nm (~)
|
||||
167 asymmetry1640 Asymmetry factor at 1640 nm (~)
|
||||
168 aersrcso2 Source/gain of sulphur dioxide (kg m**-2 s**-1)
|
||||
169 aerddpso2 Dry deposition of sulphur dioxide (kg m**-2 s**-1)
|
||||
170 aersdmso2 Sedimentation of sulphur dioxide (kg m**-2 s**-1)
|
||||
171 aerwdlsso2 Wet deposition of sulphur dioxide by large-scale precipitation (kg m**-2 s**-1)
|
||||
172 aerwdccso2 Wet deposition of sulphur dioxide by convective precipitation (kg m**-2 s**-1)
|
||||
173 aerngtso2 Negative fixer of sulphur dioxide (kg m**-2 s**-1)
|
||||
174 aermssso2 Vertically integrated mass of sulphur dioxide (kg m**-2)
|
||||
175 aerodso2 Sulphur dioxide optical depth (~)
|
||||
176 aodabs2130 Total absorption aerosol optical depth at 2130 nm (~)
|
||||
177 aodfm2130 Total fine mode (r < 0.5 um) aerosol optical depth at 2130 nm (~)
|
||||
178 ssa2130 Single scattering albedo at 2130 nm ((0 - 1))
|
||||
179 asymmetry2130 Asymmetry factor at 2130 nm (~)
|
||||
180 aerext355 Aerosol extinction coefficient at 355 nm (m**-1)
|
||||
181 aerext532 Aerosol extinction coefficient at 532 nm (m**-1)
|
||||
182 aerext1064 Aerosol extinction coefficient at 1064 nm (m**-1)
|
||||
183 aerbackscattoa355 Aerosol backscatter coefficient at 355 nm (from top of atmosphere) (m**-1 sr**-1)
|
||||
184 aerbackscattoa532 Aerosol backscatter coefficient at 532 nm (from top of atmosphere) (m**-1 sr**-1)
|
||||
185 aerbackscattoa1064 Aerosol backscatter coefficient at 1064 nm (from top of atmosphere) (m**-1 sr**-1)
|
||||
186 aerbackscatgnd355 Aerosol backscatter coefficient at 355 nm (from ground) (m**-1 sr**-1)
|
||||
187 aerbackscatgnd532 Aerosol backscatter coefficient at 532 nm (from ground) (m**-1 sr**-1)
|
||||
188 aerbackscatgnd1064 Aerosol backscatter coefficient at 1064 nm (from ground) (m**-1 sr**-1)
|
||||
189 aersrcnif Source/gain of fine-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
190 aersrcnic Source/gain of coarse-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
191 aerddpnif Dry deposition of fine-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
192 aerddpnic Dry deposition of coarse-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
193 aersdmnif Sedimentation of fine-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
194 aersdmnic Sedimentation of coarse-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
195 aerwdlnif Wet deposition of fine-mode nitrate aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
196 aerwdlnic Wet deposition of coarse-mode nitrate aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
197 aerwdcnif Wet deposition of fine-mode nitrate aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
198 aerwdcnic Wet deposition of coarse-mode nitrate aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
199 aerngtnif Negative fixer of fine-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
200 aerngtnic Negative fixer of coarse-mode nitrate aerosol (kg m**-2 s**-1)
|
||||
201 aermssnif Vertically integrated mass of fine-mode nitrate aerosol (kg m**-2)
|
||||
202 aermssnic Vertically integrated mass of coarse-mode nitrate aerosol (kg m**-2)
|
||||
203 aerodnif Fine-mode nitrate aerosol optical depth at 550 nm (dimensionless)
|
||||
204 aerodnic Coarse-mode nitrate aerosol optical depth at 550 nm (dimensionless)
|
||||
205 aersrcam Source/gain of ammonium aerosol (kg m**-2 s**-1)
|
||||
206 aerddpam Dry deposition of ammonium aerosol (kg m**-2 s**-1)
|
||||
207 aersdmam Sedimentation of ammonium aerosol (kg m**-2 s**-1)
|
||||
208 aerwdlam Wet deposition of ammonium aerosol by large-scale precipitation (kg m**-2 s**-1)
|
||||
209 aerwdcam Wet deposition of ammonium aerosol by convective precipitation (kg m**-2 s**-1)
|
||||
210 aerngtam Negative fixer of ammonium aerosol (kg m**-2 s**-1)
|
||||
211 aermssam Vertically integrated mass of ammonium aerosol (kg m**-2)
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
228 228 TPOC Total precipitation observation count (dimensionless)
|
||||
228 tpoc Total precipitation observation count (dimensionless)
|
||||
|
|
|
@ -1,108 +1,108 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
1 cin CIN Convective inhibition (J kg**-1)
|
||||
2 orog OROG Orography (m)
|
||||
3 zust ZUST Friction velocity (m s**-1)
|
||||
4 mean2t MEAN2T Mean temperature at 2 metres (K)
|
||||
5 mean10ws MEAN10WS Mean of 10 metre wind speed (m s**-1)
|
||||
6 meantcc MEANTCC Mean total cloud cover (0 - 1)
|
||||
7 dl DL Lake total depth (m)
|
||||
8 lmlt LMLT Lake mix-layer temperature (K)
|
||||
9 lmld LMLD Lake mix-layer depth (m)
|
||||
10 lblt LBLT Lake bottom temperature (K)
|
||||
11 ltlt LTLT Lake total layer temperature (K)
|
||||
12 lshf LSHF Lake shape factor (dimensionless)
|
||||
13 lict LICT Lake ice surface temperature (K)
|
||||
14 licd LICD Lake ice total depth (m)
|
||||
15 dndzn DNDZN Minimum vertical gradient of refractivity inside trapping layer (m**-1)
|
||||
16 dndza DNDZA Mean vertical gradient of refractivity inside trapping layer (m**-1)
|
||||
17 dctb DCTB Duct base height (m)
|
||||
18 tplb TPLB Trapping layer base height (m)
|
||||
19 tplt TPLT Trapping layer top height (m)
|
||||
20 degm10l -10 degrees C isothermal level (m)
|
||||
21 fdir FDIR Total sky direct solar radiation at surface (J m**-2)
|
||||
22 cdir CDIR Clear-sky direct solar radiation at surface (J m**-2)
|
||||
23 cbh CBH Cloud base height (m)
|
||||
24 deg0l DEG0L Zero degree level (m)
|
||||
25 hvis HVIS Horizontal visibility (m)
|
||||
26 mx2t3 MX2T3 Maximum temperature at 2 metres in the last 3 hours (K)
|
||||
27 mn2t3 MN2T3 Minimum temperature at 2 metres in the last 3 hours (K)
|
||||
28 10fg3 10FG3 10 metre wind gust in the last 3 hours (m s**-1)
|
||||
29 i10fg I10FG Instantaneous 10 metre wind gust (m s**-1)
|
||||
39 sm SM Soil Moisture (kg m**-3)
|
||||
40 swi1 SWI1 Soil wetness index in layer 1 (dimensionless)
|
||||
41 swi2 SWI2 Soil wetness index in layer 2 (dimensionless)
|
||||
42 swi3 SWI3 Soil wetness index in layer 3 (dimensionless)
|
||||
43 swi4 SWI4 Soil wetness index in layer 4 (dimensionless)
|
||||
44 capes CAPES Convective available potential energy shear (m**2 s**-2)
|
||||
46 hcct HCCT Height of convective cloud top (m)
|
||||
47 hwbt0 HWBT0 Height of zero-degree wet-bulb temperature (m)
|
||||
48 hwbt1 HWBT1 Height of one-degree wet-bulb temperature (m)
|
||||
50 litoti LITOTI Instantaneous total lightning flash density (km**-2 day**-1)
|
||||
51 litota1 LITOTA1 Averaged total lightning flash density in the last hour (km**-2 day**-1)
|
||||
52 licgi LICGI Instantaneous cloud-to-ground lightning flash density (km**-2 day**-1)
|
||||
53 licga1 LICGA1 Averaged cloud-to-ground lightning flash density in the last hour (km**-2 day**-1)
|
||||
70 smnnob SMNNOB SMOS observed soil moisture retrieved using neural network (m**3 m**-3)
|
||||
71 smnner SMNNER SMOS observed soil moisture uncertainty retrieved using neural network (m**3 m**-3)
|
||||
72 smnnrfi SMNNRFI SMOS radio frequency interference probability (%)
|
||||
73 smnnnb SMNNNB SMOS number of observations per grid point (dimensionless)
|
||||
74 smnntim SMNNTIM SMOS observation time for the satellite soil moisture data (hour)
|
||||
78 gppbfas GPPBFAS GPP coefficient from Biogenic Flux Adjustment System (dimensionless)
|
||||
79 recbfas RECBFAS Rec coefficient from Biogenic Flux Adjustment System (dimensionless)
|
||||
80 aco2nee ACO2NEE Accumulated Carbon Dioxide Net Ecosystem Exchange (kg m**-2)
|
||||
81 aco2gpp ACO2GPP Accumulated Carbon Dioxide Gross Primary Production (kg m**-2)
|
||||
82 aco2rec ACO2REC Accumulated Carbon Dioxide Ecosystem Respiration (kg m**-2)
|
||||
83 fco2nee FCO2NEE Flux of Carbon Dioxide Net Ecosystem Exchange (kg m**-2 s**-1)
|
||||
84 fco2gpp FCO2GPP Flux of Carbon Dioxide Gross Primary Production (kg m**-2 s**-1)
|
||||
85 fco2rec FCO2REC Flux of Carbon Dioxide Ecosystem Respiration (kg m**-2 s**-1)
|
||||
88 tcslw TCSLW Total column supercooled liquid water (kg m**-2)
|
||||
89 tcrw TCRW Total column rain water (kg m**-2)
|
||||
90 tcsw TCSW Total column snow water (kg m**-2)
|
||||
91 ccf CCF Canopy cover fraction (0 - 1)
|
||||
92 stf STF Soil texture fraction (0 - 1)
|
||||
93 swv SWV Volumetric soil moisture (m**3 m**-3)
|
||||
94 ist IST Ice temperature (K)
|
||||
109 ceil CEIL Ceiling (m)
|
||||
121 kx KX K index (K)
|
||||
123 totalx TOTALX Total totals index (K)
|
||||
129 ssrdc SSRDC Surface solar radiation downward clear-sky (J m**-2)
|
||||
130 strdc STRDC Surface thermal radiation downward clear-sky (J m**-2)
|
||||
131 u10n U10N Neutral wind at 10 m u-component (m s**-1)
|
||||
132 v10n V10N Neutral wind at 10 m v-component (m s**-1)
|
||||
134 vtnowd VTNOWD V-tendency from non-orographic wave drag (m s**-2)
|
||||
136 utnowd UTNOWD U-tendency from non-orographic wave drag (m s**-2)
|
||||
139 st ST Soil Temperature (K)
|
||||
141 sd SD Snow depth water equivalent (kg m**-2)
|
||||
144 sf SF Snow Fall water equivalent (kg m**-2)
|
||||
164 tcc TCC Total Cloud Cover (%)
|
||||
170 cap CAP Field capacity (kg m**-3)
|
||||
171 wilt WILT Wilting point (kg m**-3)
|
||||
216 fzra FZRA Accumulated freezing rain (m)
|
||||
217 ilspf ILSPF Instantaneous large-scale surface precipitation fraction (0 - 1)
|
||||
218 crr CRR Convective rain rate (kg m**-2 s**-1)
|
||||
219 lsrr LSRR Large scale rain rate (kg m**-2 s**-1)
|
||||
220 csfr CSFR Convective snowfall rate water equivalent (kg m**-2 s**-1)
|
||||
221 lssfr LSSFR Large scale snowfall rate water equivalent (kg m**-2 s**-1)
|
||||
222 mxtpr3 MXTPR3 Maximum total precipitation rate in the last 3 hours (kg m**-2 s**-1)
|
||||
223 mntpr3 MNTPR3 Minimum total precipitation rate in the last 3 hours (kg m**-2 s**-1)
|
||||
224 mxtpr6 MXTPR6 Maximum total precipitation rate in the last 6 hours (kg m**-2 s**-1)
|
||||
225 mntpr6 MNTPR6 Minimum total precipitation rate in the last 6 hours (kg m**-2 s**-1)
|
||||
226 mxtpr MXTPR Maximum total precipitation rate since previous post-processing (kg m**-2 s**-1)
|
||||
227 mntpr MNTPR Minimum total precipitation rate since previous post-processing (kg m**-2 s**-1)
|
||||
228 tp TP Total Precipitation (kg m**-2)
|
||||
229 smos_tb_cdfa SMOS_TB_CDFA SMOS first Brightness Temperature Bias Correction parameter (K)
|
||||
230 smos_tb_cdfb SMOS_TB_CDFB SMOS second Brightness Temperature Bias Correction parameter (dimensionless)
|
||||
239 200U 200 metre U wind component (m s**-1)
|
||||
240 200V 200 metre V wind component (m s**-1)
|
||||
241 200SI 200 metre wind speed (m s**-1)
|
||||
242 fdif FDIF Surface solar radiation diffuse total sky (J m**-2)
|
||||
243 cdif CDIF Surface solar radiation diffuse clear-sky (J m**-2)
|
||||
244 aldr ALDR Surface albedo of direct radiation (0 - 1)
|
||||
245 aldf ALDF Surface albedo of diffuse radiation (0 - 1)
|
||||
246 100u 100U 100 metre U wind component (m s**-1)
|
||||
247 100v 100V 100 metre V wind component (m s**-1)
|
||||
249 100si 100SI 100 metre wind speed (m s**-1)
|
||||
250 irrfr IRRFR Irrigation fraction (Proportion)
|
||||
251 pev PEV Potential evaporation (m)
|
||||
252 irr IRR Irrigation (m)
|
||||
253 ascat_sm_cdfa ASCAT_SM_CDFA ASCAT first soil moisture CDF matching parameter (m**3 m**-3)
|
||||
254 ascat_sm_cdfb ASCAT_SM_CDFB ASCAT second soil moisture CDF matching parameter (dimensionless)
|
||||
1 cin Convective inhibition (J kg**-1)
|
||||
2 orog Orography (m)
|
||||
3 zust Friction velocity (m s**-1)
|
||||
4 mean2t Mean temperature at 2 metres (K)
|
||||
5 mean10ws Mean of 10 metre wind speed (m s**-1)
|
||||
6 meantcc Mean total cloud cover ((0 - 1))
|
||||
7 dl Lake total depth (m)
|
||||
8 lmlt Lake mix-layer temperature (K)
|
||||
9 lmld Lake mix-layer depth (m)
|
||||
10 lblt Lake bottom temperature (K)
|
||||
11 ltlt Lake total layer temperature (K)
|
||||
12 lshf Lake shape factor (dimensionless)
|
||||
13 lict Lake ice surface temperature (K)
|
||||
14 licd Lake ice total depth (m)
|
||||
15 dndzn Minimum vertical gradient of refractivity inside trapping layer (m**-1)
|
||||
16 dndza Mean vertical gradient of refractivity inside trapping layer (m**-1)
|
||||
17 dctb Duct base height (m)
|
||||
18 tplb Trapping layer base height (m)
|
||||
19 tplt Trapping layer top height (m)
|
||||
20 degm10l -10 degrees C isothermal level (atm) (m)
|
||||
21 fdir Total sky direct solar radiation at surface (J m**-2)
|
||||
22 cdir Clear-sky direct solar radiation at surface (J m**-2)
|
||||
23 cbh Cloud base height (m)
|
||||
24 deg0l 0 degrees C isothermal level (atm) (m)
|
||||
25 hvis Horizontal visibility (m)
|
||||
26 mx2t3 Maximum temperature at 2 metres in the last 3 hours (K)
|
||||
27 mn2t3 Minimum temperature at 2 metres in the last 3 hours (K)
|
||||
28 10fg3 10 metre wind gust in the last 3 hours (m s**-1)
|
||||
29 i10fg Instantaneous 10 metre wind gust (m s**-1)
|
||||
39 sm Soil Moisture (kg m**-3)
|
||||
40 swi1 Soil wetness index in layer 1 (dimensionless)
|
||||
41 swi2 Soil wetness index in layer 2 (dimensionless)
|
||||
42 swi3 Soil wetness index in layer 3 (dimensionless)
|
||||
43 swi4 Soil wetness index in layer 4 (dimensionless)
|
||||
44 capes Convective available potential energy shear (m**2 s**-2)
|
||||
46 hcct Height of convective cloud top (m)
|
||||
47 hwbt0 Height of zero-degree wet-bulb temperature (m)
|
||||
48 hwbt1 Height of one-degree wet-bulb temperature (m)
|
||||
50 litoti Instantaneous total lightning flash density (km**-2 day**-1)
|
||||
51 litota1 Averaged total lightning flash density in the last hour (km**-2 day**-1)
|
||||
52 licgi Instantaneous cloud-to-ground lightning flash density (km**-2 day**-1)
|
||||
53 licga1 Averaged cloud-to-ground lightning flash density in the last hour (km**-2 day**-1)
|
||||
70 smnnob SMOS observed soil moisture retrieved using neural network (m**3 m**-3)
|
||||
71 smnner SMOS observed soil moisture uncertainty retrieved using neural network (m**3 m**-3)
|
||||
72 smnnrfi SMOS radio frequency interference probability (%)
|
||||
73 smnnnb SMOS number of observations per grid point (dimensionless)
|
||||
74 smnntim SMOS observation time for the satellite soil moisture data (hour)
|
||||
78 gppbfas GPP coefficient from Biogenic Flux Adjustment System (dimensionless)
|
||||
79 recbfas Rec coefficient from Biogenic Flux Adjustment System (dimensionless)
|
||||
80 aco2nee Accumulated Carbon Dioxide Net Ecosystem Exchange (kg m**-2)
|
||||
81 aco2gpp Accumulated Carbon Dioxide Gross Primary Production (kg m**-2)
|
||||
82 aco2rec Accumulated Carbon Dioxide Ecosystem Respiration (kg m**-2)
|
||||
83 fco2nee Flux of Carbon Dioxide Net Ecosystem Exchange (kg m**-2 s**-1)
|
||||
84 fco2gpp Flux of Carbon Dioxide Gross Primary Production (kg m**-2 s**-1)
|
||||
85 fco2rec Flux of Carbon Dioxide Ecosystem Respiration (kg m**-2 s**-1)
|
||||
88 tcslw Total column supercooled liquid water (kg m**-2)
|
||||
89 tcrw Total column rain water (kg m**-2)
|
||||
90 tcsw Total column snow water (kg m**-2)
|
||||
91 ccf Canopy cover fraction ((0 - 1))
|
||||
92 stf Soil texture fraction ((0 - 1))
|
||||
93 swv Volumetric soil moisture (m**3 m**-3)
|
||||
94 ist Ice temperature (K)
|
||||
109 ceil Ceiling (m)
|
||||
121 kx K index (K)
|
||||
123 totalx Total totals index (K)
|
||||
129 ssrdc Surface solar radiation downward clear-sky (J m**-2)
|
||||
130 strdc Surface thermal radiation downward clear-sky (J m**-2)
|
||||
131 u10n Neutral wind at 10 m u-component (m s**-1)
|
||||
132 v10n Neutral wind at 10 m v-component (m s**-1)
|
||||
134 vtnowd V-tendency from non-orographic wave drag (m s**-2)
|
||||
136 utnowd U-tendency from non-orographic wave drag (m s**-2)
|
||||
139 st Soil Temperature (K)
|
||||
141 sd Snow depth water equivalent (kg m**-2)
|
||||
144 sf Snow Fall water equivalent (kg m**-2)
|
||||
164 tcc Total Cloud Cover (%)
|
||||
170 cap Field capacity (kg m**-3)
|
||||
171 wilt Wilting point (kg m**-3)
|
||||
216 fzra Accumulated freezing rain (m)
|
||||
217 ilspf Instantaneous large-scale surface precipitation fraction ((0 - 1))
|
||||
218 crr Convective rain rate (kg m**-2 s**-1)
|
||||
219 lsrr Large scale rain rate (kg m**-2 s**-1)
|
||||
220 csfr Convective snowfall rate water equivalent (kg m**-2 s**-1)
|
||||
221 lssfr Large scale snowfall rate water equivalent (kg m**-2 s**-1)
|
||||
222 mxtpr3 Maximum total precipitation rate in the last 3 hours (kg m**-2 s**-1)
|
||||
223 mntpr3 Minimum total precipitation rate in the last 3 hours (kg m**-2 s**-1)
|
||||
224 mxtpr6 Maximum total precipitation rate in the last 6 hours (kg m**-2 s**-1)
|
||||
225 mntpr6 Minimum total precipitation rate in the last 6 hours (kg m**-2 s**-1)
|
||||
226 mxtpr Maximum total precipitation rate since previous post-processing (kg m**-2 s**-1)
|
||||
227 mntpr Minimum total precipitation rate since previous post-processing (kg m**-2 s**-1)
|
||||
228 tp Total Precipitation (kg m**-2)
|
||||
229 smos_tb_cdfa SMOS first Brightness Temperature Bias Correction parameter (K)
|
||||
230 smos_tb_cdfb SMOS second Brightness Temperature Bias Correction parameter (dimensionless)
|
||||
239 200u 200 metre U wind component (m s**-1)
|
||||
240 200v 200 metre V wind component (m s**-1)
|
||||
241 200si 200 metre wind speed (m s**-1)
|
||||
242 fdif Surface solar radiation diffuse total sky (J m**-2)
|
||||
243 cdif Surface solar radiation diffuse clear-sky (J m**-2)
|
||||
244 aldr Surface albedo of direct radiation ((0 - 1))
|
||||
245 aldf Surface albedo of diffuse radiation ((0 - 1))
|
||||
246 100u 100 metre U wind component (m s**-1)
|
||||
247 100v 100 metre V wind component (m s**-1)
|
||||
249 100si 100 metre wind speed (m s**-1)
|
||||
250 irrfr Irrigation fraction (Proportion)
|
||||
251 pev Potential evaporation (m)
|
||||
252 irr Irrigation (m)
|
||||
253 ascat_sm_cdfa ASCAT first soil moisture CDF matching parameter (m**3 m**-3)
|
||||
254 ascat_sm_cdfb ASCAT second soil moisture CDF matching parameter (dimensionless)
|
||||
|
|
|
@ -1,51 +1,51 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
8 8 SROVAR Surface runoff (variable resolution) (m)
|
||||
9 9 SSROVAR Sub-surface runoff (variable resolution) (m)
|
||||
20 20 PARCSVAR Clear sky surface photosynthetically active radiation (variable resolution) (J m**-2)
|
||||
21 21 FDIRVAR Total sky direct solar radiation at surface (variable resolution) (J m**-2)
|
||||
22 22 CDIRVAR Clear-sky direct solar radiation at surface (variable resolution) (J m**-2)
|
||||
44 44 ESVAR Snow evaporation (variable resolution) (kg m**-2)
|
||||
45 45 SMLTVAR Snowmelt (variable resolution) (kg m**-2)
|
||||
46 46 SDURVAR Solar duration (variable resolution) (s)
|
||||
47 47 DSRPVAR Direct solar radiation (variable resolution) (J m**-2)
|
||||
50 50 LSPFVAR Large-scale precipitation fraction (variable resolution) (s)
|
||||
57 57 UVBVAR Downward UV radiation at the surface (variable resolution) (J m**-2)
|
||||
58 58 PARVAR Photosynthetically active radiation at the surface (variable resolution) (J m**-2)
|
||||
80 80 ACO2NEEVAR Accumulated Carbon Dioxide Net Ecosystem Exchange (variable resolution) (kg m**-2)
|
||||
81 81 ACO2GPPVAR Accumulated Carbon Dioxide Gross Primary Production (variable resolution) (kg m**-2)
|
||||
82 82 ACO2RECVAR Accumulated Carbon Dioxide Ecosystem Respiration (variable resolution) (kg m**-2)
|
||||
129 129 SSRDCVAR Surface solar radiation downward clear-sky (variable resolution) (J m**-2)
|
||||
130 130 STRDCVAR Surface thermal radiation downward clear-sky (variable resolution) (J m**-2)
|
||||
142 142 LSPVAR Stratiform precipitation (Large-scale precipitation) (variable resolution) (m)
|
||||
143 143 CPVAR Convective precipitation (variable resolution) (m)
|
||||
144 144 SFVAR Snowfall (convective + stratiform) (variable resolution) (m of water equivalent)
|
||||
145 145 BLDVAR Boundary layer dissipation (variable resolution) (J m**-2)
|
||||
146 146 SSHFVAR Surface sensible heat flux (variable resolution) (J m**-2)
|
||||
147 147 SLHFVAR Surface latent heat flux (variable resolution) (J m**-2)
|
||||
169 169 SSRDVAR Surface solar radiation downwards (variable resolution) (J m**-2)
|
||||
174 174 ALVAR Albedo (variable resolution) (0 - 1)
|
||||
175 175 STRDVAR Surface thermal radiation downwards (variable resolution) (J m**-2)
|
||||
176 176 SSRVAR Surface net solar radiation (variable resolution) (J m**-2)
|
||||
177 177 STRVAR Surface net thermal radiation (variable resolution) (J m**-2)
|
||||
178 178 TSRVAR Top net solar radiation (variable resolution) (J m**-2)
|
||||
179 179 TTRVAR Top net thermal radiation (variable resolution) (J m**-2)
|
||||
180 180 EWSSVAR East-West surface stress (variable resolution) (N m**-2 s)
|
||||
181 181 NSSSVAR North-South surface stress (variable resolution) (N m**-2 s)
|
||||
182 182 EVAR Evaporation (variable resolution) (kg m**-2)
|
||||
189 189 SUNDVAR Sunshine duration (variable resolution) (s)
|
||||
195 195 LGWSVAR Longitudinal component of gravity wave stress (variable resolution) (N m**-2 s)
|
||||
196 196 MGWSVAR Meridional component of gravity wave stress (variable resolution) (N m**-2 s)
|
||||
197 197 GWDVAR Gravity wave dissipation (variable resolution) (J m**-2)
|
||||
198 198 SRCVAR Skin reservoir content (variable resolution) (kg m**-2)
|
||||
205 205 ROVAR Runoff (variable resolution) (m)
|
||||
208 208 TSRCVAR Top net solar radiation, clear sky (variable resolution) (J m**-2)
|
||||
209 209 TTRCVAR Top net thermal radiation, clear sky (variable resolution) (J m**-2)
|
||||
210 210 SSRCVAR Surface net solar radiation, clear sky (variable resolution) (J m**-2)
|
||||
211 211 STRCVAR Surface net thermal radiation, clear sky (variable resolution) (J m**-2)
|
||||
212 212 TISRVAR TOA incident solar radiation (variable resolution) (J m**-2)
|
||||
213 213 VIMDVAR Vertically integrated moisture divergence (variable resolution) (kg m**-2)
|
||||
216 216 FZRAVAR Accumulated freezing rain (variable resolution) (m)
|
||||
228 228 TPVAR Total precipitation (variable resolution) (m)
|
||||
239 239 CSFVAR Convective snowfall (variable resolution) (m of water equivalent)
|
||||
240 240 LSFVAR Large-scale snowfall (variable resolution) (m of water equivalent)
|
||||
251 251 PEVVAR Potential evaporation (variable resolution) (m)
|
||||
8 srovar Surface runoff (variable resolution) (m)
|
||||
9 ssrovar Sub-surface runoff (variable resolution) (m)
|
||||
20 parcsvar Clear sky surface photosynthetically active radiation (variable resolution) (J m**-2)
|
||||
21 fdirvar Total sky direct solar radiation at surface (variable resolution) (J m**-2)
|
||||
22 cdirvar Clear-sky direct solar radiation at surface (variable resolution) (J m**-2)
|
||||
44 esvar Snow evaporation (variable resolution) (kg m**-2)
|
||||
45 smltvar Snowmelt (variable resolution) (kg m**-2)
|
||||
46 sdurvar Solar duration (variable resolution) (s)
|
||||
47 dsrpvar Direct solar radiation (variable resolution) (J m**-2)
|
||||
50 lspfvar Large-scale precipitation fraction (variable resolution) (s)
|
||||
57 uvbvar Downward UV radiation at the surface (variable resolution) (J m**-2)
|
||||
58 parvar Photosynthetically active radiation at the surface (variable resolution) (J m**-2)
|
||||
80 aco2neevar Accumulated Carbon Dioxide Net Ecosystem Exchange (variable resolution) (kg m**-2)
|
||||
81 aco2gppvar Accumulated Carbon Dioxide Gross Primary Production (variable resolution) (kg m**-2)
|
||||
82 aco2recvar Accumulated Carbon Dioxide Ecosystem Respiration (variable resolution) (kg m**-2)
|
||||
129 ssrdcvar Surface solar radiation downward clear-sky (variable resolution) (J m**-2)
|
||||
130 strdcvar Surface thermal radiation downward clear-sky (variable resolution) (J m**-2)
|
||||
142 lspvar Stratiform precipitation (Large-scale precipitation) (variable resolution) (m)
|
||||
143 cpvar Convective precipitation (variable resolution) (m)
|
||||
144 sfvar Snowfall (convective + stratiform) (variable resolution) (m of water equivalent)
|
||||
145 bldvar Boundary layer dissipation (variable resolution) (J m**-2)
|
||||
146 sshfvar Surface sensible heat flux (variable resolution) (J m**-2)
|
||||
147 slhfvar Surface latent heat flux (variable resolution) (J m**-2)
|
||||
169 ssrdvar Surface solar radiation downwards (variable resolution) (J m**-2)
|
||||
174 alvar Albedo (variable resolution) ((0 - 1))
|
||||
175 strdvar Surface thermal radiation downwards (variable resolution) (J m**-2)
|
||||
176 ssrvar Surface net solar radiation (variable resolution) (J m**-2)
|
||||
177 strvar Surface net thermal radiation (variable resolution) (J m**-2)
|
||||
178 tsrvar Top net solar radiation (variable resolution) (J m**-2)
|
||||
179 ttrvar Top net thermal radiation (variable resolution) (J m**-2)
|
||||
180 ewssvar East-West surface stress (variable resolution) (N m**-2 s)
|
||||
181 nsssvar North-South surface stress (variable resolution) (N m**-2 s)
|
||||
182 evar Evaporation (variable resolution) (kg m**-2)
|
||||
189 sundvar Sunshine duration (variable resolution) (s)
|
||||
195 lgwsvar Longitudinal component of gravity wave stress (variable resolution) (N m**-2 s)
|
||||
196 mgwsvar Meridional component of gravity wave stress (variable resolution) (N m**-2 s)
|
||||
197 gwdvar Gravity wave dissipation (variable resolution) (J m**-2)
|
||||
198 srcvar Skin reservoir content (variable resolution) (kg m**-2)
|
||||
205 rovar Runoff (variable resolution) (m)
|
||||
208 tsrcvar Top net solar radiation, clear sky (variable resolution) (J m**-2)
|
||||
209 ttrcvar Top net thermal radiation, clear sky (variable resolution) (J m**-2)
|
||||
210 ssrcvar Surface net solar radiation, clear sky (variable resolution) (J m**-2)
|
||||
211 strcvar Surface net thermal radiation, clear sky (variable resolution) (J m**-2)
|
||||
212 tisrvar TOA incident solar radiation (variable resolution) (J m**-2)
|
||||
213 vimdvar Vertically integrated moisture divergence (variable resolution) (kg m**-2)
|
||||
216 fzravar Accumulated freezing rain (variable resolution) (m)
|
||||
228 tpvar Total precipitation (variable resolution) (m)
|
||||
239 csfvar Convective snowfall (variable resolution) (m of water equivalent)
|
||||
240 lsfvar Large-scale snowfall (variable resolution) (m of water equivalent)
|
||||
251 pevvar Potential evaporation (variable resolution) (m)
|
||||
|
|
|
@ -1,49 +1,49 @@
|
|||
# This file was automatically generated by ./param.pl
|
||||
20 20 - Mean surface runoff rate (kg m**-2 s**-1)
|
||||
21 21 - Mean sub-surface runoff rate (kg m**-2 s**-1)
|
||||
22 22 - Mean surface photosynthetically active radiation flux, clear sky (W m**-2)
|
||||
23 23 - Mean snow evaporation rate (kg m**-2 s**-1)
|
||||
24 24 - Mean snowmelt rate (kg m**-2 s**-1)
|
||||
25 25 - Mean magnitude of surface stress (N m**-2)
|
||||
26 26 - Mean large-scale precipitation fraction (Proportion)
|
||||
27 27 - Mean surface downward UV radiation flux (W m**-2)
|
||||
28 28 - Mean surface photosynthetically active radiation flux (W m**-2)
|
||||
29 29 - Mean large-scale precipitation rate (kg m**-2 s**-1)
|
||||
30 30 - Mean convective precipitation rate (kg m**-2 s**-1)
|
||||
31 31 - Mean snowfall rate (kg m**-2 s**-1)
|
||||
32 32 - Mean boundary layer dissipation (W m**-2)
|
||||
33 33 - Mean surface sensible heat flux (W m**-2)
|
||||
34 34 - Mean surface latent heat flux (W m**-2)
|
||||
35 35 - Mean surface downward short-wave radiation flux (W m**-2)
|
||||
36 36 - Mean surface downward long-wave radiation flux (W m**-2)
|
||||
37 37 - Mean surface net short-wave radiation flux (W m**-2)
|
||||
38 38 - Mean surface net long-wave radiation flux (W m**-2)
|
||||
39 39 - Mean top net short-wave radiation flux (W m**-2)
|
||||
40 40 - Mean top net long-wave radiation flux (W m**-2)
|
||||
41 41 - Mean eastward turbulent surface stress (N m**-2)
|
||||
42 42 - Mean northward turbulent surface stress (N m**-2)
|
||||
43 43 - Mean evaporation rate (kg m**-2 s**-1)
|
||||
44 44 - Sunshine duration fraction (Proportion)
|
||||
45 45 - Mean eastward gravity wave surface stress (N m**-2)
|
||||
46 46 - Mean northward gravity wave surface stress (N m**-2)
|
||||
47 47 - Mean gravity wave dissipation (W m**-2)
|
||||
48 48 - Mean runoff rate (kg m**-2 s**-1)
|
||||
49 49 - Mean top net short-wave radiation flux, clear sky (W m**-2)
|
||||
50 50 - Mean top net long-wave radiation flux, clear sky (W m**-2)
|
||||
51 51 - Mean surface net short-wave radiation flux, clear sky (W m**-2)
|
||||
52 52 - Mean surface net long-wave radiation flux, clear sky (W m**-2)
|
||||
53 53 - Mean top downward short-wave radiation flux (W m**-2)
|
||||
54 54 - Mean vertically integrated moisture divergence (kg m**-2 s**-1)
|
||||
55 55 - Mean total precipitation rate (kg m**-2 s**-1)
|
||||
56 56 - Mean convective snowfall rate (kg m**-2 s**-1)
|
||||
57 57 - Mean large-scale snowfall rate (kg m**-2 s**-1)
|
||||
58 58 - Mean surface direct short-wave radiation flux (W m**-2)
|
||||
59 59 - Mean surface direct short-wave radiation flux, clear sky (W m**-2)
|
||||
60 60 - Mean surface diffuse short-wave radiation flux (W m**-2)
|
||||
61 61 - Mean surface diffuse short-wave radiation flux, clear sky (W m**-2)
|
||||
62 62 - Mean carbon dioxide net ecosystem exchange flux (kg m**-2 s**-1)
|
||||
63 63 - Mean carbon dioxide gross primary production flux (kg m**-2 s**-1)
|
||||
64 64 - Mean carbon dioxide ecosystem respiration flux (kg m**-2 s**-1)
|
||||
65 65 - Mean rain rate (kg m**-2 s**-1)
|
||||
66 66 - Mean convective rain rate (kg m**-2 s**-1)
|
||||
67 67 - Mean large-scale rain rate (kg m**-2 s**-1)
|
||||
20 msror Mean surface runoff rate (kg m**-2 s**-1)
|
||||
21 mssror Mean sub-surface runoff rate (kg m**-2 s**-1)
|
||||
22 msparfcs Mean surface photosynthetically active radiation flux, clear sky (W m**-2)
|
||||
23 mser Mean snow evaporation rate (kg m**-2 s**-1)
|
||||
24 msmr Mean snowmelt rate (kg m**-2 s**-1)
|
||||
25 mmtss Mean magnitude of turbulent surface stress (N m**-2)
|
||||
26 mlspf Mean large-scale precipitation fraction (Proportion)
|
||||
27 msdwuvrf Mean surface downward UV radiation flux (W m**-2)
|
||||
28 msparf Mean surface photosynthetically active radiation flux (W m**-2)
|
||||
29 mlspr Mean large-scale precipitation rate (kg m**-2 s**-1)
|
||||
30 mcpr Mean convective precipitation rate (kg m**-2 s**-1)
|
||||
31 msr Mean snowfall rate (kg m**-2 s**-1)
|
||||
32 mbld Mean boundary layer dissipation (W m**-2)
|
||||
33 msshf Mean surface sensible heat flux (W m**-2)
|
||||
34 mslhf Mean surface latent heat flux (W m**-2)
|
||||
35 msdwswrf Mean surface downward short-wave radiation flux (W m**-2)
|
||||
36 msdwlwrf Mean surface downward long-wave radiation flux (W m**-2)
|
||||
37 msnswrf Mean surface net short-wave radiation flux (W m**-2)
|
||||
38 msnlwrf Mean surface net long-wave radiation flux (W m**-2)
|
||||
39 mtnswrf Mean top net short-wave radiation flux (W m**-2)
|
||||
40 mtnlwrf Mean top net long-wave radiation flux (W m**-2)
|
||||
41 metss Mean eastward turbulent surface stress (N m**-2)
|
||||
42 mntss Mean northward turbulent surface stress (N m**-2)
|
||||
43 mer Mean evaporation rate (kg m**-2 s**-1)
|
||||
44 sdf Sunshine duration fraction (Proportion)
|
||||
45 megwss Mean eastward gravity wave surface stress (N m**-2)
|
||||
46 mngwss Mean northward gravity wave surface stress (N m**-2)
|
||||
47 mgwd Mean gravity wave dissipation (W m**-2)
|
||||
48 mror Mean runoff rate (kg m**-2 s**-1)
|
||||
49 mtnswrfcs Mean top net short-wave radiation flux, clear sky (W m**-2)
|
||||
50 mtnlwrfcs Mean top net long-wave radiation flux, clear sky (W m**-2)
|
||||
51 msnswrfcs Mean surface net short-wave radiation flux, clear sky (W m**-2)
|
||||
52 msnlwrfcs Mean surface net long-wave radiation flux, clear sky (W m**-2)
|
||||
53 mtdwswrf Mean top downward short-wave radiation flux (W m**-2)
|
||||
54 mvimd Mean vertically integrated moisture divergence (kg m**-2 s**-1)
|
||||
55 mtpr Mean total precipitation rate (kg m**-2 s**-1)
|
||||
56 mcsr Mean convective snowfall rate (kg m**-2 s**-1)
|
||||
57 mlssr Mean large-scale snowfall rate (kg m**-2 s**-1)
|
||||
58 msdrswrf Mean surface direct short-wave radiation flux (W m**-2)
|
||||
59 msdrswrfcs Mean surface direct short-wave radiation flux, clear sky (W m**-2)
|
||||
60 msdfswrf Mean surface diffuse short-wave radiation flux (W m**-2)
|
||||
61 msdfswrfcs Mean surface diffuse short-wave radiation flux, clear sky (W m**-2)
|
||||
62 mcdneef Mean carbon dioxide net ecosystem exchange flux (kg m**-2 s**-1)
|
||||
63 mcdgppf Mean carbon dioxide gross primary production flux (kg m**-2 s**-1)
|
||||
64 mcderf Mean carbon dioxide ecosystem respiration flux (kg m**-2 s**-1)
|
||||
65 mrr Mean rain rate (kg m**-2 s**-1)
|
||||
66 mcrr Mean convective rain rate (kg m**-2 s**-1)
|
||||
67 mlsrr Mean large-scale rain rate (kg m**-2 s**-1)
|
||||
|
|
Loading…
Reference in New Issue