Grib2 file or date problem, stopping in edition_num.

muzafar

New member
I am trying to execute ungrib.exec and I am getting below error
*** Starting program ungrib.exe ***
Start_date = 2022-09-12_00:00:00 , End_date = 2022-09-12_06:00:00
output format is WPS
Path to intermediate files is ./
ERROR: Grib2 file or date problem, stopping in edition_num.


I am using files of the above data and the files 3 in total are around 150 MBs each.
Kindly help to resolve the issue

The namelist.wps is as below

&share
wrf_core = 'ARW',
max_dom = 1,
start_date = '2022-09-12_00:00:00',
end_date = '2022-09-12_06:00:00',
interval_seconds = 21600
io_form_geogrid = 2,
 

Attachments

Hi,
Can you attach your full namelist.wps file, and will you please issue the following:
ls -ls GRIBFILE* >& gribfile.log

and attach gribfile.log, as well? Thanks!
 
Hi,
Since this is a new question/problem, will you please post a your new question again in the WRF section of the forum? Thanks!
 
Back
Top