Displaying 1 result from an estimated 1 matches for "valid_max".
Did you mean:
valid_mask
2011 Jun 17
0
Inconsistent results from var.get.nc in RNetCDF
...quot;degrees_east" ;
short tmax(lon, lat, month) ;
tmax:missing_value = -9999 ;
tmax:_FillValue = -9999 ;
tmax:units = "degree_celsius" ;
tmax:scale_factor = 0.01 ;
tmax:valid_min = -5000 ;
tmax:valid_max = 6000 ;
-----
I am getting behavior I don't understand when I use the var.get.nc
function from the RNetCDF package.
For example, when I attempt to extract 82 values beginning at stval
from the maximum temperature data with
> var.get.nc(p8m.tmax,'tmax', start=c(lon_val, lat_val,...