Learn R Programming

ncdf.tools (version 0.7.1.295)

aggregateNcdf: Aggregate data in netCDF files

Description

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

Usage

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