mon.anomaly.climatology {cmsafops}R Documentation

Designed for the CM SAF R Toolbox.

Description

This function is a helper function (warming stripes plot, trend plot, time series plot) called by the CM SAF R Toolbox.

Usage

mon.anomaly.climatology(
  var,
  infile,
  outfile,
  climatology_file,
  nc34 = 4,
  overwrite = FALSE,
  verbose = FALSE,
  nc = NULL
)

Arguments

var

Name of NetCDF variable (character).

infile

Filename of input NetCDF file. This may include the directory (character).

outfile

Filename of output NetCDF file. This may include the directory (character).

climatology_file

Filename of input NetCDF climatology file. This may include the directory (character).

nc34

NetCDF version of output file. If nc34 = 3 the output file will be in NetCDFv3 format (numeric). Default output is NetCDFv4.

overwrite

logical; should existing output file be overwritten?

verbose

logical; if TRUE, progress messages are shown

nc

Alternatively to infile you can specify the input as an object of class ncdf4 (as returned from ncdf4::nc_open).


[Package cmsafops version 1.3.0 Index]