Skip to content

read grib2 parameter on surface level using grid_stat #2465

Locked Answered by JohnHalleyGotway
carlos9917 asked this question in Configuration
Discussion options

You must be logged in to vote

Carlos, thanks for laying out the issue you're seeing and sending along sample data to illustrate. I am able to replicate the problem you describe by running the plot_data_plane tool for MET version 11.1.0:

plot_data_plane snow_cover_forecast_20150501.grib2 fcst.ps 'name="FSNOWC"; level="Z0";'
...
ERROR  : VarInfoGrib2::set_dict() -> unrecognized GRIB2 field abbreviation 'FSNOWC'

And comparing that to the output from wgrib2 version 3.1.1, it happily identifies this data as being "FSNOWC":

musial6:2465 johnhg$ wgrib2 snow_cover_forecast_20150501.grib2 
1:0:d=2015050100:FSNOWC:surface:anl:

And I certainly see the "FSNOWC" variable documented in this GRIB2 table.

Using the MET_GRIB2_TABLES…

Replies: 1 comment 2 replies

Comment options

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

@JohnHalleyGotway
Comment options

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