read_sose | R Documentation |
Model data read from files managed by
sose_monthly_files
. Dates are matched to file names by finding
the nearest match in time within a short duration. If date
is greater than length 1 then the sorted set of unique matches is
returned.
read_sose(
date,
time.resolution = c("monthly"),
varname = "",
level = 1L,
setNA = TRUE,
latest = TRUE,
returnfiles = FALSE,
...,
inputfiles = NULL
)
varname |
variable to return from the data files, default is whatever first value
from |
level |
defaults to 1L - there are 52 |
This function doesn't support xylim, lon180, or more than one date being read.
raster
object
## Not run:
read_sose(varname = "Uvel", level = 1)
read_sose(varname = "SeaIceArea", level = 1, latest = FALSE)
read_sose(varname = "Chl", level = 10, latest = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.