att.put.ncv {ncvar}R Documentation

Put NetCDF Attributes (internal)

Description

Writes all attributes for a given variable. For internal use only.

Usage

att.put.ncv(ncfile, variable, att)

Arguments

ncfile Object of class "NetCDF", returned from open.nc.
variable ID or name of the variable for which the attributes will be written, or NC_GLOBAL for the global attributes.
att List of objects of class "att.ncv".

Details

Writes all attributes for a given variable. For internal use only.

Value

Author(s)

Juerg Schmidli

Examples






[Package ncvar version 1.0-3 Index]