Description Usage Arguments Value
View source: R/cdtNetCDF_dataSeries.R
Parse all NetCDF data inside a directory according the provided filename format
1 2 | ncFilesInfo(Tstep, start.date, end.date, months, ncDir, ncFileFormat,
error.msg)
|
Tstep |
The time step of the NetCDF files. Valid options: 'daily', 'pentad', 'dekadal', 'monthly'. |
start.date |
An object of class |
end.date |
An object of class |
months |
An integer vector indicating the months to be parsed. |
ncDir |
The full path to the directory containing the NetCDF files. |
ncFileFormat |
Filename format of the NetCDF files. |
error.msg |
A message to be displayed when no files were found. |
A list of a character vector indicating the date, a character vector containing the full path name of the NetCDF files and a logical vector indicating if the file exists.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.