| 1 | #include "cnames.h" |
|---|
| 2 | |
|---|
| 3 | /* |
|---|
| 4 | * parameter table for NCEP (operations) |
|---|
| 5 | * center = 7, subcenter != 2 parameter table = 1, 2, 3 etc |
|---|
| 6 | * note: see reanalysis parameter table for problems |
|---|
| 7 | * updated 3/2003 |
|---|
| 8 | */ |
|---|
| 9 | |
|---|
| 10 | struct ParmTable parm_table_ncep_opn[256] = { |
|---|
| 11 | /* 0 */ {"var0", "undefined"}, |
|---|
| 12 | /* 1 */ {"PRES", "Pressure [Pa]"}, |
|---|
| 13 | /* 2 */ {"PRMSL", "Pressure reduced to MSL [Pa]"}, |
|---|
| 14 | /* 3 */ {"PTEND", "Pressure tendency [Pa/s]"}, |
|---|
| 15 | /* 4 */ {"PVORT", "Pot. vorticity [km^2/kg/s]"}, |
|---|
| 16 | /* 5 */ {"ICAHT", "ICAO Standard Atmosphere Reference Height [M]"}, |
|---|
| 17 | /* 6 */ {"GP", "Geopotential [m^2/s^2]"}, |
|---|
| 18 | /* 7 */ {"HGT", "Geopotential height [gpm]"}, |
|---|
| 19 | /* 8 */ {"DIST", "Geometric height [m]"}, |
|---|
| 20 | /* 9 */ {"HSTDV", "Std dev of height [m]"}, |
|---|
| 21 | /* 10 */ {"TOZNE", "Total ozone [Dobson]"}, |
|---|
| 22 | /* 11 */ {"TMP", "Temp. [K]"}, |
|---|
| 23 | /* 12 */ {"VTMP", "Virtual temp. [K]"}, |
|---|
| 24 | /* 13 */ {"POT", "Potential temp. [K]"}, |
|---|
| 25 | /* 14 */ {"EPOT", "Pseudo-adiabatic pot. temp. [K]"}, |
|---|
| 26 | /* 15 */ {"TMAX", "Max. temp. [K]"}, |
|---|
| 27 | /* 16 */ {"TMIN", "Min. temp. [K]"}, |
|---|
| 28 | /* 17 */ {"DPT", "Dew point temp. [K]"}, |
|---|
| 29 | /* 18 */ {"DEPR", "Dew point depression [K]"}, |
|---|
| 30 | /* 19 */ {"LAPR", "Lapse rate [K/m]"}, |
|---|
| 31 | /* 20 */ {"VIS", "Visibility [m]"}, |
|---|
| 32 | /* 21 */ {"RDSP1", "Radar spectra (1) [non-dim]"}, |
|---|
| 33 | /* 22 */ {"RDSP2", "Radar spectra (2) [non-dim]"}, |
|---|
| 34 | /* 23 */ {"RDSP3", "Radar spectra (3) [non-dim]"}, |
|---|
| 35 | /* 24 */ {"PLI", "Parcel lifted index (to 500 hPa) [K]"}, |
|---|
| 36 | /* 25 */ {"TMPA", "Temp. anomaly [K]"}, |
|---|
| 37 | /* 26 */ {"PRESA", "Pressure anomaly [Pa]"}, |
|---|
| 38 | /* 27 */ {"GPA", "Geopotential height anomaly [gpm]"}, |
|---|
| 39 | /* 28 */ {"WVSP1", "Wave spectra (1) [non-dim]"}, |
|---|
| 40 | /* 29 */ {"WVSP2", "Wave spectra (2) [non-dim]"}, |
|---|
| 41 | /* 30 */ {"WVSP3", "Wave spectra (3) [non-dim]"}, |
|---|
| 42 | /* 31 */ {"WDIR", "Wind direction [deg]"}, |
|---|
| 43 | /* 32 */ {"WIND", "Wind speed [m/s]"}, |
|---|
| 44 | /* 33 */ {"UGRD", "u wind [m/s]"}, |
|---|
| 45 | /* 34 */ {"VGRD", "v wind [m/s]"}, |
|---|
| 46 | /* 35 */ {"STRM", "Stream function [m^2/s]"}, |
|---|
| 47 | /* 36 */ {"VPOT", "Velocity potential [m^2/s]"}, |
|---|
| 48 | /* 37 */ {"MNTSF", "Montgomery stream function [m^2/s^2]"}, |
|---|
| 49 | /* 38 */ {"SGCVV", "Sigma coord. vertical velocity [/s]"}, |
|---|
| 50 | /* 39 */ {"VVEL", "Pressure vertical velocity [Pa/s]"}, |
|---|
| 51 | /* 40 */ {"DZDT", "Geometric vertical velocity [m/s]"}, |
|---|
| 52 | /* 41 */ {"ABSV", "Absolute vorticity [/s]"}, |
|---|
| 53 | /* 42 */ {"ABSD", "Absolute divergence [/s]"}, |
|---|
| 54 | /* 43 */ {"RELV", "Relative vorticity [/s]"}, |
|---|
| 55 | /* 44 */ {"RELD", "Relative divergence [/s]"}, |
|---|
| 56 | /* 45 */ {"VUCSH", "Vertical u shear [/s]"}, |
|---|
| 57 | /* 46 */ {"VVCSH", "Vertical v shear [/s]"}, |
|---|
| 58 | /* 47 */ {"DIRC", "Direction of current [deg]"}, |
|---|
| 59 | /* 48 */ {"SPC", "Speed of current [m/s]"}, |
|---|
| 60 | /* 49 */ {"UOGRD", "u of current [m/s]"}, |
|---|
| 61 | /* 50 */ {"VOGRD", "v of current [m/s]"}, |
|---|
| 62 | /* 51 */ {"SPFH", "Specific humidity [kg/kg]"}, |
|---|
| 63 | /* 52 */ {"RH", "Relative humidity [%]"}, |
|---|
| 64 | /* 53 */ {"MIXR", "Humidity mixing ratio [kg/kg]"}, |
|---|
| 65 | /* 54 */ {"PWAT", "Precipitable water [kg/m^2]"}, |
|---|
| 66 | /* 55 */ {"VAPP", "Vapor pressure [Pa]"}, |
|---|
| 67 | /* 56 */ {"SATD", "Saturation deficit [Pa]"}, |
|---|
| 68 | /* 57 */ {"EVP", "Evaporation [kg/m^2]"}, |
|---|
| 69 | /* 58 */ {"CICE", "Cloud Ice [kg/m^2]"}, |
|---|
| 70 | /* 59 */ {"PRATE", "Precipitation rate [kg/m^2/s]"}, |
|---|
| 71 | /* 60 */ {"TSTM", "Thunderstorm probability [%]"}, |
|---|
| 72 | /* 61 */ {"APCP", "Total precipitation [kg/m^2]"}, |
|---|
| 73 | /* 62 */ {"NCPCP", "Large scale precipitation [kg/m^2]"}, |
|---|
| 74 | /* 63 */ {"ACPCP", "Convective precipitation [kg/m^2]"}, |
|---|
| 75 | /* 64 */ {"SRWEQ", "Snowfall rate water equiv. [kg/m^2/s]"}, |
|---|
| 76 | /* 65 */ {"WEASD", "Accum. snow [kg/m^2]"}, |
|---|
| 77 | /* 66 */ {"SNOD", "Snow depth [m]"}, |
|---|
| 78 | /* 67 */ {"MIXHT", "Mixed layer depth [m]"}, |
|---|
| 79 | /* 68 */ {"TTHDP", "Transient thermocline depth [m]"}, |
|---|
| 80 | /* 69 */ {"MTHD", "Main thermocline depth [m]"}, |
|---|
| 81 | /* 70 */ {"MTHA", "Main thermocline anomaly [m]"}, |
|---|
| 82 | /* 71 */ {"TCDC", "Total cloud cover [%]"}, |
|---|
| 83 | /* 72 */ {"CDCON", "Convective cloud cover [%]"}, |
|---|
| 84 | /* 73 */ {"LCDC", "Low level cloud cover [%]"}, |
|---|
| 85 | /* 74 */ {"MCDC", "Mid level cloud cover [%]"}, |
|---|
| 86 | /* 75 */ {"HCDC", "High level cloud cover [%]"}, |
|---|
| 87 | /* 76 */ {"CWAT", "Cloud water [kg/m^2]"}, |
|---|
| 88 | /* 77 */ {"BLI", "Best lifted index (to 500 hPa) [K]"}, |
|---|
| 89 | /* 78 */ {"SNOC", "Convective snow [kg/m^2]"}, |
|---|
| 90 | /* 79 */ {"SNOL", "Large scale snow [kg/m^2]"}, |
|---|
| 91 | /* 80 */ {"WTMP", "Water temp. [K]"}, |
|---|
| 92 | /* 81 */ {"LAND", "Land cover (land=1;sea=0) [fraction]"}, |
|---|
| 93 | /* 82 */ {"DSLM", "Deviation of sea level from mean [m]"}, |
|---|
| 94 | /* 83 */ {"SFCR", "Surface roughness [m]"}, |
|---|
| 95 | /* 84 */ {"ALBDO", "Albedo [%]"}, |
|---|
| 96 | /* 85 */ {"TSOIL", "Soil temp. [K]"}, |
|---|
| 97 | /* 86 */ {"SOILM", "Soil moisture content [kg/m^2]"}, |
|---|
| 98 | /* 87 */ {"VEG", "Vegetation [%]"}, |
|---|
| 99 | /* 88 */ {"SALTY", "Salinity [kg/kg]"}, |
|---|
| 100 | /* 89 */ {"DEN", "Density [kg/m^3]"}, |
|---|
| 101 | /* 90 */ {"WATR", "Water runoff [kg/m^2]"}, |
|---|
| 102 | /* 91 */ {"ICEC", "Ice concentration (ice=1;no ice=0) [fraction]"}, |
|---|
| 103 | /* 92 */ {"ICETK", "Ice thickness [m]"}, |
|---|
| 104 | /* 93 */ {"DICED", "Direction of ice drift [deg]"}, |
|---|
| 105 | /* 94 */ {"SICED", "Speed of ice drift [m/s]"}, |
|---|
| 106 | /* 95 */ {"UICE", "u of ice drift [m/s]"}, |
|---|
| 107 | /* 96 */ {"VICE", "v of ice drift [m/s]"}, |
|---|
| 108 | /* 97 */ {"ICEG", "Ice growth rate [m/s]"}, |
|---|
| 109 | /* 98 */ {"ICED", "Ice divergence [/s]"}, |
|---|
| 110 | /* 99 */ {"SNOM", "Snow melt [kg/m^2]"}, |
|---|
| 111 | /* 100 */ {"HTSGW", "Sig height of wind waves and swell [m]"}, |
|---|
| 112 | /* 101 */ {"WVDIR", "Direction of wind waves [deg]"}, |
|---|
| 113 | /* 102 */ {"WVHGT", "Sig height of wind waves [m]"}, |
|---|
| 114 | /* 103 */ {"WVPER", "Mean period of wind waves [s]"}, |
|---|
| 115 | /* 104 */ {"SWDIR", "Direction of swell waves [deg]"}, |
|---|
| 116 | /* 105 */ {"SWELL", "Sig height of swell waves [m]"}, |
|---|
| 117 | /* 106 */ {"SWPER", "Mean period of swell waves [s]"}, |
|---|
| 118 | /* 107 */ {"DIRPW", "Primary wave direction [deg]"}, |
|---|
| 119 | /* 108 */ {"PERPW", "Primary wave mean period [s]"}, |
|---|
| 120 | /* 109 */ {"DIRSW", "Secondary wave direction [deg]"}, |
|---|
| 121 | /* 110 */ {"PERSW", "Secondary wave mean period [s]"}, |
|---|
| 122 | /* 111 */ {"NSWRS", "Net short wave (surface) [W/m^2]"}, |
|---|
| 123 | /* 112 */ {"NLWRS", "Net long wave (surface) [W/m^2]"}, |
|---|
| 124 | /* 113 */ {"NSWRT", "Net short wave (top) [W/m^2]"}, |
|---|
| 125 | /* 114 */ {"NLWRT", "Net long wave (top) [W/m^2]"}, |
|---|
| 126 | /* 115 */ {"LWAVR", "Long wave [W/m^2]"}, |
|---|
| 127 | /* 116 */ {"SWAVR", "Short wave [W/m^2]"}, |
|---|
| 128 | /* 117 */ {"GRAD", "Global radiation [W/m^2]"}, |
|---|
| 129 | /* 118 */ {"BRTMP", "Brightness temperature [K]"}, |
|---|
| 130 | /* 119 */ {"LWRAD", "Radiance with respect to wave no. [W/m/sr]"}, |
|---|
| 131 | /* 120 */ {"SWRAD", "Radiance with respect ot wave len. [W/m^3/sr]"}, |
|---|
| 132 | /* 121 */ {"LHTFL", "Latent heat flux [W/m^2]"}, |
|---|
| 133 | /* 122 */ {"SHTFL", "Sensible heat flux [W/m^2]"}, |
|---|
| 134 | /* 123 */ {"BLYDP", "Boundary layer dissipation [W/m^2]"}, |
|---|
| 135 | /* 124 */ {"UFLX", "Zonal momentum flux [N/m^2]"}, |
|---|
| 136 | /* 125 */ {"VFLX", "Meridional momentum flux [N/m^2]"}, |
|---|
| 137 | /* 126 */ {"WMIXE", "Wind mixing energy [J]"}, |
|---|
| 138 | /* 127 */ {"IMGD", "Image data []"}, |
|---|
| 139 | /* 128 */ {"MSLSA", "Mean sea level pressure (Std Atm) [Pa]"}, |
|---|
| 140 | /* 129 */ {"MSLMA", "Mean sea level pressure (MAPS) [Pa]"}, |
|---|
| 141 | /* 130 */ {"MSLET", "Mean sea level pressure (ETA model) [Pa]"}, |
|---|
| 142 | /* 131 */ {"LFTX", "Surface lifted index [K]"}, |
|---|
| 143 | /* 132 */ {"4LFTX", "Best (4-layer) lifted index [K]"}, |
|---|
| 144 | /* 133 */ {"KX", "K index [K]"}, |
|---|
| 145 | /* 134 */ {"SX", "Sweat index [K]"}, |
|---|
| 146 | /* 135 */ {"MCONV", "Horizontal moisture divergence [kg/kg/s]"}, |
|---|
| 147 | /* 136 */ {"VWSH", "Vertical speed shear [1/s]"}, |
|---|
| 148 | /* 137 */ {"TSLSA", "3-hr pressure tendency (Std Atmos Red) [Pa/s]"}, |
|---|
| 149 | /* 138 */ {"BVF2", "Brunt-Vaisala frequency^2 [1/s^2]"}, |
|---|
| 150 | /* 139 */ {"PVMW", "Potential vorticity (mass-weighted) [1/s/m]"}, |
|---|
| 151 | /* 140 */ {"CRAIN", "Categorical rain [yes=1;no=0]"}, |
|---|
| 152 | /* 141 */ {"CFRZR", "Categorical freezing rain [yes=1;no=0]"}, |
|---|
| 153 | /* 142 */ {"CICEP", "Categorical ice pellets [yes=1;no=0]"}, |
|---|
| 154 | /* 143 */ {"CSNOW", "Categorical snow [yes=1;no=0]"}, |
|---|
| 155 | /* 144 */ {"SOILW", "Volumetric soil moisture [fraction]"}, |
|---|
| 156 | /* 145 */ {"PEVPR", "Potential evaporation rate [W/m^2]"}, |
|---|
| 157 | /* 146 */ {"CWORK", "Cloud work function [J/kg]"}, |
|---|
| 158 | /* 147 */ {"U-GWD", "Zonal gravity wave stress [N/m^2]"}, |
|---|
| 159 | /* 148 */ {"V-GWD", "Meridional gravity wave stress [N/m^2]"}, |
|---|
| 160 | /* 149 */ {"PV", "Potential vorticity [m^2/s/kg]"}, |
|---|
| 161 | /* 150 */ {"COVMZ", "Covariance between u and v [m^2/s^2]"}, |
|---|
| 162 | /* 151 */ {"COVTZ", "Covariance between u and T [K*m/s]"}, |
|---|
| 163 | /* 152 */ {"COVTM", "Covariance between v and T [K*m/s]"}, |
|---|
| 164 | /* 153 */ {"CLWMR", "Cloud water [kg/kg]"}, |
|---|
| 165 | /* 154 */ {"O3MR", "Ozone mixing ratio [kg/kg]"}, |
|---|
| 166 | /* 155 */ {"GFLUX", "Ground heat flux [W/m^2]"}, |
|---|
| 167 | /* 156 */ {"CIN", "Convective inhibition [J/kg]"}, |
|---|
| 168 | /* 157 */ {"CAPE", "Convective Avail. Pot. Energy [J/kg]"}, |
|---|
| 169 | /* 158 */ {"TKE", "Turbulent kinetic energy [J/kg]"}, |
|---|
| 170 | /* 159 */ {"CONDP", "Lifted parcel condensation pressure [Pa]"}, |
|---|
| 171 | /* 160 */ {"CSUSF", "Clear sky upward solar flux [W/m^2]"}, |
|---|
| 172 | /* 161 */ {"CSDSF", "Clear sky downward solar flux [W/m^2]"}, |
|---|
| 173 | /* 162 */ {"CSULF", "Clear sky upward long wave flux [W/m^2]"}, |
|---|
| 174 | /* 163 */ {"CSDLF", "Clear sky downward long wave flux [W/m^2]"}, |
|---|
| 175 | /* 164 */ {"CFNSF", "Cloud forcing net solar flux [W/m^2]"}, |
|---|
| 176 | /* 165 */ {"CFNLF", "Cloud forcing net long wave flux [W/m^2]"}, |
|---|
| 177 | /* 166 */ {"VBDSF", "Visible beam downward solar flux [W/m^2]"}, |
|---|
| 178 | /* 167 */ {"VDDSF", "Visible diffuse downward solar flux [W/m^2]"}, |
|---|
| 179 | /* 168 */ {"NBDSF", "Near IR beam downward solar flux [W/m^2]"}, |
|---|
| 180 | /* 169 */ {"NDDSF", "Near IR diffuse downward solar flux [W/m^2]"}, |
|---|
| 181 | /* 170 */ {"RWMR", "Rain water mixing ratio [kg/kg]"}, |
|---|
| 182 | /* 171 */ {"SNMR", "Snow mixing ratio [kg/kg]"}, |
|---|
| 183 | /* 172 */ {"MFLX", "Momentum flux [N/m^2]"}, |
|---|
| 184 | /* 173 */ {"LMH", "Mass point model surface [non-dim]"}, |
|---|
| 185 | /* 174 */ {"LMV", "Velocity point model surface [non-dim]"}, |
|---|
| 186 | /* 175 */ {"MLYNO", "Model layer number (from bottom up) [non-dim]"}, |
|---|
| 187 | /* 176 */ {"NLAT", "Latitude (-90 to +90) [deg]"}, |
|---|
| 188 | /* 177 */ {"ELON", "East longitude (0-360) [deg]"}, |
|---|
| 189 | /* 178 */ {"ICMR", "Ice mixing ratio [kg/kg]"}, |
|---|
| 190 | /* 179 */ {"GRMR", "Graupel mixing ratio [kg/kg]"}, |
|---|
| 191 | /* 180 */ {"GUST", "Surface wind gust [m/s]"}, |
|---|
| 192 | /* 181 */ {"LPSX", "x-gradient of log pressure [1/m]"}, |
|---|
| 193 | /* 182 */ {"LPSY", "y-gradient of log pressure [1/m]"}, |
|---|
| 194 | /* 183 */ {"HGTX", "x-gradient of height [m/m]"}, |
|---|
| 195 | /* 184 */ {"HGTY", "y-gradient of height [m/m]"}, |
|---|
| 196 | /* 185 */ {"TURB", "Turbulence SIGMET/AIRMET [non-dim]"}, |
|---|
| 197 | /* 186 */ {"ICNG", "Icing SIGMET/AIRMET [non-dim]"}, |
|---|
| 198 | /* 187 */ {"LTNG", "Lightning [non-dim]"}, |
|---|
| 199 | /* 188 */ {"DRIP", "Rate of water dropping from canopy to gnd [kg/m^2]"}, |
|---|
| 200 | /* 189 */ {"VPTMP", "Virtual pot. temp. [K]"}, |
|---|
| 201 | /* 190 */ {"HLCY", "Storm relative helicity [m^2/s^2]"}, |
|---|
| 202 | /* 191 */ {"PROB", "Prob. from ensemble [non-dim]"}, |
|---|
| 203 | /* 192 */ {"PROBN", "Prob. from ensemble norm. to clim. expect. [non-dim]"}, |
|---|
| 204 | /* 193 */ {"POP", "Prob. of precipitation [%]"}, |
|---|
| 205 | /* 194 */ {"CPOFP", "Prob. of frozen precipitation [%]"}, |
|---|
| 206 | /* 195 */ {"CPOZP", "Prob. of freezing precipitation [%]"}, |
|---|
| 207 | /* 196 */ {"USTM", "u-component of storm motion [m/s]"}, |
|---|
| 208 | /* 197 */ {"VSTM", "v-component of storm motion [m/s]"}, |
|---|
| 209 | /* 198 */ {"NCIP", "No. concen. ice particles []"}, |
|---|
| 210 | /* 199 */ {"EVBS", "Direct evaporation from bare soil [W/m^2]"}, |
|---|
| 211 | /* 200 */ {"EVCW", "Canopy water evaporation [W/m^2]"}, |
|---|
| 212 | /* 201 */ {"ICWAT", "Ice-free water surface [%]"}, |
|---|
| 213 | /* 202 */ {"CWDI", "Convective weather detection index []"}, |
|---|
| 214 | /* 203 */ {"VAFTAD", "VAFTAD?? [??]"}, |
|---|
| 215 | /* 204 */ {"DSWRF", "Downward short wave flux [W/m^2]"}, |
|---|
| 216 | /* 205 */ {"DLWRF", "Downward long wave flux [W/m^2]"}, |
|---|
| 217 | /* 206 */ {"UVI", "Ultraviolet index [W/m^2]"}, |
|---|
| 218 | /* 207 */ {"MSTAV", "Moisture availability [%]"}, |
|---|
| 219 | /* 208 */ {"SFEXC", "Exchange coefficient [(kg/m^3)(m/s)]"}, |
|---|
| 220 | /* 209 */ {"MIXLY", "No. of mixed layers next to surface [integer]"}, |
|---|
| 221 | /* 210 */ {"TRANS", "Transpiration [W/m^2]"}, |
|---|
| 222 | /* 211 */ {"USWRF", "Upward short wave flux [W/m^2]"}, |
|---|
| 223 | /* 212 */ {"ULWRF", "Upward long wave flux [W/m^2]"}, |
|---|
| 224 | /* 213 */ {"CDLYR", "Non-convective cloud [%]"}, |
|---|
| 225 | /* 214 */ {"CPRAT", "Convective precip. rate [kg/m^2/s]"}, |
|---|
| 226 | /* 215 */ {"TTDIA", "Temp. tendency by all physics [K/s]"}, |
|---|
| 227 | /* 216 */ {"TTRAD", "Temp. tendency by all radiation [K/s]"}, |
|---|
| 228 | /* 217 */ {"TTPHY", "Temp. tendency by non-radiation physics [K/s]"}, |
|---|
| 229 | /* 218 */ {"PREIX", "Precip index (0.0-1.00) [fraction]"}, |
|---|
| 230 | /* 219 */ {"TSD1D", "Std. dev. of IR T over 1x1 deg area [K]"}, |
|---|
| 231 | /* 220 */ {"NLGSP", "Natural log of surface pressure [ln(kPa)]"}, |
|---|
| 232 | /* 221 */ {"HPBL", "Planetary boundary layer height [m]"}, |
|---|
| 233 | /* 222 */ {"5WAVH", "5-wave geopotential height [gpm]"}, |
|---|
| 234 | /* 223 */ {"CNWAT", "Plant canopy surface water [kg/m^2]"}, |
|---|
| 235 | /* 224 */ {"SOTYP", "Soil type (Zobler) [0..9]"}, |
|---|
| 236 | /* 225 */ {"VGTYP", "Vegetation type (as in SiB) [0..13]"}, |
|---|
| 237 | /* 226 */ {"BMIXL", "Blackadar's mixing length scale [m]"}, |
|---|
| 238 | /* 227 */ {"AMIXL", "Asymptotic mixing length scale [m]"}, |
|---|
| 239 | /* 228 */ {"PEVAP", "Pot. evaporation [kg/m^2]"}, |
|---|
| 240 | /* 229 */ {"SNOHF", "Snow phase-change heat flux [W/m^2]"}, |
|---|
| 241 | /* 230 */ {"5WAVA", "5-wave geopot. height anomaly [gpm]"}, |
|---|
| 242 | /* 231 */ {"MFLUX", "Convective cloud mass flux [Pa/s]"}, |
|---|
| 243 | /* 232 */ {"DTRF", "Downward total radiation flux [W/m^2]"}, |
|---|
| 244 | /* 233 */ {"UTRF", "Upward total radiation flux [W/m^2]"}, |
|---|
| 245 | /* 234 */ {"BGRUN", "Baseflow-groundwater runoff [kg/m^2]"}, |
|---|
| 246 | /* 235 */ {"SSRUN", "Storm surface runoff [kg/m^2]"}, |
|---|
| 247 | /* 236 */ {"SIPD", "Supercooled large droplet (SLD) icing pot. diagn. []"}, |
|---|
| 248 | /* 237 */ {"O3TOT", "Total ozone [kg/m^2]"}, |
|---|
| 249 | /* 238 */ {"SNOWC", "Snow cover [%]"}, |
|---|
| 250 | /* 239 */ {"SNOT", "Snow temp. [K]"}, |
|---|
| 251 | /* 240 */ {"COVTW", "Covariance T and w [K*m/s]"}, |
|---|
| 252 | /* 241 */ {"LRGHR", "Large scale condensation heating [K/s]"}, |
|---|
| 253 | /* 242 */ {"CNVHR", "Deep convective heating [K/s]"}, |
|---|
| 254 | /* 243 */ {"CNVMR", "Deep convective moistening [kg/kg/s]"}, |
|---|
| 255 | /* 244 */ {"SHAHR", "Shallow convective heating [K/s]"}, |
|---|
| 256 | /* 245 */ {"SHAMR", "Shallow convective moistening [kg/kg/s]"}, |
|---|
| 257 | /* 246 */ {"VDFHR", "Vertical diffusion heating [K/s]"}, |
|---|
| 258 | /* 247 */ {"VDFUA", "Vertical diffusion zonal accel [m/s^2]"}, |
|---|
| 259 | /* 248 */ {"VDFVA", "Vertical diffusion meridional accel [m/s^2]"}, |
|---|
| 260 | /* 249 */ {"VDFMR", "Vertical diffusion moistening [kg/kg/s]"}, |
|---|
| 261 | /* 250 */ {"SWHR", "Solar radiative heating [K/s]"}, |
|---|
| 262 | /* 251 */ {"LWHR", "Longwave radiative heating [K/s]"}, |
|---|
| 263 | /* 252 */ {"CD", "Drag coefficient [non-dim]"}, |
|---|
| 264 | /* 253 */ {"FRICV", "Friction velocity [m/s]"}, |
|---|
| 265 | /* 254 */ {"RI", "Richardson number [non-dim]"}, |
|---|
| 266 | /* 255 */ {"var255", "undefined"}, |
|---|
| 267 | }; |
|---|