Cannot access ECCOv4 data from PODAAC via OPeNDAP

Use this Forum to find information on, or ask a question about, NASA Earth Science data.
Post Reply
mikejmnez
Posts: 18
Joined: Wed Jul 24, 2024 1:52 pm America/New_York
Answers: 0
Endorsed: 1 time

Cannot access ECCOv4 data from PODAAC via OPeNDAP

by mikejmnez » Fri Apr 24, 2026 9:39 pm America/New_York

Hi,
I am trying to access ECCOv4 model output via OPeNDAP. I have been able to in the past. But the data seems unavailable lately. I can discover the urls via CMR or Earthdata Search, but keep getting 500 errors with the message:
"DMR++ parse error: No document element found "

Here is a URL I got from Earthdata Search:

https://opendap.earthdata.nasa.gov/providers/POCLOUD/collections/ECCO%20Ocean%20Temperature%20and%20Salinity%20-%20Monthly%20Mean%20llc90%20Grid%20(Version%204%20Release%204)/granules/OCEAN_TEMPERATURE_SALINITY_mon_mean_2017-12_ECCO_V4r4_native_llc0090

normally adding .dmr works to retrieve the metadata but even that seems unavailable...

Thanks!

Filters:

PODAAC - edward.m.armstrong
Subject Matter Expert
Subject Matter Expert
Posts: 31
Joined: Thu May 27, 2021 2:52 pm America/New_York
Answers: 0

Re: Cannot access ECCOv4 data from PODAAC via OPeNDAP

by PODAAC - edward.m.armstrong » Wed May 20, 2026 3:18 pm America/New_York

Hi Mike,

That URL now resolves to the OPeNDAP form so I assume your issues are fixed.

Sorry for not responding in a timely manner, but another suggestion is to use the podaac-data-downloader to do the subsetting on the ECCOv4 data. It is a python based tool that uses OPeNDAP on the backend to do netCDF subsetting and return the files to the user. Documentation can be found https://podaac.github.io/tutorials/quarto_text/DataSubscriberDownloader.html

PODAAC - edward.m.armstrong
Subject Matter Expert
Subject Matter Expert
Posts: 31
Joined: Thu May 27, 2021 2:52 pm America/New_York
Answers: 0

Re: Cannot access ECCOv4 data from PODAAC via OPeNDAP

by PODAAC - edward.m.armstrong » Wed May 20, 2026 3:26 pm America/New_York

For example, here is how podaac-data-downloader could be used for subsetting in a specific region:

% podaac-data-downloader -c ECCO_L4_TEMP_SALINITY_05DEG_DAILY_V4R4 -d ./ecco_data --start-date 2000-08-02T00:00:00Z --end-date 2000-08-05T00:00:00Z -b="-140,0,-110,33" --subset

Regards
Ed

mikejmnez
Posts: 18
Joined: Wed Jul 24, 2024 1:52 pm America/New_York
Answers: 0
Endorsed: 1 time

Re: Cannot access ECCOv4 data from PODAAC via OPeNDAP

by mikejmnez » Wed May 20, 2026 4:06 pm America/New_York

Thank you Ed,

Yes - as of last Friday it works again. I will look into the subsetter you suggested. I usually use pydap directly since it can deserialize the dap4 binary dap response, which is streamable, into a local netcdf file. Similar to these tutorials: https://www.opendap.org/access-along-track-sea-surface-elevation-from-nasas-swot-mission/. But it does depend on the opendap end point to be up and to be running...

Thank you again!

Post Reply