netcdf_create_from_list(filename, variables, time_dim, coord_dim, value_column = "value", guess_time = FALSE, guess_coord = FALSE, verbose)listvariables are data frames, which column contains the values (default: "value")value_column; only one such column must exist1) a list with two keys; the first key must be named "values" and contains a numeric vector; the second key must be named "dimension" and contains a string giving the dimension name.
2) a data frame with a value_column column (see option 'value_column') and any number of other
columns indicating one or more dimensions
3) a numeric vector of length one, with no dimensions
The name of the list elements itself is used to create the corresponding variable in the NetCDF file.