source: lmdz_wrf/WRFV3/external/io_grib1/WGRIB/nceptable_reanal.c @ 1

Last change on this file since 1 was 1, checked in by lfita, 10 years ago
  • -- --- Opening of the WRF+LMDZ coupling repository --- -- -

WRF: version v3.3
LMDZ: version v1818

More details in:

File size: 14.1 KB
Line 
1#include "cnames.h"
2
3/*
4 * parameter table for the NCEP/NCAR Reanalysis Project
5 * center = 7, subcenter = 0/2, parameter table = 1/2
6 * in a SNAFU the operational and reanalysis tables diverged
7 * and both retained the same parameter table numbers (1,2)
8 *
9 * some of the Reanalysis files have subcenter=2 while others
10 * use subcenter=0  (subcenter field is not standard (7/97))
11 *
12 * Some ways to tell Reanalysis files from OPN files
13 *  Reanalysis: always generated by process 80 - T62 28 level model
14 * Original subcenter=0 Reanalysis files had
15 *  2.5x2.5 (144x73) lat-long grid or 192x94 Gaussian grid (PDS grid=255?)
16 */
17
18struct ParmTable parm_table_ncep_reanal[256] = {
19   /* 0 */ {"var0", "undefined"},
20   /* 1 */ {"PRES", "Pressure [Pa]"},
21   /* 2 */ {"PRMSL", "Pressure reduced to MSL [Pa]"},
22   /* 3 */ {"PTEND", "Pressure tendency [Pa/s]"},
23   /* 4 */ {"var4", "undefined"},
24   /* 5 */ {"var5", "undefined"},
25   /* 6 */ {"GP", "Geopotential [m^2/s^2]"},
26   /* 7 */ {"HGT", "Geopotential height [gpm]"},
27   /* 8 */ {"DIST", "Geometric height [m]"},
28   /* 9 */ {"HSTDV", "Std dev of height [m]"},
29   /* 10 */ {"HVAR", "Variance of height [m^2]"},
30   /* 11 */ {"TMP", "Temp. [K]"},
31   /* 12 */ {"VTMP", "Virtual temp. [K]"},
32   /* 13 */ {"POT", "Potential temp. [K]"},
33   /* 14 */ {"EPOT", "Pseudo-adiabatic pot. temp. [K]"},
34   /* 15 */ {"TMAX", "Max. temp. [K]"},
35   /* 16 */ {"TMIN", "Min. temp. [K]"},
36   /* 17 */ {"DPT", "Dew point temp. [K]"},
37   /* 18 */ {"DEPR", "Dew point depression [K]"},
38   /* 19 */ {"LAPR", "Lapse rate [K/m]"},
39   /* 20 */ {"VISIB", "Visibility [m]"},
40   /* 21 */ {"RDSP1", "Radar spectra (1) [non-dim]"},
41   /* 22 */ {"RDSP2", "Radar spectra (2) [non-dim]"},
42   /* 23 */ {"RDSP3", "Radar spectra (3) [non-dim]"},
43   /* 24 */ {"var24", "undefined"},
44   /* 25 */ {"TMPA", "Temp. anomaly [K]"},
45   /* 26 */ {"PRESA", "Pressure anomaly [Pa]"},
46   /* 27 */ {"GPA", "Geopotential height anomaly [gpm]"},
47   /* 28 */ {"WVSP1", "Wave spectra (1) [non-dim]"},
48   /* 29 */ {"WVSP2", "Wave spectra (2) [non-dim]"},
49   /* 30 */ {"WVSP3", "Wave spectra (3) [non-dim]"},
50   /* 31 */ {"WDIR", "Wind direction [deg]"},
51   /* 32 */ {"WIND", "Wind speed [m/s]"},
52   /* 33 */ {"UGRD", "u wind [m/s]"},
53   /* 34 */ {"VGRD", "v wind [m/s]"},
54   /* 35 */ {"STRM", "Stream function [m^2/s]"},
55   /* 36 */ {"VPOT", "Velocity potential [m^2/s]"},
56   /* 37 */ {"MNTSF", "Montgomery stream function [m^2/s^2]"},
57   /* 38 */ {"SGCVV", "Sigma coord. vertical velocity [/s]"},
58   /* 39 */ {"VVEL", "Pressure vertical velocity [Pa/s]"},
59   /* 40 */ {"DZDT", "Geometric vertical velocity [m/s]"},
60   /* 41 */ {"ABSV", "Absolute vorticity [/s]"},
61   /* 42 */ {"ABSD", "Absolute divergence [/s]"},
62   /* 43 */ {"RELV", "Relative vorticity [/s]"},
63   /* 44 */ {"RELD", "Relative divergence [/s]"},
64   /* 45 */ {"VUCSH", "Vertical u shear [/s]"},
65   /* 46 */ {"VVCSH", "Vertical v shear [/s]"},
66   /* 47 */ {"DIRC", "Direction of current [deg]"},
67   /* 48 */ {"SPC", "Speed of current [m/s]"},
68   /* 49 */ {"UOGRD", "u of current [m/s]"},
69   /* 50 */ {"VOGRD", "v of current [m/s]"},
70   /* 51 */ {"SPFH", "Specific humidity [kg/kg]"},
71   /* 52 */ {"RH", "Relative humidity [%]"},
72   /* 53 */ {"MIXR", "Humidity mixing ratio [kg/kg]"},
73   /* 54 */ {"PWAT", "Precipitable water [kg/m^2]"},
74   /* 55 */ {"VAPP", "Vapor pressure [Pa]"},
75   /* 56 */ {"SATD", "Saturation deficit [Pa]"},
76   /* 57 */ {"EVP", "Evaporation [kg/m^2]"},
77   /* 58 */ {"CICE", "Cloud Ice [kg/kg]"},
78   /* 59 */ {"PRATE", "Precipitation rate [kg/m^2/s]"},
79   /* 60 */ {"TSTM", "Thunderstorm probability [%]"},
80   /* 61 */ {"APCP", "Total precipitation [kg/m^2]"},
81   /* 62 */ {"NCPCP", "Large scale precipitation [kg/m^2]"},
82   /* 63 */ {"ACPCP", "Convective precipitation [kg/m^2]"},
83   /* 64 */ {"SRWEQ", "Snowfall rate water equiv. [kg/m^2/s]"},
84   /* 65 */ {"WEASD", "Accum. snow [kg/m^2]"},
85   /* 66 */ {"SNOD", "Snow depth [m]"},
86   /* 67 */ {"MIXHT", "Mixed layer depth [m]"},
87   /* 68 */ {"TTHDP", "Transient thermocline depth [m]"},
88   /* 69 */ {"MTHD", "Main thermocline depth [m]"},
89   /* 70 */ {"MTHA", "Main thermocline anomaly [m]"},
90   /* 71 */ {"TCDC", "Total cloud cover [%]"},
91   /* 72 */ {"CDCON", "Convective cloud cover [%]"},
92   /* 73 */ {"LCDC", "Low level cloud cover [%]"},
93   /* 74 */ {"MCDC", "Mid level cloud cover [%]"},
94   /* 75 */ {"HCDC", "High level cloud cover [%]"},
95   /* 76 */ {"CWAT", "Cloud water [kg/m^2]"},
96   /* 77 */ {"var77", "undefined"},
97   /* 78 */ {"SNOC", "Convective snow [kg/m^2]"},
98   /* 79 */ {"SNOL", "Large scale snow [kg/m^2]"},
99   /* 80 */ {"WTMP", "Water temp. [K]"},
100   /* 81 */ {"LAND", "Land-sea mask [1=land; 0=sea]"},
101   /* 82 */ {"DSLM", "Deviation of sea level from mean [m]"},
102   /* 83 */ {"SFCR", "Surface roughness [m]"},
103   /* 84 */ {"ALBDO", "Albedo [%]"},
104   /* 85 */ {"TSOIL", "Soil temp. [K]"},
105   /* 86 */ {"SOILM", "Soil moisture content [kg/m^2]"},
106   /* 87 */ {"VEG", "Vegetation [%]"},
107   /* 88 */ {"SALTY", "Salinity [kg/kg]"},
108   /* 89 */ {"DEN", "Density [kg/m^3]"},
109   /* 90 */ {"RUNOF", "Runoff [kg/m^2]"},
110   /* 91 */ {"ICEC", "Ice concentration [ice=1;no ice=0]"},
111   /* 92 */ {"ICETK", "Ice thickness [m]"},
112   /* 93 */ {"DICED", "Direction of ice drift [deg]"},
113   /* 94 */ {"SICED", "Speed of ice drift [m/s]"},
114   /* 95 */ {"UICE", "u of ice drift [m/s]"},
115   /* 96 */ {"VICE", "v of ice drift [m/s]"},
116   /* 97 */ {"ICEG", "Ice growth rate [m/s]"},
117   /* 98 */ {"ICED", "Ice divergence [/s]"},
118   /* 99 */ {"SNOM", "Snow melt [kg/m^2]"},
119   /* 100 */ {"HTSGW", "Sig height of wind waves and swell [m]"},
120   /* 101 */ {"WVDIR", "Direction of wind waves [deg]"},
121   /* 102 */ {"WVHGT", "Sig height of wind waves [m]"},
122   /* 103 */ {"WVPER", "Mean period of wind waves [s]"},
123   /* 104 */ {"SWDIR", "Direction of swell waves [deg]"},
124   /* 105 */ {"SWELL", "Sig height of swell waves [m]"},
125   /* 106 */ {"SWPER", "Mean period of swell waves [s]"},
126   /* 107 */ {"DIRPW", "Primary wave direction [deg]"},
127   /* 108 */ {"PERPW", "Primary wave mean period [s]"},
128   /* 109 */ {"DIRSW", "Secondary wave direction [deg]"},
129   /* 110 */ {"PERSW", "Secondary wave mean period [s]"},
130   /* 111 */ {"NSWRS", "Net short wave (surface) [W/m^2]"},
131   /* 112 */ {"NLWRS", "Net long wave (surface) [W/m^2]"},
132   /* 113 */ {"NSWRT", "Net short wave (top) [W/m^2]"},
133   /* 114 */ {"NLWRT", "Net long wave (top) [W/m^2]"},
134   /* 115 */ {"LWAVR", "Long wave [W/m^2]"},
135   /* 116 */ {"SWAVR", "Short wave [W/m^2]"},
136   /* 117 */ {"GRAD", "Global radiation [W/m^2]"},
137   /* 118 */ {"var118", "undefined"},
138   /* 119 */ {"var119", "undefined"},
139   /* 120 */ {"var120", "undefined"},
140   /* 121 */ {"LHTFL", "Latent heat flux [W/m^2]"},
141   /* 122 */ {"SHTFL", "Sensible heat flux [W/m^2]"},
142   /* 123 */ {"BLYDP", "Boundary layer dissipation [W/m^2]"},
143   /* 124 */ {"UFLX", "Zonal momentum flux [N/m^2]"},
144   /* 125 */ {"VFLX", "Meridional momentum flux [N/m^2]"},
145   /* 126 */ {"WMIXE", "Wind mixing energy [J]"},
146   /* 127 */ {"IMGD", "Image data [integer]"},
147   /* 128 */ {"MSLSA", "Mean sea level pressure (Std Atm) [Pa]"},
148   /* 129 */ {"MSLMA", "Mean sea level pressure (MAPS) [Pa]"},
149   /* 130 */ {"MSLET", "Mean sea level pressure (ETA model) [Pa]"},
150   /* 131 */ {"LFTX", "Surface lifted index [K]"},
151   /* 132 */ {"4LFTX", "Best (4-layer) lifted index [K]"},
152   /* 133 */ {"KX", "K index [K]"},
153   /* 134 */ {"SX", "Sweat index [K]"},
154   /* 135 */ {"MCONV", "Horizontal moisture divergence [kg/kg/s]"},
155   /* 136 */ {"VSSH", "Vertical speed shear [1/s]"},
156   /* 137 */ {"TSLSA", "3-hr pressure tendency [Pa/s]"},
157   /* 138 */ {"BVF2", "Brunt-Vaisala frequency^2 [1/s^2]"},
158   /* 139 */ {"PVMW", "Potential vorticity (mass-weighted) [1/s/m]"},
159   /* 140 */ {"CRAIN", "Categorical rain [yes=1;no=0]"},
160   /* 141 */ {"CFRZR", "Categorical freezing rain [yes=1;no=0]"},
161   /* 142 */ {"CICEP", "Categorical ice pellets [yes=1;no=0]"},
162   /* 143 */ {"CSNOW", "Categorical snow [yes=1;no=0]"},
163   /* 144 */ {"SOILW", "Volumetric soil moisture [fraction]"},
164   /* 145 */ {"PEVPR", "Potential evaporation rate [W/m^2]"},
165   /* 146 */ {"CWORK", "Cloud work function [J/kg]"},
166   /* 147 */ {"U-GWD", "Zonal gravity wave stress [N/m^2]"},
167   /* 148 */ {"V-GWD", "Meridional gravity wave stress [N/m^2]"},
168   /* 149 */ {"PV___", "Potential vorticity [m^2/s/kg]"},
169   /* 150 */ {"var150", "undefined"},
170   /* 151 */ {"var151", "undefined"},
171   /* 152 */ {"var152", "undefined"},
172   /* 153 */ {"MFXDV", "Moisture flux divergence [gr/gr*m/s/m]"},
173   /* 154 */ {"var154", "undefined"},
174   /* 155 */ {"GFLUX", "Ground heat flux [W/m^2]"},
175   /* 156 */ {"CIN", "Convective inhibition [J/kg]"},
176   /* 157 */ {"CAPE", "Convective Avail. Pot. Energy [J/kg]"},
177   /* 158 */ {"TKE", "Turbulent kinetic energy [J/kg]"},
178   /* 159 */ {"CONDP", "Lifted parcel condensation pressure [Pa]"},
179   /* 160 */ {"CSUSF", "Clear sky upward solar flux [W/m^2]"},
180   /* 161 */ {"CSDSF", "Clear sky downward solar flux [W/m^2]"},
181   /* 162 */ {"CSULF", "Clear sky upward long wave flux [W/m^2]"},
182   /* 163 */ {"CSDLF", "Clear sky downward long wave flux [W/m^2]"},
183   /* 164 */ {"CFNSF", "Cloud forcing net solar flux [W/m^2]"},
184   /* 165 */ {"CFNLF", "Cloud forcing net long wave flux [W/m^2]"},
185   /* 166 */ {"VBDSF", "Visible beam downward solar flux [W/m^2]"},
186   /* 167 */ {"VDDSF", "Visible diffuse downward solar flux [W/m^2]"},
187   /* 168 */ {"NBDSF", "Near IR beam downward solar flux [W/m^2]"},
188   /* 169 */ {"NDDSF", "Near IR diffuse downward solar flux [W/m^2]"},
189   /* 170 */ {"USTR", "U wind stress [N/m^2]"},
190   /* 171 */ {"VSTR", "V wind stress [N/m^2]"},
191   /* 172 */ {"MFLX", "Momentum flux [N/m^2]"},
192   /* 173 */ {"LMH", "Mass point model surface [integer]"},
193   /* 174 */ {"LMV", "Velocity point model surface [integer]"},
194   /* 175 */ {"SGLYR", "Nearby model level [integer]"},
195   /* 176 */ {"NLAT", "Latitude [deg]"},
196   /* 177 */ {"ELON", "Longitude [deg]"},
197   /* 178 */ {"UMAS", "Mass weighted u [gm/m*K*s]"},
198   /* 179 */ {"VMAS", "Mass weighted v [gm/m*K*s]"},
199   /* 180 */ {"XPRATE", "corrected precip [kg/m^2/s]"},
200   /* 181 */ {"LPSX", "x-gradient of log pressure [1/m]"},
201   /* 182 */ {"LPSY", "y-gradient of log pressure [1/m]"},
202   /* 183 */ {"HGTX", "x-gradient of height [m/m]"},
203   /* 184 */ {"HGTY", "y-gradient of height [m/m]"},
204   /* 185 */ {"STDZ", "Std dev of Geop. hgt. [m]"},
205   /* 186 */ {"STDU", "Std dev of zonal wind [m/s]"},
206   /* 187 */ {"STDV", "Std dev of meridional wind [m/s]"},
207   /* 188 */ {"STDQ", "Std dev of spec. hum. [gm/gm]"},
208   /* 189 */ {"STDT", "Std dev of temp. [K]"},
209   /* 190 */ {"CBUW", "Covar. u and omega [m/s*Pa/s]"},
210   /* 191 */ {"CBVW", "Covar. v and omega [m/s*Pa/s]"},
211   /* 192 */ {"CBUQ", "Covar. u and specific hum [m/s*gm/gm]"},
212   /* 193 */ {"CBVQ", "Covar. v and specific hum [m/s*gm/gm]"},
213   /* 194 */ {"CBTW", "Covar. T and omega [K*Pa/s]"},
214   /* 195 */ {"CBQW", "Covar. spec. hum and omega [gm/gm*Pa/s]"},
215   /* 196 */ {"CBMZW", "Covar. v and u [m^2/s^2]"},
216   /* 197 */ {"CBTZW", "Covar. u and T [K*m/s]"},
217   /* 198 */ {"CBTMW", "Covar. v and T [K*m/s]"},
218   /* 199 */ {"STDRH", "Std dev of Rel. Hum. [%]"},
219   /* 200 */ {"SDTZ", "Std dev of time tend of geop. hgt [m]"},
220   /* 201 */ {"ICWAT", "Ice-free water surface [%]"},
221   /* 202 */ {"SDTU", "Std dev of time tend of zonal wind [m/s]"},
222   /* 203 */ {"SDTV", "Std dev of time tend of merid wind [m/s]"},
223   /* 204 */ {"DSWRF", "Downward solar radiation flux [W/m^2]"},
224   /* 205 */ {"DLWRF", "Downward long wave flux [W/m^2]"},
225   /* 206 */ {"SDTQ", "Std dev of time tend of spec. hum [gm/gm]"},
226   /* 207 */ {"MSTAV", "Moisture availability [%]"},
227   /* 208 */ {"SFEXC", "Exchange coefficient [kg*m/m^3/s]"},
228   /* 209 */ {"MIXLY", "No. of mixed layers next to sfc [integer]"},
229   /* 210 */ {"SDTT", "Std dev of time tend of temp. [K]"},
230   /* 211 */ {"USWRF", "Upward solar radiation flux [W/m^2]"},
231   /* 212 */ {"ULWRF", "Upward long wave flux [W/m^2]"},
232   /* 213 */ {"CDLYR", "Non-convective cloud [%]"},
233   /* 214 */ {"CPRAT", "Convective precip. rate [kg/m^2/s]"},
234   /* 215 */ {"TTDIA", "Temp. tendency by all physics [K/s]"},
235   /* 216 */ {"TTRAD", "Temp. tendency by all radiation [K/s]"},
236   /* 217 */ {"TTPHY", "Temp. tendency by nonrad physics [K/s]"},
237   /* 218 */ {"PREIX", "Precipitation index [fraction]"},
238   /* 219 */ {"TSD1D", "Std dev of IR T over 1x1 deg area [K]"},
239   /* 220 */ {"NLSGP", "Natural log of surface pressure [ln(kPa)]"},
240   /* 221 */ {"SDTRH", "Std dev of time tend of rel hum [%]"},
241   /* 222 */ {"5WAVH", "5-wave geopotential height [gpm]"},
242   /* 223 */ {"CNWAT", "Plant canopy surface water [kg/m^2]"},
243   /* 224 */ {"PLTRS", "Max. stomato plant resistance [s/m]"},
244   /* 225 */ {"RHCLD", "RH-type cloud cover [%]"},
245   /* 226 */ {"BMIXL", "Blackadar's mixing length scale [m]"},
246   /* 227 */ {"AMIXL", "Asymptotic mixing length scale [m]"},
247   /* 228 */ {"PEVAP", "Pot. evaporation [kg/m^2]"},
248   /* 229 */ {"SNOHF", "Snow melt heat flux [W/m^2]"},
249   /* 230 */ {"SNOEV", "Snow sublimation heat flux [W/m^2]"},
250   /* 231 */ {"MFLUX", "Convective cloud mass flux [Pa/s]"},
251   /* 232 */ {"DTRF", "Downward total radiation flux [W/m^2]"},
252   /* 233 */ {"UTRF", "Upward total radiation flux [W/m^2]"},
253   /* 234 */ {"BGRUN", "Baseflow-groundwater runoff [kg/m^2]"},
254   /* 235 */ {"SSRUN", "Storm surface runoff [kg/m^2]"},
255   /* 236 */ {"var236", "undefined"},
256   /* 237 */ {"OZONE", "Total column ozone [Dobson]"},
257   /* 238 */ {"SNOWC", "Snow cover [%]"},
258   /* 239 */ {"SNOT", "Snow temp. [K]"},
259   /* 240 */ {"GLCR", "Permanent snow points [mask]"},
260   /* 241 */ {"LRGHR", "Large scale condensation heating [K/s]"},
261   /* 242 */ {"CNVHR", "Deep convective heating [K/s]"},
262   /* 243 */ {"CNVMR", "Deep convective moistening [kg/kg/s]"},
263   /* 244 */ {"SHAHR", "Shallow convective heating [K/s]"},
264   /* 245 */ {"SHAMR", "Shallow convective moistening [kg/kg/s]"},
265   /* 246 */ {"VDFHR", "Vertical diffusion heating [K/s]"},
266   /* 247 */ {"VDFUA", "Vertical diffusion zonal accel [m/s^2]"},
267   /* 248 */ {"VDFVA", "Vertical diffusion meridional accel [m/s^2]"},
268   /* 249 */ {"VDFMR", "Vertical diffusion moistening [kg/kg/s]"},
269   /* 250 */ {"SWHR", "Solar radiative heating [K/s]"},
270   /* 251 */ {"LWHR", "Longwave radiative heating [K/s]"},
271   /* 252 */ {"CD", "Drag coefficient [non-dim]"},
272   /* 253 */ {"FRICV", "Friction velocity [m/s]"},
273   /* 254 */ {"RI", "Richardson number [non-dim]"},
274   /* 255 */ {"var255", "undefined"},
275};
Note: See TracBrowser for help on using the repository browser.