Skip to content

Commit

Permalink
Per #2780, switch to defining particulate matter units as '10^-6g/m^3…
Browse files Browse the repository at this point in the history
…' for consistent usage across NCEP GRIB tables.
  • Loading branch information
JohnHalleyGotway committed Nov 1, 2024
1 parent 771d86f commit f65b258
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/table_files/grib1_ncep_129_7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f65b258

Please sign in to comment.