-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Locally running weather-dl creates empty grib files #489
Comments
Hi Alejandro, We will look into the issue & revert back. Thanks. |
Also what is the api_url, that you are specifying for this download ? Also mind sharing the entire command you used for downloading. |
Hello @aperaza-bsc I tried with & without Also in your config I can't find Command: Config:
Let me know if you still facing the error i am here to help you otherwise you can close this issue 😄 . |
Hi @mahrsee1997 and @dabhicusp thanks a lot for the quick responses 😄 About the api_url it's not exactly that one as CDS now changed the API and I think that one should be deprecated and my For reference this is how I exactly ran
Inside a conda environment with python 3.8.13 with google-weather-tools=0.3.2. Today I quickly tried directly with
For context, I am exploring the possibility of having the ERA5 dataset in Zarr available in the MareNostrum5 HPC. As the compute nodes do not have internet access, we need to have the data in our filesystem. For that, I am trying first to download a subset of the |
Please run |
Thanks for the help @dabhicusp My bad on cds-beta, didn't notice that it already left the beta stage. Thanks for pointing that out. Only changing that did not solve the issue. Building the environment and using a newer version of the package solved it 😄 |
Yes. |
Hi @dabhicusp , I am actually facing the same issue:
|
To understand how to reproduce the public dataset arco-era5 as explained in its open-sourced repository, I am trying to use
weather-dl --local-run
using the following config file.Running
weather-dl
creates a singleCDS
request that is completed successfully. Still, the corresponding file in my filesystem has a size of zero as discussed in #261. I have tried this download multiple times without success, the local file is always empty even if theCDS
request went. Because of that, I understand that even if a retrial was implemented, it might never succeed.Do you happen to know what could be causing this issue?
Kindly looking forward to your response,
Alejandro
The text was updated successfully, but these errors were encountered: