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