ecmwf / ecmwf-opendata

A package to download ECMWF open data
Apache License 2.0
160 stars 27 forks source link

Did anyone download an empty .grib2 file through ECMWF client? #42

Closed winnerhash closed 3 months ago

winnerhash commented 3 months ago

My code runs normally for 3 months , today I found my downloaded grib2 precipitation datasets were empty, anyone could help me? Thanks!

my code :

latest_date_str='20240326'

微信图片_20240327165143

微信截图_20240327165428

winnerhash commented 3 months ago

Solved:

I delete "import ecmwf.data as ecdata", I don't know why it trigered this, but it is well running now.