modifyNcdfCopyAtts: modifyNcdfCopyAtts

Description Usage Arguments Details Value Author(s) See Also

View source: R/modifyNcdfCopyAtts.R

Description

copy all attributes between different variables

Usage

1
2
modifyNcdfCopyAtts(file.con.orig, var.orig, 
    var.copy, file.con.copy = file.con.orig)

Arguments

file.con.orig

a NetCDF object pointing to the original ncdf file from which to copy the attributes

var.orig

the name or id of the variable FROM which to copy all attributes

var.copy

the name or id of the variable TO which to copy all attributes

file.con.copy

a NetCDF object pointing to the ncdf file to which to copy the attributes (same as file.con.orig by default)

Details

copies all attributes from one variable in a ncdf file to another variable (possibly in another file).

Value

nothing is returned.

Author(s)

Jannis v. Buttlar, Thomas Wutzler

See Also

modifyNcdfCopyMetadata, modifyNcdfCopyVar


bgctw/ncdfTools documentation built on Jan. 29, 2020, 1:16 p.m.