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
In era5cli, the filename will contain the source (e.g. era5-land), the variable name, the year, if the data is hourly, and the extent (e.g. 3E-8E_50N-54N). However, the name does not contain the month(s). Users may choose to split requests up into single or multiple months per year to avoid making requests which are to large.
Currently this requires manually renaming the files after they have been downloaded, and before the next file is downloaded to avoid files being overwritten (see #76).
The text was updated successfully, but these errors were encountered:
Additionally, having era5-land requests split up over months in the same way that requests are currently split up over years would allow users to much more easily download era5-land data, as you encounter a "request to large" error if you try to download a whole year.
In era5cli, the filename will contain the source (e.g.
era5-land
), the variable name, the year, if the data is hourly, and the extent (e.g.3E-8E_50N-54N
). However, the name does not contain the month(s). Users may choose to split requests up into single or multiple months per year to avoid making requests which are to large.Currently this requires manually renaming the files after they have been downloaded, and before the next file is downloaded to avoid files being overwritten (see #76).
The text was updated successfully, but these errors were encountered: