Error while import CAMS

Hello,

I am new to the Atmospheric Toolbox and I would like to import CAMS Global Reananlysis data using HARP in the python interface. When I try to open the file with harp.import_product(), I get the following error:

CLibraryError: not all data in the GRIB file is for the same time.

The data contains the modelled data of several variables at certain times of one day for one date. How can I import this dataset?

Thanks in advance

This is currently a known limitation of the CAMS ingestion support in HARP. It is on our TODO list to add support for grib files that contain data for multiple time stamps, but for now you should split the grib files into separate files per lead time and step.