Designed for CMSAF Toolbox.
calc_overlapping_time(
var1,
infile1,
var2 = NULL,
infile2,
nc1 = NULL,
nc2 = NULL
)
Start date and end date are the result (list).
Name of NetCDF variable of the first data set (character).
Filename of first input NetCDF file. This may include the directory (character).
Name of NetCDF variable of the second data set (character).
Filename of second input NetCDF file. This may include the directory (character). Also supported formats for station data are .csv and .RData files.
Alternatively to infile1
you can specify the input as an
object of class ncdf4
(as returned from ncdf4::nc_open
).
Alternatively to infile2
you can specify the input as an
object of class ncdf4
(as returned from ncdf4::nc_open
).