aggregateNcdf: aggregateNcdf

Description Usage Arguments Value Author(s)

View source: R/aggregateNcdf.R

Description

aggregate data across time in ncdf files by calling a cdo command This function aggregates time periods in ncdf files. Basically it is just a wrapper around the respective cdo function. test input

Usage

1
2
aggregateNcdf(fileName, path.out = getwd(), 
    period)

Arguments

fileName

character vector: names of the files to aggregate.

path.out

character: path to save the results files to.

period

integer or one of 'hour', 'day', 'month' or 'year': period to aggregate to. In case of an integer value, the unit is time steps.

Value

character string: name of the file created.

Author(s)

Jannis v. Buttlar, Thomas Wutzler


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