Project

General

Profile

Some operations failed with CDO on cygwin

Added by Sergey Petrosyan almost 2 years ago

When I try to convert grib2 to grib1 I get an error.
--

$ cdo -f grb copy CMEPSS_MBR000_202204281200+000H00M.cut XAM25H2CNV_202204281200+000H00M.grib1
ECCODES ERROR   :  grib_accessor_data_ccsds_packing: ccsds support not enabled.
stream_gribapi.c at line 1740: grib_get_double_array(gh, "values", (double *) data, &dummy) failed: Function not yet implemented

--
Also I can't do the remapdis operation
--
$ cdo remapdis,newAGrid.txt CMEPSS_MBR000_202204281200+000H00M.cut CMEPSS_MBR000_202204281200+000H00M.remap
ECCODES ERROR   :  grib_accessor_data_ccsds_packing: ccsds support not enabled.
stream_gribapi.c at line 1740: grib_get_double_array(gh, "values", (double *) data, &dummy) failed: Function not yet implemented

--

CDO on WSL everything works without problems, but I need CDO on Cygwin.

Any help would be greatly appreciated,
Thanks