I wrote a script to download the 3-hourly HYCOM hindcast predictions between 1994 to the present within any user-specified bounding area.
Here is the link to download the script:
https://github.com/gjpelletier/get_hycom
This script automatically downloads all of the 3-hourly predictions between any user-specified start and end date-times within any user-specified bounding area. The user may also specify any combination of the available hindcast variables (sea surface elevation, and water temperature, salinity, u-velocity, and v-velocity). Each of the 3-hourly predictions are stored in separate netcdf files within a user-specified output folder.
The script is written in the Microsoft Powershell language. Powershell is a cross-platform task-automation solution that runs in Windows, Linux, and MacOS. Powershell is part of the Windows operating system. Microsoft also offers Powershell for no cost to install on Linux and MacOS.
INSTRUCTIONS
--
--
You received this message because you are a member of HYCOM.org
To ask a question, send an email to fo...@hycom.org
---
To unsubscribe from this group and stop receiving emails from it, send an email to forum+un...@hycom.org.
Hello Greg,
First of all, thank you for sharing this very useful PowerShell script.
I successfully used it to download HYCOM data for early 2024.
However, I noticed that the dataset GLBy0.08/expt_93.0 currently only covers data until 2024-09-05, and any request after this date returns:
"Requested time 2024-12-31T00:00:00Z does not intersect actual time range 2018-12-04T12:00:00Z - 2024-09-05T09:00:00Z"
I would like to download data for 2025 and 2026.
Has HYCOM moved these data to a new experiment or a different THREDDS/NCSS endpoint?
If so, could you please point me to the correct dataset or suggest how the script should be updated?
Thank you very much!