HYCOM Download (HYCOM GOFS 3.1)

Versione 1.4.1 (17,4 KB) da Jiuk Hwang
Download HYCOM data with specific Period, Area, Depth, and temporal resolution.
95 download
Aggiornato 12 gen 2026

Visualizza la licenza

MATLAB Script for download HYCOM GOFS 3.1 outputs
1. You can download HYCOM GOFS 3.1 outputs with this code.
2. You can set the Period, Area, Depth, temporal resolution of the data.
3. Note that, sometimes running may "shut down" with error messages due to HYCOM server problems. However, code would be automatically reruned. So there is no problem.
4. There may be cases that the download process have been interrupted, and user manually restart the code. In such cases, if the download folder path is the same as before, the new download process will exclude any previously downloaded files.
5. The available file formats are "MAT" or "NC" format.
6. MAT or NC files will be saved in separate folders categorized by year.
[ 2025.04.20 ]
  • Now, GOFS 3.1 "Sur" and "Ice" products are available.
  • You can modify number of lon&lat grid point intervals (i.e. coarse resolution)
[ 2025.04.21 ]
[ 2025.12.10 ]
  • Now, you can download file as NC format (option).
[ 2026.01.12]
If you experience significantly slow download speeds, encounter files with unusually small sizes, or receive error messages, it is highly likely due to network traffic issues on the HYCOM THREDDS server. Please check the traffic status at the link below.
If the issue is indeed related to network traffic, we recommend waiting for the connection to stabilize. Afterward, please delete any incomplete or undersized files and re-download the data for that period.
If you have any questions or suggestions, please contact me at the following email addres.
hwangjiuk34@gmail.com
More information about HYCOM can be found on the following website.
HYCOM GOFS 3.1 Analysis : https://www.hycom.org/dataserver/gofs-3pt1/analysis
HYCOM GOFS 3.1 Renalysis : https://www.hycom.org/dataserver/gofs-3pt1/reanalysis
[Other Available Toolbox]
If my toolbox doesn't work in your environment, try other tools...
  1. https://kr.mathworks.com/matlabcentral/fileexchange/111975-get_hycom_online (closed. access Github link below.)
  2. https://kr.mathworks.com/matlabcentral/fileexchange/123790-download-hycom-model-outputs-using-matlab-or-python-scripts
Each of the toolboxes in Github
  1. https://github.com/wenfanwu/get_hycom_online (available)
  2. https://github.com/gjpelletier/get_hycom
(Korean) HYCOM 3.1 산출물을 다운받을 수 있는 MATLAB 코드
1. 본 코드를 이용하여 HYCOM 3.1 산출물을 다운받을 수 있습니다.
2. 본 코드에서는 원하는 기간, 시간 해상도, 지역 범위, 수심을 선택할 수 있습니다.
3. 참고하실 점은, HYCOM 서버 자체의 문제로 인하여 다운로드 받는 과정이 중단될 수 있습니다.
그렇지만, 코드는 자동으로 재실행되어 다운로드를 다시 시도하도록 작성되었습니다.
따라서 서버 문제로 인하여 코드 실행 과정에서 에러 메시지가 나타나더라도, 걱정하실 필요는 없습니다.
4. 다운로드 과정이 중단되어 사용자가 코드를 수동으로 재실행해야 하는 경우가 있을 수 있습니다.
이러한 경우에 다운로드 폴더 경로가 이전과 동일하다면, 새로운 다운로드 과정에서는 기존에 다운로드된 파일들을 제외하고 진행됩니다.
5. 자료는 MAT 혹은 NC 파일 포맷으로 다운로드가 가능합니다.
6. 다운로드된 파일들은 연도별 폴더에 분류되어 저장됩니다.
하나의 파일을 다운받는 데 너무 오랜 시간이 소요되거나, 특정 파일의 크기가 너무 작거나, 오류 메시지가 뜰 경우에는
→ 높은 확률로 HYCOM THREDDS Network Traffic 의 문제입니다. 아래 주소에서 traffic을 확인하세요.
만약 traffic의 문제라면, traffic이 회복될 때까지 기다리는 것을 권합니다.
그리고 잘못 다운로드 되어진 작은 크기의 파일들은 지우고, 해당 기간부터 다시 다운로드하세요.
만약 질문이나 제안이 있다면, 아래의 메일로 연락주세요.
hwangjiuk34@gmail.com
HYCOM 에 대한 더 많은 정보는 아래의 웹사이트에서 확인하실 수 있습니다.
HYCOM GOFS 3.1 분석장 : https://www.hycom.org/dataserver/gofs-3pt1/analysis
HYCOM GOFS 3.1 재분석장 : https://www.hycom.org/dataserver/gofs-3pt1/reanalysis

Cita come

Jiuk Hwang (2026). HYCOM Download (HYCOM GOFS 3.1) (https://it.mathworks.com/matlabcentral/fileexchange/173220-hycom-download-hycom-gofs-3-1), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2024a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Versione Pubblicato Note della release
1.4.1

There was an error in Sur product.
I fix the error - some missing time step.

1.3.3

Add the 'command window notice' for downloaded file.
I missed the "disp" command for the Analysis product. I fixed it.

1.3.2

Add the 'command window notice' for downloaded file.
I missed the "disp" command for the Analysis product. I fixed it.

1.3.1

Download available as NC format

1.2.2

HYCOM ESPC products are available in below toolbox.
https://kr.mathworks.com/matlabcentral/fileexchange/180840-hycom-download-hycom-espc

1.2.1

Add "sur" and "ice" product

1.1.1

add "other available toolbox"

1.1

10.2 modify

1.0.4

Modify Description

1.0.3

Replace the function "knnsearch" with the User-define function.
Now, "Statistics and Machine Learning Toolbox" is not needed.

1.0.2

Modify Description

1.0.1

Modify Description

1.0.0