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
)
variable to return from the data files, default is whatever first value
from sose_monthly_varnames()
defaults to 1L - there are 52
raster
object
This function doesn't support xylim, lon180, or more than one date being read.
if (FALSE) {
read_sose(varname = "Uvel", level = 1)
read_sose(varname = "SeaIceArea", level = 1, latest = FALSE)
read_sose(varname = "Chl", level = 10, latest = FALSE)
}