From f65b2583de44e1e4c149721beb07fbd4af6aba7b Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 1 Nov 2024 10:08:19 -0600 Subject: [PATCH] Per #2780, switch to defining particulate matter units as '10^-6g/m^3' for consistent usage across NCEP GRIB tables. --- data/table_files/grib1_ncep_129_7.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/data/table_files/grib1_ncep_129_7.txt b/data/table_files/grib1_ncep_129_7.txt index 49bf4d3ad3..5d0bf212e1 100644 --- a/data/table_files/grib1_ncep_129_7.txt +++ b/data/table_files/grib1_ncep_129_7.txt @@ -155,15 +155,15 @@ GRIB1 153 129 7 -1 "PPAN" "Probability of Precipitation being above normal" "%" 154 129 7 -1 "PPNN" "Probability of Precipitation being near normal" "%" 155 129 7 -1 "PPBN" "Probability of Precipitation being below normal" "%" -156 129 7 -1 "PMTC" "Particulate matter (coarse)" "mcg/m^3" -157 129 7 -1 "PMTF" "Particulate matter (fine)" "mcg/m^3" +156 129 7 -1 "PMTC" "Particulate matter (coarse)" "10^-6g/m^3" +157 129 7 -1 "PMTF" "Particulate matter (fine)" "10^-6g/m^3" 158 129 7 -1 "AETMP" "Analysis error of temperature" "K" 159 129 7 -1 "AEDPT" "Analysis error of dew point" "%" 160 129 7 -1 "AESPH" "Analysis error of specific humidity" "kg/kg" 161 129 7 -1 "AEUWD" "Analysis error of u-wind" "m/s" 162 129 7 -1 "AEVWD" "Analysis error of v-wind" "m/s" -163 129 7 -1 "LPMTF" "Particulate matter (fine)" "log10(mcg/m^3)" -164 129 7 -1 "LIPMF" "Integrated column particulate matter (fine)" "log10(mcg/m^3)" +163 129 7 -1 "LPMTF" "Particulate matter (fine)" "log10(10^-6g/m^3)" +164 129 7 -1 "LIPMF" "Integrated column particulate matter (fine)" "log10(10^-6g/m^3)" 165 129 7 -1 "REFZR" "Derived radar reflectivity backscatter from rain" "mm^6/m^3" 166 129 7 -1 "REFZI" "Derived radar reflectivity backscatter from ice" "mm^6/m^3" 167 129 7 -1 "REFZC" "Derived radar reflectivity backscatter from parameterized convection" "mm^6/m^3" @@ -232,8 +232,8 @@ GRIB1 230 129 7 -1 "RHPW" "Relative Humidity with Respect to Precipitable Water" "%" 231 129 7 -1 "OZMAX1" "Ozone Daily Max from 1-hour Average" "ppbV" 232 129 7 -1 "OZMAX8" "Ozone Daily Max from 8-hour Average" "ppbV" -233 129 7 -1 "PDMAX1" "PM 2.5 Daily Max from 1-hour Average" "mcg/m^3" -234 129 7 -1 "PDMX24" "PM 2.5 Daily Max from 24-hour Average" "mcg/m^3" +233 129 7 -1 "PDMAX1" "PM 2.5 Daily Max from 1-hour Average" "10^-6g/m^3" +234 129 7 -1 "PDMX24" "PM 2.5 Daily Max from 24-hour Average" "10^-6g/m^3" 235 129 7 -1 "MAXREF" "Hourly Maximum of Simulated Reflectivity" "dbZ" 236 129 7 -1 "MXUPHL" "Hourly Maximum of Updraft Helicity" "m^2/s^2" 237 129 7 -1 "MAXUVV" "Hourly Maximum of Upward Vertical Velocity" "m/s"