Displaying 1 result from an estimated 1 matches for "ancillary_vari".
2011 May 06
1
read a netcdf file _Fill_value=-32768
...nits = "K" ;
sst:_FillValue = -32768. ;
double time(time) ;
time:long_name = "time" ;
time:standard_name = "time" ;
time:units = "seconds since 1981-01-01 00:00:00" ;
time:ancillary_variables = "sst_data_processed_flag" ;
I succeed to read it with R, there is only one variable sst 80 days
and lat = 301 lon = 401 (this file is already a concatenation with
nco fonctions .
Here is what I do :
nc<-open.ncdf("test.nc")
summary (nc)
data<- get.var.ncd...