abakleriche

Results 3 issues of abakleriche

In the first example, the file ([simple.zip](https://github.com/ecmwf/cfgrib/files/7400166/simple.zip)) contains 2 variables. ![image](https://user-images.githubusercontent.com/29660378/138492045-4b4d7ba2-f564-4fe9-b89c-f43676490939.png) cfgrib returns these variables in 2 different datasets and I wonder why. ![image](https://user-images.githubusercontent.com/29660378/138492447-07ddc76c-3f17-493b-8718-7cea015d12e1.png) If I use xarray.open_mfdataset with cfgrib...

When a parameter has a non-standard number (>127), cfgrib gives the name "unknown" and puts paramId to 0. Therefore, if a grib file contains 2 messages with 2 non-standard numbers,...

It seems that cfgrib does not take into account the following keys returned by EcCodes when filling the data array : iScansNegatively jScansPositively jPointsAreConsecutive For instance, the 2 GRIB2 files...