Defines a netCDF dimension
cfdim_def(name, units, vals, ...)
name | Name of the dimension to be created (character string). |
---|---|
units | The dimension's units (character string). |
vals | The dimension's values (vector of numeric type or string). If the type is string, a new dimension "str_len" and variable "name_ldl" will be created. The "coordinates" attribures will be added to relativly variables |
... | Other arguments pass to ncdim_def |