search for: prec1

Displaying 1 result from an estimated 1 matches for "prec1".

Did you mean: prec
2011 Sep 12
1
Problem in put.var.ncdf
Dear all, I have a problem in writing a variable to a NetCDF-File. My code works pretty well until the step put.var.ncdf(): # Get variables #--------------------- data1 <- open.ncdf("PREC_me_03-1500.nc") prec1 <- get.var.ncdf(data1,"PRECT") dim.time <- get.var.ncdf(data1,"time2") close.ncdf(data1) # Calculation #--------------------- spi24.me <- spi.func(prec1) --> spi24.me is a vector with 437270 values, ranging from -4 to 4 with 10 decimal places. # Save as NetC...