pb2nc failing due to bufr archive library abort error #1043
-
I am working with David Huber to get the METplus verification that runs in the GFS workflow on a new system called S4 (I think it is a University of Wisconsin machine, but I could be wrong). We ran into some issues with pb2nc. Here is what we are seeing in the log file (run with MET verbosity up to 5):
I saw at https://dtcenter.org/met-online-tutorial-metv8-0/point-processing-tool/pb2nc that it mentions to try compiling MET with "--disable-block4", but this also gave the same error. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
@malloryprow I see you're having trouble running PrepBUFR files through MET's pb2nc tool. Unfortunately, I don't see any obvious problems/solutions in the log output you sent. So I don't have a quick fix to recommend. If possible, granting someone from the METplus team access to the S4 machine to debug would be ideal, but I realize that's a longshot. Short of that, we could schedule a screen sharing session and try to debug together. And I think myself, @jprestop, and/or @hsoh-u could be good choices for that. But stepping back, I'm wondering if the culprit is how MET is configured/compiled or the contents of that specific data file. Some questions to answer are:
If we determine that's it definitely a configuration/compilation problem, I'd want to know the details of the installation...
You're right that the --disable-block4 option is a good one to try out. You'd rerun the "configure" command using "--disable-block4" followed by "make clean install test":
Too bad that didn't do the trick! |
Beta Was this translation helpful? Give feedback.
@malloryprow I see you're having trouble running PrepBUFR files through MET's pb2nc tool. Unfortunately, I don't see any obvious problems/solutions in the log output you sent. So I don't have a quick fix to recommend.
If possible, granting someone from the METplus team access to the S4 machine to debug would be ideal, but I realize that's a longshot. Short of that, we could schedule a screen sharing session and try to debug together. And I think myself, @jprestop, and/or @hsoh-u could be good choices for that.
But stepping back, I'm wondering if the culprit is how MET is configured/compiled or the contents of that specific data file. Some questions to answer are:
Does "make test" for ME…