Project

General

Profile

How to work with grib file where parameter is not defined at timestep?

Added by Justin Balbierer almost 8 years ago

I am looking to convert a grib1 file to grib2.

I ran the following command to convert it.

./cdo -f grb2 copy /home/awips/Desktop/wrf4nssl_arw_ctl_2016062300.f01 /home/awips/Desktop//home/awips/Desktop/wrf4nssl_arw_ctl_2016062300.f01.grb2

When I run the command, I receive the error, "Warning (cgribexScanTimestep2) : Record 78 (id=131.2 lev1=50 lev2=100) timestep 2: Parameter not defined at timestep 1!"

Is there a method or way to bypass this issue and whatever parameter may be hanging up?