cf_create: Creates a new netCDF file on disk, given the variables the...

Description Usage Arguments

View source: R/nc.R

Description

The "name_lbl" varibles and "coordinates" attribures will be created according the type of dimension. The global attribure "Conventions" will be created.

Usage

1
cf_create(filename, vars, ...)

Arguments

filename

Name of the netCDF file to be created.

vars

Either an object of class ncvar4 describing the variable to be created, or a vector (or list) of such objects to be created.

...

Other arguments pass to nc_create


byzheng/ncdf4cf documentation built on Oct. 25, 2021, 2:12 a.m.