You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a check on number of items to be downloaded, before sending the request and potentially split the request in multiple smaller requests, or give user a message.
Example:
Upon sending a reasonable request: era5cli hourly --variable u_component_of_wind --startyear 2008 --ensemble --statistics
cds raises the following exception: Exception: the request you have submitted is not valid. Request too large. Requesting 975024 items, limit is 120000.
The text was updated successfully, but these errors were encountered:
@SarahAlidoost it seems like we should also split up requests by month for ensemble downloads, just like we are planning to do for era5land data. That would allow us to resolve this issue.
Implement a check on number of items to be downloaded, before sending the request and potentially split the request in multiple smaller requests, or give user a message.
Example:
Upon sending a reasonable request:
era5cli hourly --variable u_component_of_wind --startyear 2008 --ensemble --statistics
cds raises the following exception:
Exception: the request you have submitted is not valid. Request too large. Requesting 975024 items, limit is 120000.
The text was updated successfully, but these errors were encountered: