Closed GoogleCodeExporter closed 8 years ago
Seems to be an issue with the java code itself or some unidentified cdm problem
within the cdm for this dataset in particular. Dataset appears to be
conventional. Error occurs using java method on java object that works fine for
other datasets.
Original comment by crosb...@gmail.com
on 13 Oct 2011 at 7:44
Checking the methodology that njtbx used to do the time dependent vertical
coordinate transformation on this dataset.
Original comment by crosb...@gmail.com
on 18 Oct 2011 at 1:49
Found a solution sort of. Can you test this out Rich?
I was using a java subsetting method on the vertical transform and then getting
the values, but njtbx did subsetting in the custom java module after returning
all of vertical coordinates for a given timestep, which seems to avoid the
issue on this particular dataset.
Original comment by crosb...@gmail.com
on 18 Oct 2011 at 4:59
Verification failed.
url
='http://geoport.whoi.edu/thredds/dodsC/usgs/vault0/models/examples/bora_feb.nc'
;
nc=ncgeodataset(url);
tvar=nc.geovariable('temp');
t=tvar.grid_interop(2,14,:,:);
size(t.z)
ans =
2 1 60 160
This is incorrect. Only 1 time value should be returned, not 2. Size should
be:
1 x 1 x 60 x 160.
Original comment by rsignell
on 18 Oct 2011 at 5:49
Original comment by crosb...@gmail.com
on 18 Oct 2011 at 9:24
Original issue reported on code.google.com by
rsignell
on 13 Oct 2011 at 6:30