Hi,
I am attempting to ungrib ERA5 files in grib2 format, but I keep getting the error message
When I run
, it will read the grib2 files, but it only returns the date/time 2012-05-01_00:00:00 for every line.
I can see that I have all necessary dates/times because when I run
, I get 2012-05-01T00:00:00 through 2012-05-31T21:00:00 at 3-hr increments for 248 total timestamps.
I found this post from the WRF Forum in 2019 that mentions existing issues with reading ERA5 data. Does that issue still persist? And do you know of a workaround that has worked for others using ERA5 data? I've tried converting grib2 to grib1 and the suggestion mentioned here, but I still can't get it to work.
Thank you
I am attempting to ungrib ERA5 files in grib2 format, but I keep getting the error message
Code:
Looking for data at time 2012-05-13_06
ERROR: Data not found: 2012-05-13_06:00:00.0000
Code:
./util/g2print.exe
I can see that I have all necessary dates/times because when I run
Code:
cdo showtimestamp era5.grib2
I found this post from the WRF Forum in 2019 that mentions existing issues with reading ERA5 data. Does that issue still persist? And do you know of a workaround that has worked for others using ERA5 data? I've tried converting grib2 to grib1 and the suggestion mentioned here, but I still can't get it to work.
Thank you