Calculates the rmse, mae, bias, correlation in grid space of two NetCDF files. Designed for the CM SAF R Toolbox.
cmsaf.stats(
var1,
var2,
infile1,
infile2,
outfile,
nc34 = 4,
overwrite = FALSE,
verbose = FALSE,
nc1 = NULL,
nc2 = NULL
)
A csv file including the rmse, mae, bias and correlation in grid space is written.
Name of NetCDF variable of the first file (character).
Name of NetCDF variable of the second file (character).
Filename of first input NetCDF file. This may include the directory (character).
Filename of second input NetCDF file. This may include the directory (character).
Filename of output csv file. This may include the directory (character).
NetCDF version of input file. Default output is NetCDFv4.
logical; should existing output file be overwritten?; Default: FALSE
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
).
Other metrics:
cmsaf.stats.station.data()