Hello there,
I’m having problems trying to download this product: https://www.hycom.org/dataserver/gofs-3pt1/reanalysis with ref.: GLBv0.08 53.X
We want to download the full reanalysis (lon/lat/time) taking only 8 vertical layers by means of a stride [5] and we activated nc4 conversion and added lon/lat variables for CF-conventions. We select these variables:
· surf_el
· salinity
· water_temp
· water_u
· water_v
An example of the first url for the year 1994 will be:
I code a small python program for that based on netCDF Subset access. We are requesting 12h dataset at each petition and looping over the entire year.
The python3 code I am using is this: “start_serie.py” attached in this email. I am using request library to request these urls but we are having a lot of problems with the response of the server, and it normally get stacked during any request…
Also I tried to run several processes in the same machine for different years in order to speed up the downloading and it neither worked.
Is there any ip/request limit?
Is there any way to download this database in a more efficient way???
I will appreciate very much your help. Thank you in advance!

Germán Aragón Caminero
Oceanografía, Estuarios y Calidad del Agua
Instituto de Hidráulica Ambiental de la Universidad de Cantabria "IHCantabria"
Parque Científico y Tecnológico de Cantabria
C/ Isabel Torres, Nº 15
C.P. 39011 Santander
Teléfono: +34 942 20 16 16 Ext. 1341
Conoce IHCantabria:
Memoria
X Aniversario: ![]()
I’m having problems trying to download this product: https://www.hycom.org/dataserver/gofs-3pt1/reanalysis with ref.: GLBv0.08 53.X
We want to download the full reanalysis (lon/lat/time) taking only 8 vertical layers by means of a stride [5] and we activated nc4 conversion and added lon/lat variables for CF-conventions. We select these variables:
· surf_el, salinity, water_temp, water_u, water_v