CDO-1.9.1 error from wrfout NetCdf file to grib
Added by Ezio Sarti over 7 years ago
Descrizione
I use CDO-1.9.1
I get this output when I try to create grib1 from wrfout.
_
[ezio@localhost BALEARI]$ cdo -f grb1 setmissval,0 wrfout_d02_2017-10-15_16:00:00 file_prova6.grb
This it terminal output
Warning (cdf_set_var) : Inconsistent variable definition for XLAT_U!
Warning (cdf_set_var) : Inconsistent variable definition for XLONG_U!
Warning (cdf_set_var) : Inconsistent variable definition for XLAT_V!
Warning (cdf_set_var) : Inconsistent variable definition for XLONG_V!
Warning (cgribexDefGrid) : Curvilinear grid is unsupported in GRIB1! Created wrong Grid Description Section!
cgribexDefLevel : Changed zaxis type from generic to pressure
cgribexDefLevel : Changed zaxis type from generic to pressure
cgribexDefLevel : Changed zaxis type from generic to pressure
cdo setmissval: Processed 11756820 values from 147 variables over 1 timestep ( 0.20s )
[ezio@localhost BALEARI]$**
_____
The .grb file is created but when I try to open it with the grib file viewer "Zygrib" this error message is "not grib format".
Does anyone have any idea to solve the problem?
Thank you
Happy wind
Ezio
Replies (1)
RE: CDO-1.9.1 error from wrfout NetCdf file to grib - Added by Karin Meier-Fleischer over 7 years ago
Cross posting https://code.mpimet.mpg.de/issues/7963