Reading Aerosol Layer Height (AER_LH) product version 02.06 / Error message: Surface Albedo

Hi,

I am trying to read a Sentinel-5p Level-2 OFLL AER_LH product (based on processing. version 02.06) using the HARP python interface:
e.g.
product = …/S5P_OFFL_L2__AER_LH_20240425T084037_20240425T102207_33851_03_020600_20240427T102950.nc
harp_test = harp.import_product(product)

I get the error message below:

"CLibraryError: dataset has 3739008 elements; expected 1869504 at '/PRODUCT/SUPPORT_DATA/DETAILED_RESULTS/surface_albedo'  ...."

Ιs it something simple that can be bypassed in the process?

-----
Thank you

I think you are using a too old version of HARP, this issue should already have been fixed in the release from last year September.

Thanks Sander for pointing that