Skip to content

Segfaults when verifying ECMWF data #2449

Discussion options

You must be logged in to vote

Hi @mollybsmith-noaa, I see you're getting a segfault when processing GRIB2 ECMWF data. Thanks for pointing me to that sample data on hera.

I did pull the ECMWF file you specified and am able to replicate the segfault on my laptop, using only the plot_data_plane tool.

bin/plot_data_plane ecmwf_2023120506_012.grib2 ecmwf_TMP_P1000.ps 'name="TMP"; level="P1000";'
getdrstemplate: DRS Template 5.42 not defined. # 	REPEATED MANY TIMES
FATAL ERROR (SEGFAULT): Process 6865 got signal 11 @ local time = 2023-12-08 19:26:30Z

However, if I first process that file through wgrib2, essentially just reading it in and then back out again, then MET processes it without error:

wgrib2 ecmwf_2023120506_012.…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@JohnHalleyGotway
Comment options

@mollybsmith-noaa
Comment options

@mollybsmith-noaa
Comment options

@JohnHalleyGotway
Comment options

Answer selected by JohnHalleyGotway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: input data Input data issue
2 participants