Previously, the download_era5_from_cds would download the data again even if the exact request has been cached. Now, the cached file is used unless requested otherwise with new keyword use_cache=False
Motivation for this is that CDS is very slow, with request often being queued for hours. Let's avoid re-downloading if not needed
Previously, the download_era5_from_cds would download the data again even if the exact request has been cached. Now, the cached file is used unless requested otherwise with new keyword use_cache=False
Motivation for this is that CDS is very slow, with request often being queued for hours. Let's avoid re-downloading if not needed