- filename
a path to a NetCDF file to write the variables into, which
will be overwritten if it already exists. If necessary, ".nc" will be added
to the file name
- variables
a list
object, the names of which should be the
variable names and values should be either single values or data frames
- append
if TRUE, will append variables if file exists; default: FALSE
- overwrite
if TRUE, will overwrite variables if file exists; default:
FALSE
- time_dim
the name of the time dimension, if one exists; default:
"time"
- coord_dims
the names of the coordinate dimension, if any; should be a
named list of character vectors, they are matched to variables names
- dim_factors
factors that dimensions have; this corresponds to the
dims
element of a libbi
object
- value_column
if any variables
are data frames, which column
contains the values (default: "value")
- guess_time
whether to guess time dimension; this would be a numerical
column in the data frame given which is not the value_column
; only
one such column must exist
- verbose
if TRUE, will print variables as they are read