Hi
I am planning to use the HYCOM GOFS 3.1 (expt 53.X) product.
I have tried to obtain the data from the NetcdfSubset link but since the data I need is so large, I need to download multiple small chucks of it, which is taking a lot of time.
Is it possible for a unique link (or fewer links) to be generated for the data I require so I can download the data I need with this one or at least fewer links?
Specifically, I needed the temperature, salinity and horizontal current profiles for the region, longitudes: 40°E - 80°W and latitudes 15°S - 15°N (equatorial Indian and Pacific Ocean) at the full spatial resolution (0.08°) and 6 hourly temporal resolution for the full period the data is available (1994 – 2015).
Your assistance or suggestions to obtain the data more efficiently will be highly appreciated.
Sincerely
|
|
Ashneel Chandra |
Hi Michael
Thanks for getting back to me.
I have written a script which downloads every second file (6 hourly) on the ftp site. After a file is downloaded it extracts the region I need and saves it to a predefined running variable and then the downloaded file is deleted to save storage.
While this method works, it takes about a week for me to get one year of data, as I am downloading the whole file when I only need a part of it. The NetcdfSubset option is an alternative but it only allows me to download about a few days of data at a time which seems tedious.
Any suggestion to obtaining the data more efficiently will be appreciated.
Cheers
Ashneel
Thanks for the detailed walkthrough Michael.
I am still implementing this method, but it does seem to be faster and more efficient.
Thanks again for all your assistance.