TaufiqHassan / acccmip6

Python package for accessing and downloading CMIP6 database
MIT License
120 stars 27 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'pr_Amon_CNRM-ESM2-1_ssp585_r1i1p1f2_gr_201501-210012.nc #7

Closed Saibo-Li closed 2 years ago

Saibo-Li commented 2 years ago

image

Saibo-Li commented 2 years ago

Hi everyone, This error occurred when I downloaded the ssp585 data, but the ssp245 data succeeded.

image

TaufiqHassan commented 2 years ago

Hi Jack,

This is a timeout error as you can see in the first part of the error (connection times out). This probably happens if the server is busy and self resolvable. So, if this happens, you can try it at a later time, and hopefully, the server-side issue is resolved by then. It is currently working for me:

acccmip6 -o D -m CNRM-ESM2-1 -e ssp585 -v pr -f mon -yr 10 -rlzn 1 -skip 1p2

Finding server . . .

pr_Amon_CNRM-ESM2-1_ssp585_r1i1p1f2_gr_201501-210012.nc is available!

Downloading 2% |█░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░| 2/100MB 0.54 MB/s

Taufiq

Saibo-Li commented 2 years ago

Hi Taufiq,

Thank you very much for your reply and help!

Your solution worked for me!

image

Thank you again and your work for this acccmip6 package!

Jack