When running in 'load' mode it loads and performs any requested computations in additional parameters in the 'work piece', such as interpolating, slicing, ..., and finally stores it in a shared memory matrix pointed by the parameter 'out_pointer' in the 'work piece'.
.LoadDataFile(work_piece, explore_dims = FALSE, silent = FALSE)
?Load for more details.
remapcells of Load().
## Not run:
# data <- s2dverification:::.LoadDataFile(list(dataset_type = 'exp',
# filename = system.file('sample_data/model/experiment/monthly_mean',
# 'tos_3hourly/tos_19901101.nc',
# package = 's2dverification'),
# namevar = 'tos', lon_limits = c(-12, 40),
# lat_limits = c(27, 48), is_file_per_member = TRUE,
# dimnames = list(lon = 'longitude', lat = 'latitude',
# member = 'ensemble')), explore_dims = TRUE, silent = FALSE)
# ## End(Not run)
Run the code above in your browser using DataLab