When processing a large number of scenes simultaneously, many requests are fired to the Copernicus data service to download ERA5 data. Since the number of downloads for a single user are limited, this results in jobs waiting on each others. Here we modify the handler, so that one can download all the required ERA5 data in advance, before actually running the processing step.
When processing a large number of scenes simultaneously, many requests are fired to the Copernicus data service to download ERA5 data. Since the number of downloads for a single user are limited, this results in jobs waiting on each others. Here we modify the handler, so that one can download all the required ERA5 data in advance, before actually running the processing step.