Skip to content

Couldn't ingest precipitation from grib2 model file. #1138

Locked Answered by JohnHalleyGotway
AnastasiaBundel asked this question in File I/O
Discussion options

You must be logged in to vote

Hi Anastasia, thanks for sending along some sample data to demonstrate the issue. That made it really easy to debug.

I see that you'd like to run Grid-Stat to evaluate precipitation. When working with GRIB2 files, I use the "wgrib2" utility to dump an inventory of their contents. For example, here's what I see in one of the data files you sent:

wgrib2 ilfr_00010000s.cfoeps.grb 
1:0:d=2021070100:PRMSL:mean sea level:60 min fcst:ENS=? table4.6=192 pert=0
2:384520:d=2021070100:PRES:surface:60 min fcst:ENS=? table4.6=192 pert=0
3:769040:d=2021070100:UGRD:10 m above ground:60 min fcst:ENS=? table4.6=192 pert=0
4:1153560:d=2021070100:VGRD:10 m above ground:60 min fcst:ENS=? table4.6=192 pert=0
…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AnastasiaBundel
Comment options

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