search for: mrunoff_dims

Displaying 2 results from an estimated 2 matches for "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.nc...
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.va...