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
)
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
A csv file including the rmse, mae, bias and correlation in grid space is written.
Other metrics:
cmsaf.stats.station.data()