Description Usage Arguments Value Author(s)
View source: R/transNcdfMerge.R
transNcdfMerge is a convenience wrapper around cdo to merge several netCDF files containing subsequent time steps into one continuous file.
1 2 3 4 5 |
file.names |
character vector: names of the files to merge. |
name.change |
|
time.diff |
maximum time difference to be allowed between two subsequent input files. |
fun.start |
function: function to retrieve the start date from the file name e.g. function(x) substr(x, nchar(x)-15, nchar(x)-10) |
fun.end |
see fun.start |
time.range.out |
POSIXct vector: (start date, end date): start and end dates of the final file. If not supplied, all available data are used. |
format |
character string: see ?transNcdfCutFile |
convert |
|
path.target |
file path: path where to copy to the results files. |
target.name |
list: name of the file created and its time range.
Jannis v. Buttlar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.