Yearly arithmetic
yeararith.Rd
This module performs simple arithmetic of a time series and one timestep with the same year. For each field in infile1 the corresponding field of the timestep in infile2 with the same year is used. The header information in infile1 have to be the same as in infile2. Usually infile2 is generated by an operator of the module YEARSTAT.
Usage
cdo_yearadd(ifile1, ifile2, ofile = NULL)
cdo_yeardiv(ifile1, ifile2, ofile = NULL)
cdo_yearmul(ifile1, ifile2, ofile = NULL)
cdo_yearsub(ifile1, ifile2, ofile = NULL)
Details
yearadd Add yearly time series
Adds a time series and a yearly time series.
yearsub Subtract yearly time series
Subtracts a time series and a yearly time series.
yearmul Multiply yearly time series
Multiplies a time series and a yearly time series.
yeardiv Divide yearly time series
Divides a time series and a yearly time series.