Hi Nicholas,
The issue you are experience is frustrating and I would like to help you access the data as soon as possible. Thanks for providing the url, I can certainly confirm I cannot open that in the browser. Just so you know, NASA is in the process of migrating their data archives to the cloud, and with it the migration of APIs to the cloud. So many opendap servers are experiencing some potentially disruptive changes, for example their URL and redirecting to the new endpoint...
Here are a few things you can do, that NASA recommends for finding data, and you can accommodate to your data needs
1) Identify the collection concept id or DOI of your dataset. You can search for it using the Earthdata search engine. For example,
Provides several collections options, clicking on one of them will provide the necessary information (both DOI and Concept ID). You can see them for example in the following link
2) With this information, you can now use several resources to identify the most up-to-date location for your files and their opendap API. For example the Earth Data search engine. But
if you are familiarized or interested in python tools, we recommend pydap to search for your opendap urls. Pydap has a relevant function to find urls: get_cmr_urls. This takes the DOI, Concept ID (official named collection concept ID) as required arguments, and can also take optional arguments like dates, etc, and provides a list of opendap urls.
There are several examples for searching opendap urls in the following only resources:
You can run these examples interactively on your browser by clicking on the
launch | binder button on
this page if all you need it so find the urls. Clicking on each of those should take you to the familiar OPeNDAP data requests form.
For example, for a DayMet file I got (notice the .dmr at the end of the url):
Let me know if you need further help. We also recommend using pydap with xarray (Python) specific subset and aggregated across many files.
This documentation has relevant information, and will experience a major update to best practices that yield performant access to opendap data (even behind authentication).
Thank you for reaching out,