aggregateNcdf: Aggregate data in netCDF files

Description Usage Arguments Value Author(s)

Description

This function aggregates time periods in netCDF files. Basically it is just a wrapper around the respective cdo function.

Usage

1
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


ncdf.tools documentation built on May 2, 2019, 4:19 a.m.