Skip to content

plot_data_plane - failed to parse level string #2787

Closed Locked Answered by CPKalb
haksulee asked this question in File I/O
Discussion options

You must be logged in to vote

Hi:

It looks like you are having trouble with the level string in MET in grib files. The level string specified with parentheses and stars such as the example below is what is used for netCDF files.

level = (0,*,*)

For grib1/grib2 files, the level needs to be specified a different way. Section 5.2.11 in the documentation explains the grib1/grib2 conventions. In this case, you have to scroll down a little bit to get to the grib specific settings, so it can be tricky to find. But, it's right under the "File-format specific settings for the “field” entry:" line.

I'm guessing you want to plot the variable TMAX that is record number 2 from the wgrib2 output? If so, you will want to use the ZN…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@haksulee
Comment options

@CPKalb
Comment options

Answer selected by haksulee
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment