search for: mrunoff_data

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

2009 Aug 04
0
Writing a NetCDF file in R
...df("Lat", "deg N", as.double(latitude)) month <- dim.def.ncdf("Mon", "Months: Jan 86=1, Dec 95=120)", 1:120) year <- dim.def.ncdf("Year", "year", year) # Assign data: extract mrunoff 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/m...
2009 Aug 05
0
ncdf package problem - put.var.ncdf
...("Lat", "deg N", as.double(latitude)) month <- dim.def.ncdf("Mon", "Months: Jan 86=1, Dec 95=120)", 1:120) year <- dim.def.ncdf("Year", "year", year) # Assign data: extract mrunoff 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...