trondkr / ERA5-ROMS

Download, and create ERA5 data forcing for ROMS
17 stars 13 forks source link

Download speed is slow #5

Closed hufangd-2019 closed 2 years ago

hufangd-2019 commented 3 years ago

Great code!But I had a problem when I ran it: the download was too slow (20~100kb/s). I simply modified the code, now I can call Internet Download Manager (IDM) for multi-threaded download, the speed can reach 8mb/s. But the whole process of data download and processing is not elegant enough (need to run twice and comment out some statements). I wonder if the author has any plans to add a multi-threaded download module to the code. Thanks.

trondkr commented 3 years ago

Thats great. Feel free to submit a pull request and I'll include your improvements. T. On Jan 27, 2021, 4:05 PM -0800, hufangd-2019 notifications@github.com, wrote:

Great code!But I had a problem when I ran it: the download was too slow (20~100kb/s). I simply modified the code, now I can call Internet Download Manager (IDM) for multi-threaded download, the speed can reach 8mb/s. But the whole process of data download and processing is not elegant enough (need to run twice and comment out some statements). I wonder if the author has any plans to add a multi-threaded download module to the code. Thanks. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.