search for: mrunoff_dim

Displaying 2 results from an estimated 2 matches for "mrunoff_dim".

Did you mean: mrunoff_dims
2009 Aug 04
0
Writing a NetCDF file in R
...noff from each of the 10 files and put into one place mrunoff_data <- dim.def.ncdf("mrunoff", "mm/month", c(mrunoff_1986, mrunoff_1987, mrunoff_1988, mrunoff_1989, mrunoff_1990, mrunoff_1991, mrunoff_1992, mrunoff_1993, mrunoff_1994, mrunoff_1995)) # Define runoff variable mrunoff_dims <- var.def.ncdf("mrunoff_out", "mm/month", list(dimx, dimy, month), -9999.0, "Global Monthly Runoff for 1986-1995", "double") # Create file mrunoff_file <- create.ncdf("mrunoff.nc", mrunoff_dims) # Put mrunoff data into the file put.var.n...
2009 Aug 05
0
ncdf package problem - put.var.ncdf
...f from each of the 10 files and put into one place mrunoff_data <- dim.def.ncdf("mrunoff", "mm/month", c(mrunoff_1986, mrunoff_1987, mrunoff_1988, mrunoff_1989, mrunoff_1990, mrunoff_1991, mrunoff_1992, mrunoff_1993, mrunoff_1994, mrunoff_1995)) # Define runoff variable mrunoff_dims <- var.def.ncdf("mrunoff_out", "mm/month", list(dimx, dimy, month), -9999.0, "Global Monthly Runoff for 1986-1995", "double") # Create file mrunoff_file <- create.ncdf("mrunoff.nc", mrunoff_dims) # Put mrunoff data into the file put.v...