Description Usage Arguments Value Author(s)
View source: R/aggregateNcdf.R
This function aggregates time periods in netCDF files. Basically it is just a wrapper around the respective cdo function.
1 | aggregateNcdf(fileName, path.out = getwd(), period)
|
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. |
character string: name of the file created.
Jannis v. Buttlar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.