Hallo everyone!!
I want to make an overpass file (in NetCDF format) over a specific area from the S5P/TROPOMI L1 RA (S5P_RPRO_L1B) data, for a specific year (e.g. 2022), using harp. To do so, I define in the harp operations a specific lat and lon values, and a specific radius value, as well.
Since the area I want to cover is kind of large, I define the radius value to be equal to 500 km. The Python script runs just fine, however in the harp.export_product() command I get the following error:
harp._harppy.CLibraryError: NetCDF: One or more variable sizes violate format constraints
Do you know how can I fix this error??
Thank you in advance!!!