I've encountered a problem when I use d_ssh_obs.m
First of all, when I executed d_sst_obs.m, there was no any problem.
But when I executed d_ssh_obs.m, it gave me the below error message.
Any suggestion?h has the following dimensions (input order):
1) eta_rho = 55
2) xi_rho = 56
h loaded into an array of size: [56 55]
Jan 17, 2011 12:28:15 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected
Jan 17, 2011 12:28:15 AM org.apache.commons.httpclient.HttpMethodDirector processWWWAuthChallenge
INFO: No credentials available for BASIC 'Opendap Aviso Access'@opendap.aviso.oceanobs.com:80
Jan 17, 2011 12:28:15 AM ucar.nc2.dods.DODSNetcdfFile <init>
INFO: DODSNetcdfFile http://opendap.aviso.oceanobs.com/thred ... ,Grid_0001
org.apache.commons.httpclient.auth.CredentialsNotAvailableException: HTTP/1.1 401 Authorization Required
at opendap.dap.DConnect2.openConnection(DConnect2.java:219)
at opendap.dap.DConnect2.getDDS(DConnect2.java:440)
at opendap.dap.DConnect2.getDDS(DConnect2.java:420)
at ucar.nc2.dods.DODSNetcdfFile.<init>(DODSNetcdfFile.java:202)
at ucar.nc2.dods.DODSNetcdfFile.<init>(DODSNetcdfFile.java:170)
??? Error using ==> nc_varget_java at 29
Could not open
'http://opendap.aviso.oceanobs.com/thred ... ,Grid_0001'
with java backend.
Error in ==> nc_varget at 51
data = nc_varget_java(ncfile,varname,start,count,stride);
Error in ==> load_ssh_aviso at 81
ssh_time = nc_varget(file,'time') + epoch;
Error in ==> d_ssh_obs_test at 100
D = load_ssh_aviso(GRDfile, StartDay, EndDay);
Regards,
-Peter