Designed for CM SAF R Toolbox.
cmsaf.adjust.two.files(
var1,
infile1,
var2,
infile2,
outfile1,
outfile2,
nc34 = 4,
overwrite = FALSE,
verbose = FALSE,
nc1 = NULL,
nc2 = NULL
)
Two NetCDF files with the same time period and coordinate system are the result.
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).
Filename of first output NetCDF file. This may include the directory (character).
Filename of second output NetCDF file. This may include the directory (character).
NetCDF version of output file. If nc34 = 3
the output file will be
in NetCDFv3 format (numeric). Default output is NetCDFv4.
logical; should existing output file be overwritten?
logical; if TRUE, progress messages are shown
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
).