I checked the BUFR information for 07627 on Ogimet, and yes, the Master table version was increased. In the file for 2026-06-16 09:00, the version is 22, in the file one hour later, the version is 38. So if you use the files in bufrdc-wmo-v42-v43-v44.tar.gz from https://confluence.ecmwf.int/display/BUFR/Releases, messages should be decoded again.
Actually, it is sufficient to extract the files *.distinct and *.TXT in bufrdc-wmo-v42-v43-v44.tar.gz from https://confluence.ecmwf.int/display/BUFR/Releases into some new subdirectory and point BUFR_TABLES to this directory. I just tried, and the messages produced with metaf2xml 2.3 and these BUFRDC files are identical to the ones produced with metaf2xml 2.11 and the latest ECC BUFR files.
Hi Dan, thanks! Are you using the BUFR tables release from https://confluence.ecmwf.int/display/BUFR/Releases ? The latest release was "000409" from 2019, and this is missing all newer BUFR table versions of the WMO. Did you apply all newer changes published on this page? Maybe France has started to use more recent versions. Maybe you can check what is printed to STDERR for the first command, metafsrc2raw.pl. Does it say something like "Couldn't find BUFR table"? If yes, then you need to update the...
Hi Dan, thanks! Are you using the BUFR tables release from https://confluence.ecmwf.int/display/BUFR/Releases? The latest release was "000409" from 2019, and this is missing all newer BUFR table versions of the WMO. Did you apply all newer changes published on this page? Maybe France has started to use more recent versions. Maybe you can check what is printed to STDERR for the first command, metafsrc2raw.pl. Does it say something like "Couldn't find BUFR table"? If yes, then you need to update the...
Please note that if you use the ECC tables, you either need metaf2xml version 2.7+, or you just apply this diff to metaf2xml/src2raw.pl: } + Geo::BUFR->set_tableformat('ECCODES'); Geo::BUFR->set_tablepath($ENV{BUFR_TABLES});
Hi Dan, thanks! Are you using the BUFR tables release from https://confluence.ecmwf.int/display/BUFR/Releases? The latest release was "000409" from 2019, and this is missing all newer BUFR table versions of the WMO. Did you apply all newer changes published on this page? Maybe France has started to use more recent versions. Maybe you can check what is printed to STDERR for the first command, metafsrc2raw.pl. Does it say something like "Couldn't find BUFR table"? If yes, then you need to update the...
French BUFR synops missing since 16th June
Hi Dan, can you please attach an example for a file which fails to process? Kind regards Thomas