Displaying 1 result from an estimated 1 matches for "sstoi_v2".
2009 Nov 20
1
problem selecting 330 to 30 longitude
...ng to select a region from the
OIv2 SST dataset that crosses 0 longitude. The longitude variable is
arranged from 0 to 360 and I get an error message when trying to go from 330
to 30 for example. The data are from a NOAA netCDF file.
*temp = open.ncdf("c:/documents and settings/theoni/desktop/sstoi_v2.nc")
print(temp)
y1 = get.var.ncdf( temp, "latitude")
x1 = get.var.ncdf( temp, "longitude")
t1 = get.var.ncdf( temp, "time")
z1 = get.var.ncdf( temp, "sst")
sst = get.var.ncdf( temp, "sst", start=c(330,136,313), count=c(56,44,1))*
Error messag...