This reads a list of netcdf files to a data frame. This function is strict and currently only works when the files are of identifical format, and it will fail for netcdf files with multiple times. Experimental feature, likely to change.
1 2 | nc_read_list(ff_list, vars = NULL, cdo_output = FALSE,
dim_check = 1.5e+08)
|
ff_list |
Files to read. A character vector. |
vars |
A list of variables you want to read in. Character vector. Everything is read in if this is empty. |
cdo_output |
Do you want to show the cdo output? Set to TRUE in case you want to troubleshoot errors. |
dim_check |
The number of data points in the final data frame that will ask to continue. Set to NULL if you don't want to check. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.