Skip to content

failure to process new chemistry fields such as NO, NO2, NOX, NOY, and PM10 #1120

Locked Answered by jprestop
edwardstrobach asked this question in Configuration
Discussion options

You must be logged in to vote

Hi @edwardstrobach. Thank you for your question.

In order to look at the data in one of the prepbufr files more easily we converted it into a format that matches the ASCII2NC format by running pnt2ncascii.R:
Rscript /usr/local/met/share/met/Rscripts/pntnc2ascii.R prepbufr.no.20210826.nc > prepbufr.no.20210826.txt

Looking at the first line in the file:
PANDORA 000020301 20210826_020000 46.4783 -63.9869 NA NO 0 0 0 0.1
I can see that the level and height fields (after the variable name of "NO") are both equal to 0. Given that information, we used a level of Z0 for the vertical level.

That got rid of the level mismatch, but pushed all 1878 observations into being rejected for message type. Y…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by JohnHalleyGotway
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment