Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Issue to ungrib ECMWF operational data (not ERA5 data)

mantovani

New member
Hi there,

I am trying to using ECMWF forecast (not ERA5) as IC to run MPAS model. To achieve it, I'm trying to execute ungrib.exe using both pressure level and surface level files from ECMWF data. I downloaded this data (not the public free data) and use the Vtable.ECMWF. However, the ungrib.exe returns the error message:

[wrf@hpcadm TRY]$ ./ungrib.exe
*** Starting program ungrib.exe ***
Start_date = 2024-01-07_00:00:00 , End_date = 2024-01-07_00:00:00
output format is WPS
Path to intermediate files is ./
ERROR: Grib2 file or date problem, stopping in edition_num.

If I use the g1print.exe from ungrib directory it returns for both SFC and PL files:

[wrf@hpcadm ungrib]$ ./g1print.exe /staging/wrf/ECMWF_IC/2024010700/PL_COMPLETO/ECMWF_PL_20240107_00_global.grib
Copen: File = /staging/wrf/ECMWF_IC/2024010700/PL_COMPLETO/ECMWF_PL_20240107_00_global.grib
Fortran Unit = 29360191
UNIX File descriptor: 3
----------------------------------------------------
rec GRIB GRIB Lvl Lvl Lvl Time Fcst
Num Code name Code one two hour
----------------------------------------------------
End-of-record mark (7777) not found**********
Sec0(1) = 8496669 0
1 129 Z 100 1000 0 2024-01-07_00:00 + 00
*** stopping in findgrib in gribcode ***\n
\tI could not find the GRIB string in the input file
\tafter testing the first 100,000 bytes.
\tThe file may be corrupt or it is not a GRIB file.
\tPerhaps a gzipped GRIB file or netcdf?\n
findgrib

Someone can help me?
 
Hi,
Can you issue the following from the WPS directory?
ls -ls GRIBFILE* >& gribfile.txt
and then attach that gribfile.txt file? Thanks!
 
Top