mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-27 07:30:33 +08:00
Make some initial changes to support move to thredds.ucar.edu
This commit is contained in:
parent
4e41843740
commit
b15a7b1191
@ -32,10 +32,11 @@ static struct NCPROTOCOLLIST {
|
||||
*/
|
||||
static const char* servers[] = {
|
||||
"http://motherlode.ucar.edu:8081", /* try this first */
|
||||
"http://remotetest.unidata.ucar.edu",
|
||||
"http://remotetest.ucar.edu",
|
||||
"http://thredds.ucar.edu", /* Eventually, this will work */
|
||||
"http://motherlode.ucar.edu:8080",
|
||||
"http://motherlode.ucar.edu",
|
||||
"http://remotetest.unidata.ucar.edu",
|
||||
"http://remotetest.ucar.edu",
|
||||
"http://remotetests.unidata.ucar.edu",
|
||||
"http://remotetests.ucar.edu",
|
||||
NULL
|
||||
|
@ -124,7 +124,7 @@ argo_all.cdp;1;&location.LATITUDE<1&location.LATITUDE>-1\
|
||||
# Test string access
|
||||
# this test cannot be used because the
|
||||
# dataset has a limited lifetime
|
||||
#REMOTEURLC4="http://motherlode.ucar.edu:$PORT/thredds/dodsC/station/metar"
|
||||
#REMOTEURLC4="http://thredds.ucar.edu/thredds/dodsC/station/metar"
|
||||
#REMOTETESTSC4="\
|
||||
#Surface_METAR_20120101_0000.nc;1;weather[0:10]"
|
||||
|
||||
|
@ -42,9 +42,9 @@ EXPECTED="${srcdir}/expecttds3"
|
||||
# Special test info
|
||||
##################################################
|
||||
# TDS files under 10 megabytes
|
||||
# TDS Catalog: http://motherlode.ucar.edu:8080/thredds/catalog/public/dataset/catalog.html
|
||||
# TDS Catalog: http://thredds.ucar.edu/thredds/catalog/public/dataset/catalog.html
|
||||
|
||||
TDSURL1="http://motherlode.ucar.edu:8080/thredds/dodsC/public/dataset"
|
||||
TDSURL1="http://thredds.ucar.edu/thredds/dodsC/public/dataset"
|
||||
TDSTESTS1="\
|
||||
tst-striped.nc \
|
||||
tst-PROFILER_RASS.nc \
|
||||
|
Loading…
Reference in New Issue
Block a user